aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
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/git/mszeredi/fuseLinus 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_locked()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 callbackJoanne 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 resendingJoanne 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-12introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)1-14/+15
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)1-7/+8
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-31/+31
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtiofs: convert to use virtio_find_vqs_info()Jiri Pirko1-13/+9
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+18
2024-07-09virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen1-15/+19
2024-07-09virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen1-3/+3
2024-07-03fuse: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-07-03fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-06-25fuse: Use in_group_or_capable() helperYouling Tang1-2/+2
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22fuse: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-10virtio-fs: add multi-queue supportPeter-Jan Gootzen1-8/+62
2024-05-10virtio-fs: limit number of request queuesPeter-Jan Gootzen1-0/+3
2024-05-10fuse: clear FR_SENT when re-adding requests into pending listHou Tao1-0/+1
2024-05-10fuse: set FR_PENDING atomically in fuse_resend()Hou Tao1-1/+1
2024-05-08fuse: Add initial support for fs-verityRichard Fung1-0/+60
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)1-7/+3
2024-05-08virtiofs: include a newline in sysfs tagBrian Foster1-1/+1
2024-04-22fuse: verify zero padding in fuse_backing_mapAmir Goldstein1-1/+1
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li1-0/+4
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin1-0/+1
2024-04-15fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein1-2/+2
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein4-25/+51
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds12-273/+1374
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+11
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-7/+7