summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
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/g...Linus 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/...Linus Torvalds12-274/+1375
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+11
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-7/+7
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi3-12/+0
2024-03-06fuse: remove unneeded lock which protecting update of congestion_thresholdKemeng Shi1-5/+1
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang2-5/+11
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang1-4/+0
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng1-2/+6
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2-1/+3
2024-03-06fuse: Introduce a new notification type for resend pending requestsZhao Chen1-0/+56
2024-03-06fuse: add support for explicit export disablingJingbo Xu1-1/+10
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn1-2/+2
2024-03-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn1-1/+1
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)1-29/+1
2024-03-05virtio_fs: remove duplicate check if queue is brokenLi RongQing1-2/+2
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi1-1/+1
2024-03-05fuse: don't unhash rootMiklos Szeredi2-3/+5
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi1-1/+1
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi1-1/+1
2024-03-05fuse: implement passthrough for mmapAmir Goldstein3-3/+27
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein3-2/+78
2024-03-05fuse: implement read/write passthroughAmir Goldstein3-6/+84
2024-03-05fuse: implement open in passthrough modeAmir Goldstein4-8/+155
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein4-31/+78
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein4-0/+192