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:   Fri, 16 Oct 2020 22:34:53 +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,
        linux-unionfs@...r.kernel.org
Subject: [GIT PULL] overlayfs update for 5.10

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-update-5.10

- Improve performance for certain container setups by introducing a "volatile"
  mode.

- Ioctl improvements.

- Continue preparation for unprivileged overlay mounts.

Thanks,
Miklos

---
Amir Goldstein (3):
      ovl: check for incompatible features in work dir
      ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
      ovl: use generic vfs_ioc_setflags_prepare() helper

Miklos Szeredi (9):
      duplicate ovl_getxattr()
      ovl: clean up ovl_getxattr() in copy_up.c
      ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()
      ovl: use ovl_do_getxattr() for private xattr
      ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
      ovl: drop flags argument from ovl_do_setxattr()
      ovl: pass ovl_fs down to functions accessing private xattrs
      ovl: enumerate private xattrs
      ovl: rearrange ovl_can_list()

Vivek Goyal (1):
      ovl: provide a mount option "volatile"

---
 Documentation/filesystems/overlayfs.rst |  19 ++++++
 fs/overlayfs/copy_up.c                  |  59 ++++++++++++----
 fs/overlayfs/dir.c                      |   2 +-
 fs/overlayfs/export.c                   |   2 +-
 fs/overlayfs/file.c                     |  88 ++++++++++++++----------
 fs/overlayfs/inode.c                    |  32 +++++----
 fs/overlayfs/namei.c                    |  57 ++++++++--------
 fs/overlayfs/overlayfs.h                |  92 ++++++++++++++++---------
 fs/overlayfs/ovl_entry.h                |   6 ++
 fs/overlayfs/readdir.c                  |  76 ++++++++++++++++++---
 fs/overlayfs/super.c                    | 117 +++++++++++++++++++++++++++-----
 fs/overlayfs/util.c                     |  96 +++++++++++++-------------
 12 files changed, 446 insertions(+), 200 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ