linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] more overlayfs hard link fixes
@ 2016-05-20 20:48 Miklos Szeredi
  2016-05-20 20:48 ` [PATCH 1/2] vfs: add d_real_inode() helper Miklos Szeredi
  2016-05-20 20:48 ` [PATCH 2/2] af_unix: fix hard linked sockets on overlay Miklos Szeredi
  0 siblings, 2 replies; 3+ messages in thread
From: Miklos Szeredi @ 2016-05-20 20:48 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-kernel, linux-fsdevel, David Howells

Hi Al,

Git tree (with previously posted vfs patches as well) is available here:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git d_real

Please pull.

Thanks,
Miklos

---
Miklos Szeredi (5):
      vfs: add d_real_inode() helper
      af_unix: fix hard linked sockets on overlay
      vfs: merge .d_select_inode() into .d_real()
      vfs: document ->d_real()
      vfs: clean up documentation

---
 Documentation/filesystems/Locking |  4 ++--
 Documentation/filesystems/vfs.txt | 39 +++++++++++++++++++++++++--------------
 fs/dcache.c                       |  3 ---
 fs/namei.c                        |  2 +-
 fs/open.c                         | 17 +++++++++++++----
 fs/overlayfs/inode.c              | 31 ++++++++++---------------------
 fs/overlayfs/overlayfs.h          |  2 +-
 fs/overlayfs/super.c              | 17 +++++++++++++----
 include/linux/dcache.h            | 35 ++++++++++++++++++++---------------
 include/linux/fs.h                |  2 +-
 net/unix/af_unix.c                |  6 +++---
 11 files changed, 89 insertions(+), 69 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-20 20:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 20:48 [PATCH 0/2] more overlayfs hard link fixes Miklos Szeredi
2016-05-20 20:48 ` [PATCH 1/2] vfs: add d_real_inode() helper Miklos Szeredi
2016-05-20 20:48 ` [PATCH 2/2] af_unix: fix hard linked sockets on overlay Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).