[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YIwb3caM4c2Mi7AR@miu.piliscsaba.redhat.com>
Date: Fri, 30 Apr 2021 17:01:49 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse update for 5.13
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.13
- Fix a page locking bug in write (introduced in 2.6.26).
- Allow sgid bit to be killed in setacl().
- Miscellaneous fixes and cleanups.
Thanks,
Miklos
---
Alessio Balsini (1):
fuse: fix matching of FUSE_DEV_IOC_CLONE command
Bhaskar Chowdhury (1):
fuse: fix a typo
Connor Kuehl (2):
fuse: fix typo for fuse_conn.max_pages comment
virtiofs: split requests that exceed virtqueue size
Jiapeng Chong (1):
virtiofs: remove useless function
Luis Henriques (1):
virtiofs: fix memory leak in virtio_fs_probe()
Miklos Szeredi (4):
fuse: don't zero pages twice
virtiofs: fix userns
cuse: prevent clone
cuse: simplify refcount
Vivek Goyal (4):
fuse: fix write deadlock
fuse: extend FUSE_SETXATTR request
fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID
fuse: invalidate attrs when page writeback completes
---
fs/fuse/acl.c | 7 ++++-
fs/fuse/cuse.c | 12 ++++----
fs/fuse/dev.c | 7 ++---
fs/fuse/file.c | 71 +++++++++++++++++++++++++++++------------------
fs/fuse/fuse_i.h | 13 +++++++--
fs/fuse/inode.c | 7 +++--
fs/fuse/virtio_fs.c | 28 +++++++++++++------
fs/fuse/xattr.c | 9 ++++--
include/uapi/linux/fuse.h | 14 ++++++++++
9 files changed, 111 insertions(+), 57 deletions(-)
Powered by blists - more mailing lists