summaryrefslogtreecommitdiff
tag namerandom-fixes-5.12_2021-03-18 (f907220b62945697882b4080dceacf88bb48689b)
tag date2021-03-18 15:26:27 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 8723d5ba8b...
xfs: small fixes for 5.12
Here's a handful of bug fixes for 5.12. The first one fixes a bug in quota accounting on idmapped mounts; the second avoids a buffer deadlock in bulkstat/inumbers if the inobt is corrupt; and the third fixes a mount hang if mount fails after creating (or otherwise dirtying) the quota inodes. v2: remove unnecessary freeze protection from fsmap, refactor shared parts of unmount code, tweaks to the itable deadlock detection