summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2026-07-04virtiofs: fix UAF on submount umountMiklos Szeredi
2026-01-11fuse: fix readahead reclaim deadlockJoanne Koong
2026-01-11fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2026-01-11fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-10-29fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong
2025-10-29fuse: allocate ff->release_args only if release is neededAmir Goldstein
2025-09-19fuse: prevent overflow in copy_file_range return valueMiklos Szeredi
2025-09-19fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi
2025-04-10fuse: fix dax truncate/punch_hole fault pathAlistair Popple
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-04-03fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert
2023-12-20fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2023-12-20fuse: 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
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi
2022-10-18attr: use consistent sgid stripping checksChristian Brauner
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi
2022-07-21fuse: write inode in fuse_release()Miklos Szeredi
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fuse: remove reliance on bdi congestionNeilBrown