summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2024-10-25fuse: remove stray debug lineMiklos Szeredi1-1/+0
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-25Merge 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
2024-09-19fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPENMiklos Szeredi1-5/+2
2024-09-18virtio_fs: allow idmapped mountsAlexander Mikhalitsyn1-0/+1
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-23/+24
2024-09-04fuse: allow idmapped mountsAlexander Mikhalitsyn1-3/+9
2024-09-04fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn1-0/+8
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn1-1/+2
2024-09-04fuse: support idmapped ->rename opAlexander Mikhalitsyn1-4/+5
2024-09-04fuse: support idmapped ->set_aclAlexander Mikhalitsyn1-2/+2
2024-09-04fuse: drop idmap argument from __fuse_get_aclAlexander Mikhalitsyn1-4/+2
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn3-14/+26
2024-09-04fuse: support idmapped ->permission inode opAlexander Mikhalitsyn1-2/+2
2024-09-04fuse: support idmapped getattr inode opAlexander Mikhalitsyn1-20/+24
2024-09-04fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn1-18/+20
2024-09-04fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn1-7/+12
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn9-44/+47
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn2-12/+39
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+26
2024-08-29fuse: use correct name fuse_conn_list in docstringAurelien Aptel1-1/+1
2024-08-29fuse: add simple request tracepointsJosef Bacik3-0/+140
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...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 cal...Joanne 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-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi3-113/+106
2024-08-29fuse: disable the combination of passthrough and writeback cacheBernd Schubert1-1/+6
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-08-28fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi1-4/+1
2024-08-28fuse: fix memory leak in fuse_create_openyangyun1-1/+1
2024-08-28fuse: check aborted connection before adding requests to pending list for res...Joanne Koong1-0/+9
2024-08-28fuse: use unsigned type for getxattr/listxattr size truncationJann Horn1-2/+2
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-3/+3