summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorLines
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong-1/+7
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong-13/+11
2025-08-27fuse: use default writeback accountingJoanne Koong-8/+1
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong-1/+0
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi-12/+32
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi-1/+1
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi-0/+3
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+0
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong-2/+0
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-196/+153
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+9
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong-16/+12
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong-0/+2
2025-07-17fuse: use iomap for folio launderingJoanne Koong-40/+12
2025-07-17fuse: use iomap for writebackJoanne Koong-51/+82
2025-07-17fuse: use iomap for buffered writesJoanne Koong-94/+54
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-5/+9
2025-07-09mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig-11/+0
2025-06-24fuse: fix fuse_fill_write_pages() upper bound calculationJoanne Koong-3/+2
2025-06-02Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-373/+101
2025-05-29fuse: support large folios for writebackJoanne Koong-4/+8
2025-05-29fuse: support large folios for readaheadJoanne Koong-9/+29
2025-05-29fuse: support large folios for queued writesJoanne Koong-4/+7
2025-05-29fuse: support large folios for folio readsJoanne Koong-1/+1
2025-05-29fuse: support large folios for writethrough writesJoanne Koong-5/+10
2025-05-29fuse: refactor fuse_fill_write_pages()Joanne Koong-12/+10
2025-05-12fuse: drop usage of folio_indexKairui Song-2/+2
2025-04-15fuse: remove tmp folio for writebacks and internal rb treeJoanne Koong-336/+28
2025-04-15fuse: Move prefaulting out of hot write pathDave Hansen-4/+10
2025-03-17fuse: fix dax truncate/punch_hole fault pathAlistair Popple-2/+2
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong-2/+11
2024-12-13fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failureBernd Schubert-2/+5
2024-12-12fuse: fix direct io folio offset and length calculationJoanne Koong-12/+16
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong-31/+27
2024-11-05fuse: convert direct io to use foliosJoanne Koong-45/+35
2024-11-05fuse: convert writebacks to use foliosJoanne Koong-62/+64
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong-15/+18
2024-11-05fuse: convert reads to use foliosJoanne Koong-22/+45
2024-10-25fuse: use the folio based vmstat helpersJosef Bacik-6/+8
2024-10-25fuse: convert fuse_writepage_need_send to take a folioJosef Bacik-7/+12
2024-10-25fuse: convert fuse_do_readpage to use foliosJosef Bacik-13/+13
2024-10-25fuse: use kiocb_modified in buffered write pathJosef Bacik-5/+1
2024-10-25fuse: convert fuse_page_mkwrite to use foliosJosef Bacik-5/+15
2024-10-25fuse: convert fuse_fill_write_pages to use foliosJosef Bacik-13/+15
2024-10-25fuse: convert fuse_send_write_pages to use foliosJosef Bacik-7/+7
2024-10-25fuse: convert readahead to use foliosJosef Bacik-13/+23
2024-10-25fuse: use fuse_range_is_writeback() instead of iterating pagesJosef Bacik-2/+5
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao-19/+43
2024-10-25fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iteryangyun-3/+4
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi-6/+12