]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux...
authorCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 10:02:25 +0000 (11:02 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 10:02:25 +0000 (11:02 +0100)
commit8ca118e17a61598fbb0183307593986efecbede3
tree2d0ccd4bb380874e4fbd6e2b0b8c3b1c6b5cdf0a
parent93c0f79edf1ce1197146f4d1b47fe66002443a04
parentedc038f7f3860911d4fc2574e63cedfe56603f1b
Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into staging-merge

xfs: enable quota for realtime volumes [v5.5 08/10]

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.

With a bit of luck, this should all go splendidly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_iomap.c