lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 12 Dec 2022 12:10:44 +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.2

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-6.2

 - Allow some write requests to proceed in parallel

 - Fix a performance problem with allow_sys_admin_access

 - Add a special kind of invalidation that doesn't immediately purge
   submounts

 - On revalidation treat the target of rename(RENAME_NOREPLACE) the same as
   open(O_EXCL)

 - Use type safe helpers for some mnt_userns transformations

 - Misc cleanups


Thanks,
Miklos

---
Christian Brauner (1):
      fuse: port to vfs{g,u}id_t and associated helpers

Dave Marchevsky (1):
      fuse: Rearrange fuse_allow_current_process checks

Dharmendra Singh (1):
      fuse: allow non-extending parallel direct writes on the same file

Fabio M. De Francesco (1):
      fs/fuse: Replace kmap() with kmap_local_page()

Jann Horn (1):
      fuse: Remove user_ns check for FUSE_DEV_IOC_CLONE

Jiachen Zhang (1):
      fuse: always revalidate rename target dentry

Miklos Szeredi (1):
      fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRY

ye xingchen (1):
      fuse: remove the unneeded result variable

---
 fs/fuse/acl.c             |  2 +-
 fs/fuse/cuse.c            |  5 +----
 fs/fuse/dev.c             |  7 +++----
 fs/fuse/dir.c             | 43 +++++++++++++++++++++++++------------------
 fs/fuse/file.c            | 43 ++++++++++++++++++++++++++++++++++++++++---
 fs/fuse/fuse_i.h          |  4 ++--
 fs/fuse/readdir.c         |  4 ++--
 include/uapi/linux/fuse.h | 16 ++++++++++++++--
 8 files changed, 88 insertions(+), 36 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ