summaryrefslogtreecommitdiffstats
path: root/fs/fuse/virtio_fs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\
| * fuse: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | virtio-fs: add multi-queue supportPeter-Jan Gootzen2024-05-101-8/+62
* | virtio-fs: limit number of request queuesPeter-Jan Gootzen2024-05-101-0/+3
* | virtiofs: include a newline in sysfs tagBrian Foster2024-05-081-1/+1
|/
* Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-151-24/+117
|\
| * virtio_fs: remove duplicate check if queue is brokenLi RongQing2024-03-051-2/+2
| * virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi2024-03-051-1/+1
| * virtiofs: emit uevents on filesystem eventsStefan Hajnoczi2024-02-231-1/+16
| * virtiofs: export filesystem tags through sysfsStefan Hajnoczi2024-02-231-22/+90
| * virtiofs: forbid newlines in tagsStefan Hajnoczi2024-02-231-0/+10
* | virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-4/+11
|/
* dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+2
* virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang2022-07-261-1/+1
* virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang2022-07-211-4/+3
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-2/+4
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-17/+1
|\ \
| * | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-16/+0
| * | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-1/+1
| * | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-1/+1
| |/
* / fuse: make DAX mount option a tri-stateJeffle Xu2021-12-141-3/+15
|/
* virtiofs: use strscpy for copying the queue nameMiklos Szeredi2021-11-021-1/+1
* fuse: clean up fuse_mount destructionMiklos Szeredi2021-10-211-7/+2
* fuse: get rid of fuse_put_super()Miklos Szeredi2021-10-211-0/+1
* fuse: check s_root when destroying sbMiklos Szeredi2021-10-211-1/+1
* fuse: name fs_context consistentlyMiklos Szeredi2021-08-041-6/+6
* fuse: add dedicated filesystem context ops for submountsGreg Kurz2021-06-221-0/+3
* virtiofs: propagate sync() to file serverGreg Kurz2021-06-221-0/+1
* virtiofs: fix usernsMiklos Szeredi2021-04-141-2/+1
* virtiofs: remove useless functionJiapeng Chong2021-04-141-5/+0
* virtiofs: split requests that exceed virtqueue sizeConnor Kuehl2021-04-141-2/+17
* virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques2021-04-141-0/+1
* virtiofs: Fail dax mount if device does not support itVivek Goyal2021-03-051-1/+8
* virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi2020-11-111-13/+12
* fuse: get rid of fuse_mount refcountMiklos Szeredi2020-11-111-3/+6
* virtiofs: simplify sb setupMiklos Szeredi2020-11-111-14/+3
* virtiofs fix leak in setupMiklos Szeredi2020-11-111-0/+2
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-66/+312
|\
| * virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal2020-10-141-5/+27
| * fuse: implement crossmountsMax Reitz2020-10-091-0/+1
| * fuse: split fuse_mount off of fuse_connMax Reitz2020-09-181-24/+43
| * fuse: drop fuse_conn parameter where possibleMax Reitz2020-09-181-5/+3
| * virtiofs: add logic to free up a memory rangeVivek Goyal2020-09-101-0/+6
| * virtiofs: add a mount option to enable daxVivek Goyal2020-09-101-14/+67
| * virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi2020-09-101-0/+138
| * virtiofs: get rid of no_mount_optionsVivek Goyal2020-09-101-1/+0
| * virtiofs: provide a helper function for virtqueue initializationVivek Goyal2020-09-101-20/+30
|/