summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)1-7/+3
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein1-5/+7
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-179/+278
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi1-2/+0
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang1-5/+10
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang1-4/+0
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng1-2/+6
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)1-29/+1
2024-03-05fuse: implement passthrough for mmapAmir Goldstein1-3/+10
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein1-2/+27
2024-03-05fuse: implement read/write passthroughAmir Goldstein1-6/+12
2024-03-05fuse: implement open in passthrough modeAmir Goldstein1-1/+8
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein1-19/+15
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-12/+29
2024-02-23fuse: introduce inode io modesAmir Goldstein1-0/+15
2024-02-23fuse: prepare for failing open responseAmir Goldstein1-5/+10
2024-02-23fuse: break up fuse_open_common()Amir Goldstein1-7/+2
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein1-30/+39
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein1-17/+21
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert1-27/+34
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert1-18/+45
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert1-2/+6
2024-02-05fuse: adapt to breakup of struct file_lockJeff Layton1-8/+7
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+3
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli1-3/+3
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu1-0/+7
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu1-2/+5
2023-08-16fuse: invalidate page cache pages before direct writeHao Xu1-1/+11
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi1-63/+26
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-35/+10
2023-06-10fuse: use direct_write_fallbackChristoph Hellwig1-22/+2
2023-06-10fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig1-6/+5
2023-06-10fuse: update ki_pos in fuse_perform_writeChristoph Hellwig1-10/+10
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-1/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-27/+64
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+9
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-9/+9
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap1-1/+1
2023-01-26fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman1-26/+63
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-1/+2
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-13Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+40
2022-12-13Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1