aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi1-6/+12
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-92/+92
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun1-1/+1
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn1-16/+16
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-23/+24
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn1-1/+2
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn1-1/+1
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn1-16/+16
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong1-46/+57
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong1-4/+2
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong1-7/+7
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong1-12/+6
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong1-17/+14
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong1-4/+3
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun1-3/+3
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)1-14/+15
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)1-7/+8
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