[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190910151206.4671-1-mszeredi@redhat.com>
Date: Tue, 10 Sep 2019 17:12:02 +0200
From: Miklos Szeredi <mszeredi@...hat.com>
To: virtualization@...ts.linux-foundation.org,
linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
"Michael S. Tsirkin" <mst@...hat.com>,
Stefan Hajnoczi <stefanha@...hat.com>,
Vivek Goyal <vgoyal@...hat.com>,
"Dr. David Alan Gilbert" <dgilbert@...hat.com>
Subject: [PATCH v5 0/4] virtio-fs: shared file system for virtual machines
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
Powered by blists - more mailing lists