aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/virtio_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang1-1/+1
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang1-4/+3
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-2/+4
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-17/+1
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-16/+0
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-1/+1
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu1-3/+15
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-1/+1
2021-11-02virtiofs: use strscpy for copying the queue nameMiklos Szeredi1-1/+1
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi1-7/+2
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi1-0/+1
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi1-1/+1
2021-08-04fuse: name fs_context consistentlyMiklos Szeredi1-6/+6
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz1-0/+3
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz1-0/+1
2021-04-14virtiofs: fix usernsMiklos Szeredi1-2/+1
2021-04-14virtiofs: remove useless functionJiapeng Chong1-5/+0
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl1-2/+17
2021-04-14virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques1-0/+1
2021-03-05virtiofs: Fail dax mount if device does not support itVivek Goyal1-1/+8
2020-11-11virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi1-13/+12
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi1-3/+6
2020-11-11virtiofs: simplify sb setupMiklos Szeredi1-14/+3
2020-11-11virtiofs fix leak in setupMiklos Szeredi1-0/+2
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-66/+312
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal1-5/+27
2020-10-09fuse: implement crossmountsMax Reitz1-0/+1
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-24/+43
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz1-5/+3
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal1-0/+6
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal1-14/+67
2020-09-10virtiofs: set up virtio_fs dax_deviceStefan Hajnoczi1-0/+138
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal1-1/+0
2020-09-10virtiofs: provide a helper function for virtqueue initializationVivek Goyal1-20/+30
2020-08-05virtio_fs: convert to LE accessorsMichael S. Tsirkin1-2/+2
2020-05-19virtiofs: do not use fuse_fill_super_common() for device installationVivek Goyal1-6/+3
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal1-35/+71
2019-11-22virtiofs: Use completions while waiting for queue to be drainedVivek Goyal1-10/+29
2019-11-22virtiofs: Do not send forget request "struct list_head" elementVivek Goyal1-5/+12
2019-11-22virtiofs: Use a common function to send forgetVivek Goyal1-87/+63
2019-11-12virtiofs: Fix old-style declarationYueHaibing1-3/+3
2019-10-23virtiofs: Remove set but not used variable 'fc'zhengbin1-2/+0
2019-10-21virtiofs: Retry request submission from worker contextVivek Goyal1-9/+52
2019-10-21virtiofs: Count pending forgets as in_flight forgetsVivek Goyal1-24/+20
2019-10-21virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal1-13/+10
2019-10-21virtiofs: No need to check fpq->connected stateVivek Goyal1-7/+0
2019-10-21virtiofs: Do not end request in submission contextVivek Goyal1-4/+33