aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2019-08-29 14:41:04 +0100
committerMiklos Szeredi <mszeredi@redhat.com>2019-09-18 15:09:34 +0200
commit2d1d25d0a224dcd2021004d52342fc1727ccd85f (patch)
treea84c8df36800dc29b5353f4df660ad5ed1eaf772 /MAINTAINERS
parentfuse: reserve values for mapping protocol (diff)
downloadlinux-dev-2d1d25d0a224dcd2021004d52342fc1727ccd85f.tar.xz
linux-dev-2d1d25d0a224dcd2021004d52342fc1727ccd85f.zip
virtio-fs: add Documentation/filesystems/virtiofs.rst
Add information about the new "virtiofs" file system. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS12
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9cbcf167bdd0..953e8c60d1c0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17117,6 +17117,18 @@ S: Supported
F: drivers/s390/virtio/
F: arch/s390/include/uapi/asm/virtio-ccw.h
+VIRTIO FILE SYSTEM
+M: Vivek Goyal <vgoyal@redhat.com>
+M: Stefan Hajnoczi <stefanha@redhat.com>
+M: Miklos Szeredi <miklos@szeredi.hu>
+L: virtualization@lists.linux-foundation.org
+L: linux-fsdevel@vger.kernel.org
+W: https://virtio-fs.gitlab.io/
+S: Supported
+F: fs/fuse/virtio_fs.c
+F: include/uapi/linux/virtio_fs.h
+F: Documentation/filesystems/virtiofs.rst
+
VIRTIO GPU DRIVER
M: David Airlie <airlied@linux.ie>
M: Gerd Hoffmann <kraxel@redhat.com>