This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 568d850e3c60 Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/p [...] new c87a37ebd40b 9p: avoid attaching writeback_fid on mmap with type PRIVATE new 0ce772fe79b6 9p: Transport error uninitialized new 962a991c5de1 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie new aafee43b7286 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super new 9977b1a71488 Merge tag '9p-for-5.4' of git://github.com/martinetd/linux new c4bb667eaf52 fuse: reserve values for mapping protocol new 2d1d25d0a224 virtio-fs: add Documentation/filesystems/virtiofs.rst new a62a8ef9d97d virtio-fs: add virtiofs filesystem new 8f744bdee4fe Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/ [...]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/filesystems/index.rst | 10 + Documentation/filesystems/virtiofs.rst | 60 ++ MAINTAINERS | 12 + fs/9p/cache.c | 2 + fs/9p/vfs_file.c | 3 + fs/9p/vfs_super.c | 4 +- fs/fuse/Kconfig | 11 + fs/fuse/Makefile | 1 + fs/fuse/fuse_i.h | 9 + fs/fuse/inode.c | 4 + fs/fuse/virtio_fs.c | 1195 ++++++++++++++++++++++++++++++++ include/uapi/linux/fuse.h | 8 +- include/uapi/linux/virtio_fs.h | 19 + include/uapi/linux/virtio_ids.h | 1 + net/9p/client.c | 1 + 15 files changed, 1337 insertions(+), 3 deletions(-) create mode 100644 Documentation/filesystems/virtiofs.rst create mode 100644 fs/fuse/virtio_fs.c create mode 100644 include/uapi/linux/virtio_fs.h