Hi all, Create a new ioctl to report the number of owners of each disk block so that reflink-aware defraggers can make better decisions about which extents to target. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=report-refcounts xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=report-refcounts fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=report-refcounts --- configure.ac | 1 include/builddefs.in | 4 io/Makefile | 5 + io/fsrefcounts.c | 478 +++++++++++++++++++++++++++++++++++++++++++++++++ io/init.c | 1 io/io.h | 1 libfrog/fsrefcounts.h | 100 ++++++++++ m4/package_libcdev.m4 | 19 ++ man/man8/xfs_io.8 | 86 +++++++++ 9 files changed, 695 insertions(+) create mode 100644 io/fsrefcounts.c create mode 100644 libfrog/fsrefcounts.h