linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] vfs: path lookup fixes and cleanups
@ 2012-03-06 12:56 Miklos Szeredi
  2012-03-06 12:56 ` [PATCH 1/9] vfs: fix double put after complete_walk() Miklos Szeredi
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Miklos Szeredi @ 2012-03-06 12:56 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, hch, mszeredi

This series is a prerequisite for the atomic-open patches I will post shortly.
It contains fixes and cleanups that stand on their own.

Please apply.

Thanks,
Miklos

---
Miklos Szeredi (9):
      vfs: fix double put after complete_walk()
      vfs: fix return value from do_last()
      vfs: fix d_need_lookup/d_revalidate order in do_lookup
      vfs: don't revalidate just looked up dentry
      vfs: move MAY_EXEC check from __lookup_hash()
      vfs: set LOOKUP_JUMPED in follow_managed
      vfs: reorganize do_lookup
      vfs: split __lookup_hash
      nfs: don't open in ->d_revalidate

---
 fs/namei.c    |  228 ++++++++++++++++++++++++---------------------------------
 fs/nfs/dir.c  |   47 +-----------
 fs/nfs/file.c |   69 ++++++++++++++++-
 3 files changed, 167 insertions(+), 177 deletions(-)

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

end of thread, other threads:[~2012-03-26 10:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 12:56 [PATCH 0/9] vfs: path lookup fixes and cleanups Miklos Szeredi
2012-03-06 12:56 ` [PATCH 1/9] vfs: fix double put after complete_walk() Miklos Szeredi
2012-03-06 12:56 ` [PATCH 2/9] vfs: fix return value from do_last() Miklos Szeredi
2012-03-06 12:56 ` [PATCH 3/9] vfs: fix d_need_lookup/d_revalidate order in do_lookup Miklos Szeredi
2012-03-06 12:56 ` [PATCH 4/9] vfs: don't revalidate just looked up dentry Miklos Szeredi
2012-03-06 12:56 ` [PATCH 5/9] vfs: move MAY_EXEC check from __lookup_hash() Miklos Szeredi
2012-03-06 12:56 ` [PATCH 6/9] vfs: set LOOKUP_JUMPED in follow_managed Miklos Szeredi
2012-03-06 12:56 ` [PATCH 7/9] vfs: reorganize do_lookup Miklos Szeredi
2012-03-13  9:34   ` Christoph Hellwig
2012-03-13 11:04     ` Miklos Szeredi
2012-03-06 12:56 ` [PATCH 8/9] vfs: split __lookup_hash Miklos Szeredi
2012-03-20 16:39   ` Christoph Hellwig
2012-03-26 10:44     ` Miklos Szeredi
2012-03-06 12:56 ` [PATCH 9/9] nfs: don't open in ->d_revalidate Miklos Szeredi
2012-03-06 14:12   ` Myklebust, Trond
2012-03-06 16:26     ` Miklos Szeredi
2012-03-06 16:41       ` Myklebust, Trond
2012-03-06 17:10         ` Miklos Szeredi
2012-03-06 17:47           ` Myklebust, Trond

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