]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfs: Gather stats
authorDavid Howells <dhowells@redhat.com>
Tue, 3 Nov 2020 11:32:41 +0000 (11:32 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 8 Apr 2021 13:19:30 +0000 (14:19 +0100)
commit26eba35c01aeaa29592c90a1bcb5c3303579223f
tree9a51bd915b020ed6bdad9df04732e4a698ec8e2d
parentd6123cf48f43291361095c0c494b4767718f0846
netfs: Gather stats

Gather statistics from the netfs interface that can be exported through a
seqfile.  This is intended to be called by a later patch when viewing
/proc/fs/fscache/stats.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
cc: Matthew Wilcox <willy@infradead.org>
cc: linux-mm@kvack.org
cc: linux-cachefs@redhat.com
cc: linux-afs@lists.infradead.org
cc: linux-nfs@vger.kernel.org
cc: linux-cifs@vger.kernel.org
cc: ceph-devel@vger.kernel.org
cc: v9fs-developer@lists.sourceforge.net
cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/161118139247.1232039.10556850937548511068.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/161161034669.2537118.2761232524997091480.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/161340397101.1303470.17581910581108378458.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/161539539959.286939.6794352576462965914.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/161653797700.2770958.5801990354413178228.stgit@warthog.procyon.org.uk/
fs/netfs/Kconfig
fs/netfs/Makefile
fs/netfs/internal.h
fs/netfs/read_helper.c
fs/netfs/stats.c [new file with mode: 0644]
include/linux/netfs.h