summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05fuse: convert direct io to use foliosJoanne Koong
2024-11-05fuse: convert writebacks to use foliosJoanne Koong
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong
2024-11-05fuse: convert reads to use foliosJoanne Koong
2024-10-25fuse: use the folio based vmstat helpersJosef Bacik
2024-10-25fuse: convert fuse_writepage_need_send to take a folioJosef Bacik
2024-10-25fuse: convert fuse_do_readpage to use foliosJosef Bacik
2024-10-25fuse: use kiocb_modified in buffered write pathJosef Bacik
2024-10-25fuse: convert fuse_page_mkwrite to use foliosJosef Bacik
2024-10-25fuse: convert fuse_fill_write_pages to use foliosJosef Bacik
2024-10-25fuse: convert fuse_send_write_pages to use foliosJosef Bacik
2024-10-25fuse: convert readahead to use foliosJosef Bacik
2024-10-25fuse: use fuse_range_is_writeback() instead of iterating pagesJosef Bacik
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao
2024-10-25fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iteryangyun
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)
2024-03-05fuse: implement passthrough for mmapAmir Goldstein
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein
2024-03-05fuse: implement read/write passthroughAmir Goldstein
2024-03-05fuse: implement open in passthrough modeAmir Goldstein
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein