summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
6 daysfuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong
2026-06-18Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-15fuse: invalidate page cache after DIO and async DIO writesCheng Ding
2026-06-15fuse: set ff->flock only on successZhang Tianci
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird
2026-06-15fuse: convert page array allocation to kcalloc()William Theesfeld
2026-06-15fuse: create poll.cMiklos Szeredi
2026-06-15fuse: remove fm arg of args->end callbackMiklos Szeredi
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi
2026-06-15virtiofs: fix UAF on submount umountMiklos Szeredi
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian
2026-04-15Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu
2026-02-27fuse: mark DAX inode releases as blockingSergio Lopez
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09fs: fuse: fix max() of incompatible typesArnd Bergmann
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li
2026-01-13fuse: add setlease file operationJeff Layton
2025-12-15fs: use min() or umin() instead of min_t()David Laight
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong
2025-11-05fuse: use iomap for readaheadJoanne Koong
2025-11-05fuse: use iomap for read_folioJoanne Koong
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong
2025-08-27fuse: use default writeback accountingJoanne Koong
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong