Pull xfs fixes from Chandan Babu:
 - Fix deadlock arising due to intent items in AIL not being cleared
   when log recovery fails
 - Fix stale data exposure bug when remapping COW fork extents to data
   fork
 - Fix deadlock when data device flush fails
 - Fix AGFL minimum size calculation
 - Select DEBUG_FS instead of XFS_DEBUG when XFS_ONLINE_SCRUB_STATS is
   selected
 - Fix corruption of log inode's extent count field when NREXT64 feature
   is enabled
* tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: recovery should not clear di_flushiter unconditionally
  xfs: inode recovery does not validate the recovered inode
  xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
  xfs: fix internal error from AGFL exhaustion
  xfs: up(ic_sema) if flushing data device fails
  xfs: only remap the written blocks in xfs_reflink_end_cow_extent
  XFS: Update MAINTAINERS to catch all XFS documentation
  xfs: abort intent items when recovery intents fail
  xfs: factor out xfs_defer_pending_abort