summaryrefslogtreecommitdiff
path: root/fs/fuse/virtio_fs.c
AgeCommit message (Expand)Author
2026-06-15virtio-fs: avoid double-free on failed queue setupYung-Tse Cheng
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi
2026-06-15fuse: add struct fuse_chanMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-04-07virtiofs: add filesystem context source name checkXiangsheng Hou
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-11-12virtio_fs: store actual queue index in mq_mapMax Gurtovoy
2024-11-12virtio_fs: add informative log for new tag discoveryMax Gurtovoy
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05fuse: add support in virtio for requests using foliosJoanne Koong
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-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-18virtio_fs: allow idmapped mountsAlexander Mikhalitsyn
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtiofs: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-09virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen
2024-07-09virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22fuse: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-10virtio-fs: add multi-queue supportPeter-Jan Gootzen
2024-05-10virtio-fs: limit number of request queuesPeter-Jan Gootzen
2024-05-08virtiofs: include a newline in sysfs tagBrian Foster
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-05virtio_fs: remove duplicate check if queue is brokenLi RongQing
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu