Hi all, This series fixes a couple of bugs that I found in the userspace support libraries. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-fixes-6.6 --- copy/xfs_copy.c | 24 +++++++++---- db/block.c | 14 +++++++ db/io.c | 35 +++++++++++++++++- db/io.h | 3 ++ include/libxfs.h | 1 + libfrog/Makefile | 1 + libfrog/div64.h | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++ libxfs/defer_item.c | 7 ++++ libxfs/libxfs_priv.h | 77 +--------------------------------------- 9 files changed, 171 insertions(+), 87 deletions(-) create mode 100644 libfrog/div64.h