summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorLines
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
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-92/+92
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun-1/+1
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn-16/+16
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds-23/+24
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn-1/+2
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn-1/+1
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn-16/+16
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong-46/+57
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong-4/+2
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong-7/+7
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong-12/+6
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong-17/+14
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong-4/+3
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun-3/+3
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong-1/+7
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-2/+1
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)-14/+15
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)-7/+8
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)-7/+3
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein-5/+7
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-179/+278
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi-2/+0
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang-5/+10
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang-4/+0
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng-2/+6
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)-15/+15
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)-29/+1
2024-03-05fuse: implement passthrough for mmapAmir Goldstein-3/+10
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein-2/+27
2024-03-05fuse: implement read/write passthroughAmir Goldstein-6/+12