linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] more on vfs-scale and vfs-automount
@ 2011-03-01  4:56 Ian Kent
  2011-03-01  4:56 ` [PATCH 1/4] vfs - check non-mountpoint dentry might block in __follow_mount_rcu() Ian Kent
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ian Kent @ 2011-03-01  4:56 UTC (permalink / raw)
  To: Al Viro
  Cc: Nick Piggin, David Howells, Kernel Mailing List, linux-fsdevel,
	Linus Torvalds, Andrew Morton

I've put quite a bit of time into testing 2.6.38-rc and, given the
time frame, and update is needed. The included patch series much
improves the behaviour of autofs under load.

I first thought the dentry leak you found was not the cause of the
BUG() I was seeing but that appears to not be the case. I'm not
seeing the BUG() at shutdown when umounting any more.

I am still seeing occassional incorrect ENOENT returns. They must be
comming from the VFS or the daemon as I've changed almost all the
ENOENT returns in the autofs module to identify where it's comming
from.

Anyway, all, please review.

---

Ian Kent (4):
      autofs4 - fix autofs4_expire_indirect() traversal
      autofs4 - fix dentry leak in autofs4_expire_direct()
      autofs4 - fix rootless multi-mount race
      vfs - check non-mountpoint dentry might block in __follow_mount_rcu()


 fs/autofs4/expire.c |   72 ++++++++++++++++++++++++++++++++++++++++-----------
 fs/autofs4/root.c   |   20 +++-----------
 fs/namei.c          |   24 ++++++++++++++---
 3 files changed, 80 insertions(+), 36 deletions(-)

-- 
Ian

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

end of thread, other threads:[~2011-03-01 12:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01  4:56 [PATCH 0/4] more on vfs-scale and vfs-automount Ian Kent
2011-03-01  4:56 ` [PATCH 1/4] vfs - check non-mountpoint dentry might block in __follow_mount_rcu() Ian Kent
2011-03-01  4:57 ` [PATCH 2/4] autofs4 - fix rootless multi-mount race Ian Kent
2011-03-01  4:57 ` [PATCH 3/4] autofs4 - fix dentry leak in autofs4_expire_direct() Ian Kent
2011-03-01  4:57 ` [PATCH 4/4] autofs4 - fix autofs4_expire_indirect() traversal Ian Kent
2011-03-01  5:14 ` [PATCH 0/4] more on vfs-scale and vfs-automount Ian Kent
2011-03-01 12:49 ` 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).