summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2019-11-06fuse: truncate pending writes on O_TRUNCMiklos Szeredi
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-05-28fuse: extract helper for range writebackMiklos Szeredi
2019-05-28fuse: fix copy_file_range() in the writeback caseMiklos Szeredi
2019-05-27fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi
2019-05-27fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-04-24fuse: Add ioctl flag for x32 compat ioctlIan Abbott
2019-04-24fuse: document fuse_fsync_in.fsync_flagsAlan Somers
2019-04-24fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-04-24fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-04-24fuse: fix writepages on 32bitMiklos Szeredi
2019-02-13fuse: cache readdir calls if filesystem opts out of opendirChad Austin
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin
2019-02-13fuse: lift bad inode checks into callersMiklos Szeredi
2019-02-13fuse: multiplex cached/direct_io file operationsMiklos Szeredi
2019-02-13fuse add copy_file_range to direct io fopsMiklos Szeredi
2019-02-13fuse: use iov_iter based generic splice helpersMiklos Szeredi
2019-02-13fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai
2019-02-13fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai
2019-02-13fuse: fix leaked aux requestsMiklos Szeredi
2019-02-13fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi
2019-02-13fuse: clean up fuse_writepage_in_flight()Miklos Szeredi
2019-02-13fuse: extract fuse_find_writeback() helperMiklos Szeredi
2019-01-16fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-03fuse: fix fsync on directoryMiklos Szeredi
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-15fuse: only invalidate atime in direct readMiklos Szeredi
2018-10-01fuse: realloc page arrayMiklos Szeredi
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi
2018-10-01fuse: allow using readdir cacheMiklos Szeredi
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai
2018-09-28fuse: add support for copy_file_range()Niels de Vos
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-26fs: fuse: Adding new return type vm_fault_tSouptick Joarder
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-29make kernel-side POLL... arch-independentAl Viro