[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y/zYyN7NeLKusmSj@miu.piliscsaba.redhat.com>
Date:   Mon, 27 Feb 2023 17:23:04 +0100
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 6.3
Hi Linus,
Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-6.3
 - Fix regression in fileattr permission checking
 - Fix possible hang during PID namespace destruction
 - Add generic support for request extensions
 - Add supplementary group list extension
 - Add limited support for supplying supplementary groups in create
   requests
 - Documentation fixes
Thanks,
Miklos
---
Alexander Mikhalitsyn (1):
      fuse: add inode/permission checks to fileattr_get/fileattr_set
Eric W. Biederman (1):
      fuse: in fuse_flush only wait if someone wants the return code
Miklos Szeredi (2):
      fuse: add request extension
      fuse: optional supplementary group in create requests
Randy Dunlap (1):
      fuse: fix all W=1 kernel-doc warnings
---
 fs/fuse/cuse.c            |   2 +-
 fs/fuse/dev.c             |   4 +-
 fs/fuse/dir.c             | 126 +++++++++++++++++++++++++++++++++++-----------
 fs/fuse/file.c            |  91 +++++++++++++++++++++++----------
 fs/fuse/fuse_i.h          |   9 +++-
 fs/fuse/inode.c           |   4 +-
 fs/fuse/ioctl.c           |   6 +++
 include/uapi/linux/fuse.h |  45 ++++++++++++++++-
 8 files changed, 225 insertions(+), 62 deletions(-)
Powered by blists - more mailing lists