summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)
2024-03-05fuse: implement passthrough for mmapAmir Goldstein
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein
2024-03-05fuse: implement read/write passthroughAmir Goldstein
2024-03-05fuse: implement open in passthrough modeAmir Goldstein
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2024-02-23fuse: introduce inode io modesAmir Goldstein
2024-02-23fuse: prepare for failing open responseAmir Goldstein
2024-02-23fuse: break up fuse_open_common()Amir Goldstein
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert
2024-02-05fuse: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu