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>] [day] [month] [year] [list]
Date:   Fri, 15 Dec 2017 16:25:22 +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,
        linux-unionfs@...r.kernel.org
Subject: [GIT PULL] overlayfs fixes for 4.15-rc4

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus

 - fix incomplete syncing of filesystem
 - fix regression in readdir on ovl over 9p
 - only following redirects when needed
 - misc fixes and cleanups

Thanks,
Miklos

---
Amir Goldstein (2):
      ovl: update ctx->pos on impure dir iteration
      ovl: fix overlay: warning prefix

Chengguang Xu (1):
      ovl: Sync upper dirty data when syncing overlayfs

Miklos Szeredi (1):
      ovl: don't follow redirects if redirect_dir=off

Vasyl Gomonovych (1):
      ovl: Use PTR_ERR_OR_ZERO()

Vivek Goyal (1):
      ovl: Pass ovl_get_nlink() parameters in right order

---
 Documentation/filesystems/overlayfs.txt | 34 +++++++++++++
 fs/overlayfs/Kconfig                    | 10 ++++
 fs/overlayfs/dir.c                      |  3 +-
 fs/overlayfs/namei.c                    | 18 ++++++-
 fs/overlayfs/overlayfs.h                |  2 +-
 fs/overlayfs/ovl_entry.h                |  2 +
 fs/overlayfs/readdir.c                  |  7 ++-
 fs/overlayfs/super.c                    | 87 +++++++++++++++++++++++++--------
 8 files changed, 137 insertions(+), 26 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ