aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+18
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2024-11-18virtiofs: dax: remove ->writepages() callbackAsahi Lina1-11/+0
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci4-25/+71
2024-11-12virtio_fs: store actual queue index in mq_mapMax Gurtovoy1-6/+6
2024-11-12virtio_fs: add informative log for new tag discoveryMax Gurtovoy1-0/+1
2024-11-11backing-file: clean up the APIMiklos Szeredi1-14/+18
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong8-154/+90
2024-11-05fuse: convert direct io to use foliosJoanne Koong2-67/+35
2024-11-05fuse: convert writebacks to use foliosJoanne Koong1-62/+64
2024-11-05fuse: convert retrieves to use foliosJoanne Koong1-10/+12
2024-11-05fuse: convert ioctls to use foliosJoanne Koong2-16/+26
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong2-16/+19
2024-11-05fuse: convert reads to use foliosJoanne Koong2-22/+57
2024-11-05fuse: convert readdir to use foliosJoanne Koong1-10/+11
2024-11-05fuse: convert readlink to use foliosJoanne Koong1-14/+15
2024-11-05fuse: convert cuse to use foliosJoanne Koong1-15/+17
2024-11-05fuse: add support in virtio for requests using foliosJoanne Koong1-31/+56
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong2-11/+51
2024-11-03fdget(), more trivial conversionsAl Viro1-4/+2
2024-10-25fuse: convert fuse_notify_store to use foliosJosef Bacik1-11/+12
2024-10-25fuse: convert fuse_retrieve to use foliosJosef Bacik1-4/+4
2024-10-25fuse: use the folio based vmstat helpersJosef Bacik1-6/+8
2024-10-25fuse: remove stray debug lineMiklos Szeredi1-1/+0
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 GFP_NOFS when enqueuing request through kworkerHou Tao1-9/+15
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao3-19/+50
2024-10-25fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iteryangyun1-3/+4
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong5-5/+65
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi1-6/+12
2024-10-16fuse: update inode size after extending passthrough writeAmir Goldstein1-1/+1
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein1-3/+3
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-5/+0
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-14/+150
2024-09-25virtio_fs: add sysfs entries for queue informationMax Gurtovoy1-8/+139
2024-09-25virtio_fs: introduce virtio_fs_put_locked helperMax Gurtovoy1-6/+11
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-294/+505
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun1-1/+1
2024-09-24fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi1-0/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn3-28/+27
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn9-46/+60
2024-09-23fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn1-2/+2