summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2024-11-05fuse: convert cuse to use foliosJoanne Koong
2024-11-05fuse: add support in virtio for requests using foliosJoanne Koong
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong
2024-11-03fdget(), more trivial conversionsAl Viro
2024-10-25fuse: convert fuse_notify_store to use foliosJosef Bacik
2024-10-25fuse: convert fuse_retrieve to use foliosJosef Bacik
2024-10-25fuse: use the folio based vmstat helpersJosef Bacik
2024-10-25fuse: remove stray debug lineMiklos Szeredi
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 GFP_NOFS when enqueuing request through kworkerHou Tao
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-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi
2024-10-16fuse: update inode size after extending passthrough writeAmir Goldstein
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-09-25virtio_fs: add sysfs entries for queue informationMax Gurtovoy
2024-09-25virtio_fs: introduce virtio_fs_put_locked helperMax Gurtovoy
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-24fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn
2024-09-23fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn
2024-09-19fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPENMiklos Szeredi
2024-09-18virtio_fs: allow idmapped mountsAlexander Mikhalitsyn
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-04fuse: allow idmapped mountsAlexander Mikhalitsyn
2024-09-04fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn
2024-09-04fuse: support idmapped ->rename opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->set_aclAlexander Mikhalitsyn
2024-09-04fuse: drop idmap argument from __fuse_get_aclAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->permission inode opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped getattr inode opAlexander Mikhalitsyn
2024-09-04fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn
2024-09-04fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn