aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
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
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-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+0
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong1-2/+0
2025-07-28Merge 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-09mm: 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-02Merge 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
2025-05-29fuse: support large folios for writethrough writesJoanne Koong1-5/+10
2025-05-29fuse: refactor fuse_fill_write_pages()Joanne Koong1-12/+10
2025-05-12fuse: drop usage of folio_indexKairui Song1-2/+2
2025-04-15fuse: remove tmp folio for writebacks and internal rb treeJoanne Koong1-336/+28
2025-04-15fuse: Move prefaulting out of hot write pathDave Hansen1-4/+10
2025-03-17fuse: fix dax truncate/punch_hole fault pathAlistair Popple1-2/+2
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong1-2/+11
2024-12-13fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failureBernd Schubert1-2/+5
2024-12-12fuse: fix direct io folio offset and length calculationJoanne Koong1-12/+16
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong1-31/+27
2024-11-05fuse: convert direct io to use foliosJoanne Koong1-45/+35
2024-11-05fuse: convert writebacks to use foliosJoanne Koong1-62/+64
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong1-15/+18
2024-11-05fuse: convert reads to use foliosJoanne Koong1-22/+45
2024-10-25fuse: use the folio based vmstat helpersJosef Bacik1-6/+8
2024-10-25fuse: convert fuse_writepage_need_send to take a folioJosef Bacik1-7/+12
2024-10-25fuse: convert fuse_do_readpage to use foliosJosef Bacik1-13/+13
2024-10-25fuse: use kiocb_modified in buffered write pathJosef Bacik1-5/+1