Hi Darrick, This 5.4.y backport series contains fixes from v5.8 release. This patchset has been tested by executing fstests (via kdevops) using the following XFS configurations, 1. No CRC (with 512 and 4k block size). 2. Reflink/Rmapbt (1k and 4k block size). 3. Reflink without Rmapbt. 4. External log device. None of the fixes required any other dependent patches to be backported. Brian Foster (1): xfs: don't fail verifier on empty attr3 leaf block Chuhong Yuan (1): xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster() Darrick J. Wong (2): xfs: use ordered buffers to initialize dquot buffers during quotacheck xfs: don't fail unwritten extent conversion on writeback due to edquot Dave Chinner (1): xfs: gut error handling in xfs_trans_unreserve_and_mod_sb() Eric Sandeen (1): xfs: group quota should return EDQUOT when prj quota enabled fs/xfs/libxfs/xfs_attr_leaf.c | 8 -- fs/xfs/libxfs/xfs_defer.c | 10 ++- fs/xfs/xfs_dquot.c | 56 +++++++++--- fs/xfs/xfs_inode.c | 4 +- fs/xfs/xfs_iomap.c | 2 +- fs/xfs/xfs_trans.c | 163 +++++----------------------------- fs/xfs/xfs_trans_dquot.c | 3 +- 7 files changed, 78 insertions(+), 168 deletions(-) -- 2.35.1