summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
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
2023-08-16fuse: invalidate page cache pages before direct writeHao Xu
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09fuse: use direct_write_fallbackChristoph Hellwig
2023-06-09fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig
2023-06-09fuse: update ki_pos in fuse_perform_writeChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap
2023-01-26fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-23fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi