Hi Linus, Please pull this branch with a couple of bug fixes. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.3-fixes-1 for you to fetch changes up to 8ac5b996bf5199f15b7687ceae989f8b2a410dda: xfs: fix off-by-one-block in xfs_discard_folio() (2023-03-05 15:13:23 -0800) ---------------------------------------------------------------- Fixes for 6.3-rc1: * Fix a crash if mount time quotacheck fails when there are inodes queued for garbage collection. * Fix an off by one error when discarding folios after writeback failure. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Dave Chinner (2): xfs: quotacheck failure can race with background inode inactivation xfs: fix off-by-one-block in xfs_discard_folio() fs/xfs/xfs_aops.c | 21 ++++++++++++++------- fs/xfs/xfs_qm.c | 40 ++++++++++++++++++++++++++-------------- 2 files changed, 40 insertions(+), 21 deletions(-)