Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Pull fuse updates from Miklos Szeredi: "The most interesting part of this update is user namespace support, mostly done by Eric Biederman. This enables safe unprivileged fuse mounts within a user namespace. There are also a couple of fixes for bugs found by syzbot and miscellaneous fixes and cleanups" * tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: fuse: don't keep dead fuse_conn at fuse_fill_super(). fuse: fix control dir setup and teardown fuse: fix congested state leak on aborted connections fuse: Allow fully unprivileged mounts fuse: Ensure posix acls are translated outside of init_user_ns fuse: add writeback documentation fuse: honor AT_STATX_FORCE_SYNC fuse: honor AT_STATX_DONT_SYNC fuse: Restrict allow_other to the superblock's namespace or a descendant fuse: Support fuse filesystems outside of init_user_ns fuse: Fail all requests with invalid uids or gids fuse: Remove the buggy retranslation of pids in fuse_dev_do_read fuse: return -ECONNABORTED on /dev/fuse read after abort fuse: atomic_o_trunc should truncate pagecache
Showing
- Documentation/filesystems/fuse-io.txt 38 additions, 0 deletionsDocumentation/filesystems/fuse-io.txt
- fs/fuse/acl.c 2 additions, 2 deletionsfs/fuse/acl.c
- fs/fuse/control.c 11 additions, 4 deletionsfs/fuse/control.c
- fs/fuse/cuse.c 8 additions, 3 deletionsfs/fuse/cuse.c
- fs/fuse/dev.c 21 additions, 22 deletionsfs/fuse/dev.c
- fs/fuse/dir.c 32 additions, 13 deletionsfs/fuse/dir.c
- fs/fuse/fuse_i.h 13 additions, 2 deletionsfs/fuse/fuse_i.h
- fs/fuse/inode.c 34 additions, 16 deletionsfs/fuse/inode.c
- fs/fuse/xattr.c 43 additions, 0 deletionsfs/fuse/xattr.c
- include/uapi/linux/fuse.h 6 additions, 1 deletioninclude/uapi/linux/fuse.h
- kernel/user_namespace.c 1 addition, 0 deletionskernel/user_namespace.c
Loading
Please register or sign in to comment