All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] More accurate statfs
@ 2017-08-15 18:54 Douglas Fuller
  2017-08-15 18:54 ` [PATCH 1/1] fs/ceph: " Douglas Fuller
  0 siblings, 1 reply; 4+ messages in thread
From: Douglas Fuller @ 2017-08-15 18:54 UTC (permalink / raw)
  To: ceph-devel

Improve accuracy of statfs reporting for Ceph filesystems comprising
exactly one data pool. In this case, the Ceph monitor can now report
the space usage for the single data pool instead of the global data
for the entire Ceph cluster. Include support for this message in
mon_client and leverage it in ceph/super.
    
Signed-off-by: Douglas Fuller <dfuller@redhat.com>

Douglas Fuller (1):
  fs/ceph: More accurate statfs

 fs/ceph/super.c                 | 9 ++++++++-
 include/linux/ceph/ceph_fs.h    | 2 ++
 include/linux/ceph/mon_client.h | 2 +-
 net/ceph/mon_client.c           | 6 +++++-
 4 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-16 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 18:54 [PATCH 0/1] More accurate statfs Douglas Fuller
2017-08-15 18:54 ` [PATCH 1/1] fs/ceph: " Douglas Fuller
2017-08-16 11:32   ` Yan, Zheng
2017-08-16 12:45   ` Ilya Dryomov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.