summaryrefslogtreecommitdiff
path: root/fs/fuse/virtio_fs.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31fuse: convert iomap ops to ->iomap_next()Joanne Koong1-2/+1
2026-06-15virtio-fs: avoid double-free on failed queue setupYung-Tse Cheng1-0/+2
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi1-1/+1
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi1-1/+1
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi1-5/+6
2026-06-15fuse: add struct fuse_chanMiklos Szeredi1-1/+7
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi1-1/+1
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi1-2/+0
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki1-4/+25
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-11/+11
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari1-1/+1
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+5
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong1-2/+1
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang1-1/+1
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing1-2/+4
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing1-3/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-3/+2
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-3/+3
2025-04-07virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-2/+1
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+7
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-05fuse: remove pages for requests and exclusively use foliosJoanne Koong1-59/+34
2024-11-05fuse: add support in virtio for requests using foliosJoanne Koong1-31/+56
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 Tao1-0/+1
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-18virtio_fs: allow idmapped mountsAlexander Mikhalitsyn1-0/+1
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi1-28/+13
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-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-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-08virtiofs: include a newline in sysfs tagBrian Foster1-1/+1
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-24/+117
2024-03-05virtio_fs: remove duplicate check if queue is brokenLi RongQing1-2/+2
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi1-1/+1
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi1-1/+16
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi1-22/+90
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-4/+11