summaryrefslogtreecommitdiff
tag namerealtime-quotas_2021-03-25 (b1c43420f444526e0a2e93f46d56c5e506302b85)
tag date2021-03-25 17:10:36 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 079b0c1371...
xfs: enable quota for realtime voluems
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 with two exceptions, it actually does seem to work properly! There are three broken pieces that I've found so far: chown doesn't work, the quota accounting goes wrong when the rt bitmap changes size, and the VFS quota ioctls don't report the realtime warning counts or limits. Hence this series fixes two things in XFS and re-enables rt quota after a break of a couple decades.