netfs: Add some write-side stats and clean up some stat names
authorDavid Howells <dhowells@redhat.com>
Tue, 26 Mar 2024 08:48:44 +0000 (08:48 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 May 2024 17:07:36 +0000 (18:07 +0100)
commit4824e5917f907c163d001c753c050bc547a72b71
treeed57017dc637be01b737b9edea28185ba6eb7690
parent288ace2f57c9d06dd2e42bd80d03747d879a4068
netfs: Add some write-side stats and clean up some stat names

Add some write-side stats to count buffered writes, buffered writethrough,
and writepages calls.

Whilst we're at it, clean up the naming on some of the existing stats
counters and organise the output into two sets.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
fs/netfs/buffered_read.c
fs/netfs/buffered_write.c
fs/netfs/direct_write.c
fs/netfs/internal.h
fs/netfs/stats.c
fs/netfs/write_issue.c