summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
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
2025-07-17fuse: use iomap for folio launderingJoanne Koong
2025-07-17fuse: use iomap for writebackJoanne Koong
2025-07-17fuse: use iomap for buffered writesJoanne Koong
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-09mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig
2025-06-24fuse: fix fuse_fill_write_pages() upper bound calculationJoanne Koong
2025-06-02Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-29fuse: support large folios for writebackJoanne Koong
2025-05-29fuse: support large folios for readaheadJoanne Koong
2025-05-29fuse: support large folios for queued writesJoanne Koong
2025-05-29fuse: support large folios for folio readsJoanne Koong