On Sat, Oct 29, 2022 at 07:27:29PM +0530, Chandan Babu R wrote: > Hi Darrick, > > Patches backported from v5.7 to 5.4.y had fixes from newer versions of > Linux kernel. I had missed including these patches in my previous > patchset posting. > > 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. Looks good to me! Acked-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > > Brian Foster (1): > xfs: finish dfops on every insert range shift iteration > > Darrick J. Wong (2): > xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush > xfs: force the log after remapping a synchronous-writes file > > fs/xfs/xfs_bmap_util.c | 2 +- > fs/xfs/xfs_file.c | 17 ++++++++++++++++- > fs/xfs/xfs_qm.c | 1 + > 3 files changed, 18 insertions(+), 2 deletions(-) > > -- > 2.35.1 >