Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1408258 > unrolled thread
| Started by | Miklos Szeredi <miklos@szeredi.hu> |
|---|---|
| First post | 2016-05-27 21:50 +0200 |
| Last post | 2016-05-27 21:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] overlayfs update for 4.7 Miklos Szeredi <miklos@szeredi.hu> - 2016-05-27 21:50 +0200
| From | Miklos Szeredi <miklos@szeredi.hu> |
|---|---|
| Date | 2016-05-27 21:50 +0200 |
| Subject | [GIT PULL] overlayfs update for 4.7 |
| Message-ID | <rDvVE-7zW-13@gated-at.bofh.it> |
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus
The meat of this is a change to use the mounter's credentials for operations
that require elevated privileges (such as whiteout creation). This fixes
behavior under user namespaces as well as being a nice cleanup.
Thanks,
Miklos
---
Antonio Murdaca (1):
ovl: override creds with the ones from the superblock mounter
Miklos Szeredi (1):
ovl: update documentation
Vivek Goyal (1):
ovl: Do d_type check only if work dir creation was successful
---
Documentation/filesystems/overlayfs.txt | 9 -----
fs/overlayfs/copy_up.c | 26 +------------
fs/overlayfs/dir.c | 67 +++------------------------------
fs/overlayfs/overlayfs.h | 1 +
fs/overlayfs/readdir.c | 14 ++-----
fs/overlayfs/super.c | 37 +++++++++++++-----
6 files changed, 38 insertions(+), 116 deletions(-)
Back to top | Article view | linux.kernel
csiph-web