summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-06-091-0/+5
* vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+4
* vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-3/+18
* fuse: extract helper for range writebackMiklos Szeredi2019-05-281-12/+14
* fuse: fix copy_file_range() in the writeback caseMiklos Szeredi2019-05-281-0/+12
* fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi2019-05-271-2/+9
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-05-271-1/+1
* fuse: Add ioctl flag for x32 compat ioctlIan Abbott2019-04-241-1/+6
* fuse: document fuse_fsync_in.fsync_flagsAlan Somers2019-04-241-1/+1
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-04-241-1/+3
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-04-241-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-04-241-1/+1
* fuse: cache readdir calls if filesystem opts out of opendirChad Austin2019-02-131-1/+2
* fuse: support clients that don't implement 'opendir'Chad Austin2019-02-131-4/+7
* fuse: lift bad inode checks into callersMiklos Szeredi2019-02-131-16/+10Star
* fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-131-37/+34Star
* fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-131-0/+1
* fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-131-1/+3
* fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-131-4/+26
* fuse: use atomic64_t for khctrMiklos Szeredi2019-02-131-3/+1Star
* fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-131-45/+48
* fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-131-4/+4
* fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-131-4/+6
* fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai2019-02-131-1/+1
* fuse: fix leaked aux requestsMiklos Szeredi2019-02-131-0/+10
* fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi2019-02-131-6/+7
* fuse: clean up fuse_writepage_in_flight()Miklos Szeredi2019-02-131-16/+24
* fuse: extract fuse_find_writeback() helperMiklos Szeredi2019-02-131-27/+25Star
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-111-10/+11
* fuse: fix fsync on directoryMiklos Szeredi2018-12-031-21/+22
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-091-1/+3
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | fuse: only invalidate atime in direct readMiklos Szeredi2018-10-151-1/+1
* | fuse: realloc page arrayMiklos Szeredi2018-10-011-1/+7
* | fuse: add max_pages to init_outConstantine Shulyupin2018-10-011-29/+30
* | fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-011-0/+8
* | fuse: allow using readdir cacheMiklos Szeredi2018-10-011-0/+2
* | fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-281-1/+3
* | fuse: introduce fc->bg_lockKirill Tkhai2018-09-281-1/+1
* | fuse: add support for copy_file_range()Niels de Vos2018-09-281-0/+77
|/
* Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-221-1/+2
|\
| * fs: fuse: Adding new return type vm_fault_tSouptick Joarder2018-07-261-1/+1
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-07-261-0/+1
* | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* make kernel-side POLL... arch-independentAl Viro2017-11-301-2/+2
* fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-131-24/+28
|\