summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-24fuse: zero the partial EOF page when extending a fileJimmy Zuber
2026-08-24fuse: invalidate the correct range after O_APPEND direct writeBaokun Li
2026-08-18fuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17fuse: add zero-copy over io-uringJoanne Koong
2026-07-31fuse: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31fuse: use iomap helper to mark folio uptodateJoanne Koong
2026-07-31fuse: don't clear folio uptodate on writethrough errorsJoanne Koong
2026-07-08fuse: use iomap helper to mark folio uptodateJoanne Koong
2026-07-08fuse: don't clear folio uptodate on writethrough errorsJoanne Koong
2026-07-01fuse: 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