linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Reenable ceph dcache usage
@ 2012-01-11 18:46 Sage Weil
  2012-01-11 18:46 ` [PATCH 1/2] vfs: export symbol d_find_any_alias() Sage Weil
  2012-01-11 18:46 ` [PATCH 2/2] ceph: enable/disable dentry complete flags via mount option Sage Weil
  0 siblings, 2 replies; 9+ messages in thread
From: Sage Weil @ 2012-01-11 18:46 UTC (permalink / raw)
  To: viro, hch; +Cc: ceph-devel, linux-fsdevel, Sage Weil

Hi Al, Christoph,

These two patches export d_find_any_alias() and reenable the Ceph use of 
the dcache for negative lookups and readdir without hitting the server.  
The behavior is controllable via a mount option (and now documented).

Unless there are any objections to the export, I plan to send this to 
Linus shortly.

Thanks!
sage


Sage Weil (2):
  vfs: export symbol d_find_any_alias()
  ceph: enable/disable dentry complete flags via mount option

 Documentation/filesystems/ceph.txt |   16 +++++++++++-----
 fs/ceph/dir.c                      |   25 ++++++++++++++++++++++---
 fs/ceph/super.c                    |   14 ++++++++++++++
 fs/ceph/super.h                    |    1 +
 fs/dcache.c                        |    4 ++--
 include/linux/dcache.h             |    1 +
 6 files changed, 51 insertions(+), 10 deletions(-)


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 18:46 [PATCH 0/2] Reenable ceph dcache usage Sage Weil
2012-01-11 18:46 ` [PATCH 1/2] vfs: export symbol d_find_any_alias() Sage Weil
2012-01-11 18:55   ` Christoph Hellwig
2012-01-11 20:43     ` Sage Weil
2012-01-12 19:04       ` Christoph Hellwig
2012-01-11 18:46 ` [PATCH 2/2] ceph: enable/disable dentry complete flags via mount option Sage Weil
2012-01-11 19:00   ` Christoph Hellwig
2012-01-11 20:44     ` Sage Weil
2012-01-12 19:05       ` Christoph Hellwig

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