Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1435923 > unrolled thread

[GIT PULL] overlayfs fixes for 4.7-rc5

Started byMiklos Szeredi <miklos@szeredi.hu>
First post2016-07-03 10:40 +0200
Last post2016-07-03 10:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] overlayfs fixes for 4.7-rc5 Miklos Szeredi <miklos@szeredi.hu> - 2016-07-03 10:40 +0200

#1435923 — [GIT PULL] overlayfs fixes for 4.7-rc5

FromMiklos Szeredi <miklos@szeredi.hu>
Date2016-07-03 10:40 +0200
Subject[GIT PULL] overlayfs fixes for 4.7-rc5
Message-ID<rQL6x-6sc-5@gated-at.bofh.it>
Hi Linus,

Please pull from:

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

This contains fixes for a dentry leak, a regression in 4.6 noticed by Docker
users and missing write access checking in truncate.

Thanks,
Miklos

---
Miklos Szeredi (2):
      ovl: fix dentry leak for default_permissions
      ovl: get_write_access() in truncate

Vivek Goyal (1):
      ovl: warn instead of error if d_type is not supported

---
 fs/overlayfs/inode.c | 29 ++++++++++++++++++++++++++---
 fs/overlayfs/super.c | 12 +++++++-----
 2 files changed, 33 insertions(+), 8 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web