Hi Andrey, Please pull this branch with changes for xfsprogs for 6.11-rc1. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 6ec6c38c96d4427f12e214181a1bb8547fb4c355: mkfs: add quota flags when setting up filesystem (2024-12-23 13:05:17 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/realtime-quotas_2024-12-23 for you to fetch changes up to c9b7f40736bde7633a84f40cd56cf707cda9925e: mkfs: enable rt quota options (2024-12-23 13:05:17 -0800) ---------------------------------------------------------------- xfsprogs: enable quota for realtime volumes [v6.2 08/23] At some point, I realized that I've refactored enough of the quota code in XFS that I should evaluate whether or not quota actually works on realtime volumes. It turns out that it nearly works: the only broken pieces are chown and delayed allocation, and reporting of project quotas in the statvfs output for projinherit+rtinherit directories. Fix these things and we can have realtime quotas again after 20 years. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (2): xfs_quota: report warning limits for realtime space quotas mkfs: enable rt quota options include/xqm.h | 5 ++++- mkfs/xfs_mkfs.c | 6 ------ quota/state.c | 1 + 3 files changed, 5 insertions(+), 7 deletions(-)