aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-25fuse: convert fuse_page_mkwrite to use foliosJosef Bacik1-5/+15
2024-10-25fuse: convert fuse_fill_write_pages to use foliosJosef Bacik1-13/+15
2024-10-25fuse: convert fuse_send_write_pages to use foliosJosef Bacik1-7/+7
2024-10-25fuse: convert readahead to use foliosJosef Bacik1-13/+23
2024-10-25fuse: use fuse_range_is_writeback() instead of iterating pagesJosef Bacik1-2/+5
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao1-19/+43
2024-10-25fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iteryangyun1-3/+4
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead of in callback"Miklos Szeredi1-6/+12
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-92/+92
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun1-1/+1
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn1-16/+16
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-23/+24
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn1-1/+2
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn1-1/+1
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn1-16/+16
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_locked()Joanne Koong1-46/+57
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong1-4/+2
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong1-7/+7
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in callbackJoanne Koong1-12/+6
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong1-17/+14
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong1-4/+3
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun1-3/+3
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)1-14/+15
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)1-7/+8
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)1-7/+3
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein1-5/+7
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-179/+278
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi1-2/+0
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang1-5/+10
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang1-4/+0
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng1-2/+6
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)1-29/+1
2024-03-05fuse: implement passthrough for mmapAmir Goldstein1-3/+10