summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian1-1/+4
2026-04-16Merge 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-22Convert '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-10fs: fuse: fix max() of incompatible typesArnd Bergmann1-2/+4
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+3
2026-02-10Merge 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-06Merge 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
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong1-13/+11
2025-08-27fuse: use default writeback accountingJoanne Koong1-8/+1
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong1-1/+0
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi1-12/+32
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+0
2025-07-29fuse: remove page alignment check for writeback lenJoanne Koong1-2/+0
2025-07-29Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-196/+153
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+9
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong1-16/+12
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong1-0/+2
2025-07-17fuse: use iomap for folio launderingJoanne Koong1-40/+12
2025-07-17fuse: use iomap for writebackJoanne Koong1-51/+82
2025-07-17fuse: use iomap for buffered writesJoanne Koong1-94/+54
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-5/+9
2025-07-10mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig1-11/+0
2025-06-24fuse: fix fuse_fill_write_pages() upper bound calculationJoanne Koong1-3/+2
2025-06-03Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-373/+101
2025-05-29fuse: support large folios for writebackJoanne Koong1-4/+8
2025-05-29fuse: support large folios for readaheadJoanne Koong1-9/+29
2025-05-29fuse: support large folios for queued writesJoanne Koong1-4/+7
2025-05-29fuse: support large folios for folio readsJoanne Koong1-1/+1