aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/virtio_fs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+0
2024-05-22fuse: virtio: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-05-10virtio-fs: add multi-queue supportGravatar Peter-Jan Gootzen 1-8/+62
2024-05-10virtio-fs: limit number of request queuesGravatar Peter-Jan Gootzen 1-0/+3
2024-05-08virtiofs: include a newline in sysfs tagGravatar Brian Foster 1-1/+1
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-24/+117
2024-03-05virtio_fs: remove duplicate check if queue is brokenGravatar Li RongQing 1-2/+2
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Gravatar Stefan Hajnoczi 1-1/+1
2024-02-23virtiofs: emit uevents on filesystem eventsGravatar Stefan Hajnoczi 1-1/+16
2024-02-23virtiofs: export filesystem tags through sysfsGravatar Stefan Hajnoczi 1-22/+90
2024-02-23virtiofs: forbid newlines in tagsGravatar Stefan Hajnoczi 1-0/+10
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalGravatar Mathieu Desnoyers 1-4/+11
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONGravatar Jane Chu 1-1/+2
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessGravatar Deming Wang 1-1/+1
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsGravatar Deming Wang 1-4/+3
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeGravatar Jane Chu 1-2/+4
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Gravatar Christoph Hellwig 1-0/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-2/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-17/+1
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsGravatar Christoph Hellwig 1-16/+0
2021-12-18dax: remove the DAXDEV_F_SYNC flagGravatar Christoph Hellwig 1-1/+1
2021-12-14fuse: make DAX mount option a tri-stateGravatar Jeffle Xu 1-3/+15
2021-12-04dax: simplify the dax_device <-> gendisk associationGravatar Christoph Hellwig 1-1/+1
2021-11-02virtiofs: use strscpy for copying the queue nameGravatar Miklos Szeredi 1-1/+1
2021-10-21fuse: clean up fuse_mount destructionGravatar Miklos Szeredi 1-7/+2
2021-10-21fuse: get rid of fuse_put_super()Gravatar Miklos Szeredi 1-0/+1
2021-10-21fuse: check s_root when destroying sbGravatar Miklos Szeredi 1-1/+1
2021-08-04fuse: name fs_context consistentlyGravatar Miklos Szeredi 1-6/+6
2021-06-22fuse: add dedicated filesystem context ops for submountsGravatar Greg Kurz 1-0/+3
2021-06-22virtiofs: propagate sync() to file serverGravatar Greg Kurz 1-0/+1
2021-04-14virtiofs: fix usernsGravatar Miklos Szeredi 1-2/+1
2021-04-14virtiofs: remove useless functionGravatar Jiapeng Chong 1-5/+0
2021-04-14virtiofs: split requests that exceed virtqueue sizeGravatar Connor Kuehl 1-2/+17
2021-04-14virtiofs: fix memory leak in virtio_fs_probe()Gravatar Luis Henriques 1-0/+1
2021-03-05virtiofs: Fail dax mount if device does not support itGravatar Vivek Goyal 1-1/+8
2020-11-11virtiofs: clean up error handling in virtio_fs_get_tree()Gravatar Miklos Szeredi 1-13/+12
2020-11-11fuse: get rid of fuse_mount refcountGravatar Miklos Szeredi 1-3/+6
2020-11-11virtiofs: simplify sb setupGravatar Miklos Szeredi 1-14/+3
2020-11-11virtiofs fix leak in setupGravatar Miklos Szeredi 1-0/+2
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-66/+312
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyGravatar Vivek Goyal 1-5/+27
2020-10-09fuse: implement crossmountsGravatar Max Reitz 1-0/+1
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-24/+43
2020-09-18fuse: drop fuse_conn parameter where possibleGravatar Max Reitz 1-5/+3
2020-09-10virtiofs: add logic to free up a memory rangeGravatar Vivek Goyal 1-0/+6
2020-09-10virtiofs: add a mount option to enable daxGravatar Vivek Goyal 1-14/+67
2020-09-10virtiofs: set up virtio_fs dax_deviceGravatar Stefan Hajnoczi 1-0/+138
2020-09-10virtiofs: get rid of no_mount_optionsGravatar Vivek Goyal 1-1/+0
2020-09-10virtiofs: provide a helper function for virtqueue initializationGravatar Vivek Goyal 1-20/+30