Git tree for this version is available here: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#virtiofs-v5 Only post patches that actually add virtiofs (virtiofs-v5-base..virtiofs-v5). I've folded the series from Vivek and fixed a couple of TODO comments myself. AFAICS two issues remain that need to be resolved in the short term, one way or the other: freeze/restore and full virtqueue. Thanks, Miklos --- Dr. David Alan Gilbert (1): fuse: reserve values for mapping protocol Michael S. Tsirkin (1): fuse: reserve byteswapped init opcodes Stefan Hajnoczi (2): virtio-fs: add Documentation/filesystems/virtiofs.rst virtio-fs: add virtiofs filesystem Documentation/filesystems/index.rst | 10 + Documentation/filesystems/virtiofs.rst | 60 ++ MAINTAINERS | 11 + fs/fuse/Kconfig | 11 + fs/fuse/Makefile | 1 + fs/fuse/fuse_i.h | 9 + fs/fuse/inode.c | 4 + fs/fuse/virtio_fs.c | 1191 ++++++++++++++++++++++++ include/uapi/linux/fuse.h | 12 +- include/uapi/linux/virtio_fs.h | 19 + include/uapi/linux/virtio_ids.h | 1 + 11 files changed, 1328 insertions(+), 1 deletion(-) create mode 100644 Documentation/filesystems/virtiofs.rst create mode 100644 fs/fuse/virtio_fs.c create mode 100644 include/uapi/linux/virtio_fs.h -- 2.21.0