linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] VFS prep for union mounts/writable overlays
@ 2009-12-23 23:36 Valerie Aurora
  2009-12-23 23:36 ` [PATCH 1/7] autofs4: Save autofs trigger's vfsmount in super block info Valerie Aurora
  0 siblings, 1 reply; 27+ messages in thread
From: Valerie Aurora @ 2009-12-23 23:36 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Jan Blunck, Alexander Viro, Valerie Aurora

Writable overlays/union mounts requires some generic VFS improvements
and changes.  The patches in this set are independent of union
mounts and should merged immediately.

Jan Blunck (6):
  autofs4: Save autofs trigger's vfsmount in super block info
  VFS: Make lookup_hash() return a struct path
  VFS: Make real_lookup() return a struct path
  VFS: Propagate mnt_flags into do_loopback
  VFS: BUG_ON() rehash of an already hashed dentry
  VFS: Remove unnecessary micro-optimization in cached_lookup()

Valerie Aurora (1):
  VFS: Add read-only users count to superblock

 fs/autofs4/autofs_i.h |    1 +
 fs/autofs4/init.c     |   11 +++-
 fs/autofs4/root.c     |    6 ++
 fs/dcache.c           |    1 +
 fs/namei.c            |  217 ++++++++++++++++++++++++++-----------------------
 fs/namespace.c        |    7 +-
 fs/super.c            |   18 ++++-
 include/linux/fs.h    |    5 +
 8 files changed, 158 insertions(+), 108 deletions(-)


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

end of thread, other threads:[~2010-01-19  7:05 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-23 23:36 [PATCH 0/7] VFS prep for union mounts/writable overlays Valerie Aurora
2009-12-23 23:36 ` [PATCH 1/7] autofs4: Save autofs trigger's vfsmount in super block info Valerie Aurora
2009-12-23 23:36   ` [PATCH 2/7] VFS: Make lookup_hash() return a struct path Valerie Aurora
2009-12-23 23:36     ` [PATCH 3/7] VFS: Make real_lookup() " Valerie Aurora
2009-12-23 23:37       ` [PATCH 4/7] VFS: Propagate mnt_flags into do_loopback Valerie Aurora
2009-12-23 23:37         ` [PATCH 5/7] VFS: Add read-only users count to superblock Valerie Aurora
2009-12-23 23:37           ` [PATCH 6/7] VFS: BUG_ON() rehash of an already hashed dentry Valerie Aurora
2009-12-23 23:37             ` [PATCH 7/7] VFS: Remove unnecessary micro-optimization in cached_lookup() Valerie Aurora
2010-01-02  0:44   ` [PATCH 1/7] autofs4: Save autofs trigger's vfsmount in super block info Ian Kent
2010-01-14  5:43     ` Al Viro
2010-01-14 19:18       ` Valerie Aurora
2010-01-15  6:05         ` Ian Kent
2010-01-15  8:03           ` Al Viro
2010-01-15 17:36             ` Steve French
2010-01-18  5:08             ` Ian Kent
2010-01-15 14:55           ` David Howells
2010-01-15 16:58             ` Al Viro
2010-01-15 17:08             ` David Howells
2010-01-15 17:26               ` Al Viro
2010-01-16 10:17                 ` Al Viro
2010-01-17 17:57                   ` Al Viro
2010-01-18  4:21                     ` Ian Kent
2010-01-18  5:59                       ` Al Viro
2010-01-18  9:14                         ` Ian Kent
2010-01-18 10:27                           ` Al Viro
2010-01-18 19:35                             ` Trond Myklebust
2010-01-19  7:05                             ` Ian Kent

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).