* [GIT PULL] fuse update for 6.0
@ 2022-08-08 12:35 Miklos Szeredi
2022-08-08 18:42 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2022-08-08 12:35 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-6.0
- Fix an issue with reusing the bdi in case of block based filesystems
- Allow root (in init namespace) to access fuse filesystems in user
namespaces if expicitly enabled with a module param
- Misc fixes
Thanks,
Miklos
---
Daniil Lunev (2):
vfs: function to prevent re-use of block-device-based superblocks
fuse: retire block-device-based superblock on force unmount
Dave Marchevsky (1):
fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other
Deming Wang (2):
virtiofs: delete unused parameter for virtio_fs_cleanup_vqs
virtio_fs: Modify format for virtio_fs_direct_access
Jeffle Xu (1):
fuse: avoid unnecessary spinlock bump
Miklos Szeredi (4):
fuse: write inode in fuse_release()
fuse: fix deadlock between atomic O_TRUNC and page invalidation
fuse: limit nsec
fuse: ioctl: translate ENOSYS
Xie Yongji (1):
fuse: Remove the control interface for virtio-fs
---
Documentation/filesystems/fuse.rst | 29 +++++++++++++++++++++++-----
fs/fuse/control.c | 4 ++--
fs/fuse/dax.c | 2 +-
fs/fuse/dir.c | 16 +++++++++++++++-
fs/fuse/file.c | 39 +++++++++++++++++++++++++-------------
fs/fuse/inode.c | 16 ++++++++++++++--
fs/fuse/ioctl.c | 15 +++++++++++++--
fs/fuse/virtio_fs.c | 9 ++++-----
fs/super.c | 33 ++++++++++++++++++++++++++++++--
include/linux/fs.h | 2 ++
10 files changed, 132 insertions(+), 33 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] fuse update for 6.0
2022-08-08 12:35 [GIT PULL] fuse update for 6.0 Miklos Szeredi
@ 2022-08-08 18:42 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-08 18:42 UTC (permalink / raw)
To: Miklos Szeredi; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel
The pull request you sent on Mon, 8 Aug 2022 14:35:28 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-6.0
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2bd5d41e0e9d8e423a0bd446ee174584c8a495fe
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-08 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 12:35 [GIT PULL] fuse update for 6.0 Miklos Szeredi
2022-08-08 18:42 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).