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


Groups > linux.kernel > #1432621

[GIT PULL for 4.8] consolidate vfs API for overlayfs

From Miklos Szeredi <miklos@szeredi.hu>
Newsgroups linux.kernel
Subject [GIT PULL for 4.8] consolidate vfs API for overlayfs
Date 2016-06-28 10:20 +0200
Message-ID <rOWpr-4kK-31@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Al,

Please pull from:

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

This consolidates the d_real/d_select_inode API as well as some documentation
cleanups.

Thanks,
Miklos

---
Miklos Szeredi (3):
      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            | 29 +++++++++++------------------
 include/linux/fs.h                |  2 +-
 10 files changed, 77 insertions(+), 69 deletions(-)

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[GIT PULL for 4.8] consolidate vfs API for overlayfs Miklos Szeredi <miklos@szeredi.hu> - 2016-06-28 10:20 +0200
  Re: [GIT PULL for 4.8] consolidate vfs API for overlayfs Al Viro <viro@ZenIV.linux.org.uk> - 2016-06-30 02:10 +0200
    Re: [GIT PULL for 4.8] consolidate vfs API for overlayfs Miklos Szeredi <miklos@szeredi.hu> - 2016-06-30 09:30 +0200

csiph-web