Merge tag 'scrub-usage-stats-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux...
authorChandan Babu R <chandan.babu@oracle.com>
Fri, 18 Aug 2023 07:22:16 +0000 (12:52 +0530)
committerChandan Babu R <chandan.babu@oracle.com>
Fri, 18 Aug 2023 07:22:16 +0000 (12:52 +0530)
commit889b09b3d00cea78d3330022a39fdccbb6067a3b
tree248ee0dea8c44d650445f1690181a213eec3a480
parentd668fc1fdad11ce0cd74808062aa3fb9b4348d80
parentd7a74cad8f45133935c59ed0adf949f85238624b
Merge tag 'scrub-usage-stats-6.6_2023-08-10' of https://git./linux/kernel/git/djwong/xfs-linux into xfs-6.6-mergeA

xfs: add usage counters for scrub

This series introduces simple usage and performance counters for the
online fsck subsystem.  The goal here is to enable developers and
sysadmins to look at summary counts of how many objects were checked and
repaired; what the outcomes were; and how much time the kernel has spent
on these operations.  The counter file is exposed in debugfs because
that's easier than cramming it into the device model, and debugfs
doesn't have rules against complex file contents, unlike sysfs.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
* tag 'scrub-usage-stats-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: track usage statistics of online fsck
  xfs: create scaffolding for creating debugfs entries