summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+1
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+16
2026-08-24fuse: zero the partial EOF page when extending a fileJimmy Zuber1-0/+9
2026-08-24fuse: invalidate the correct range after O_APPEND direct writeBaokun Li1-2/+3
2026-08-18fuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li1-2/+2
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+5
2026-08-17fuse: add zero-copy over io-uringJoanne Koong1-0/+2
2026-07-31fuse: convert iomap ops to ->iomap_next()Joanne Koong1-1/+3
2026-07-31fuse: use iomap helper to mark folio uptodateJoanne Koong1-1/+1
2026-07-31fuse: don't clear folio uptodate on writethrough errorsJoanne Koong1-17/+1
2026-07-08fuse: use iomap helper to mark folio uptodateJoanne Koong1-1/+1
2026-07-08fuse: don't clear folio uptodate on writethrough errorsJoanne Koong1-17/+1
2026-07-01fuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong1-11/+3
2026-06-18Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-151/+69
2026-06-15fuse: invalidate page cache after DIO and async DIO writesCheng Ding1-11/+46
2026-06-15fuse: set ff->flock only on successZhang Tianci1-1/+2
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird1-3/+1
2026-06-15fuse: convert page array allocation to kcalloc()William Theesfeld1-1/+1
2026-06-15fuse: create poll.cMiklos Szeredi1-119/+0
2026-06-15fuse: remove fm arg of args->end callbackMiklos Szeredi1-13/+9
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi1-3/+3
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi1-2/+3
2026-06-15virtiofs: fix UAF on submount umountMiklos Szeredi1-1/+7
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian1-1/+4
2026-04-15Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+11
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong1-3/+1
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig1-2/+3
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong1-1/+1
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu1-6/+4
2026-02-27fuse: mark DAX inode releases as blockingSergio Lopez1-0/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-02-09fs: fuse: fix max() of incompatible typesArnd Bergmann1-2/+4
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+3
2026-02-09Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong1-1/+3
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li1-2/+2
2026-01-13fuse: add setlease file operationJeff Layton1-0/+1
2025-12-15fs: use min() or umin() instead of min_t()David Laight1-5/+3
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+29
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert1-1/+1
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert1-0/+9
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-8/+2
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong1-2/+2
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong1-7/+19
2025-11-05fuse: use iomap for readaheadJoanne Koong1-96/+124
2025-11-05fuse: use iomap for read_folioJoanne Koong1-24/+56
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7