Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
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
Showing
- MAINTAINERS 1 addition, 2 deletionsMAINTAINERS
- fs/xfs/Kconfig 1 addition, 1 deletionfs/xfs/Kconfig
- fs/xfs/libxfs/xfs_alloc.c 24 additions, 3 deletionsfs/xfs/libxfs/xfs_alloc.c
- fs/xfs/libxfs/xfs_defer.c 18 additions, 10 deletionsfs/xfs/libxfs/xfs_defer.c
- fs/xfs/libxfs/xfs_defer.h 1 addition, 1 deletionfs/xfs/libxfs/xfs_defer.h
- fs/xfs/libxfs/xfs_inode_buf.c 3 additions, 0 deletionsfs/xfs/libxfs/xfs_inode_buf.c
- fs/xfs/xfs_inode_item_recover.c 30 additions, 16 deletionsfs/xfs/xfs_inode_item_recover.c
- fs/xfs/xfs_log.c 12 additions, 11 deletionsfs/xfs/xfs_log.c
- fs/xfs/xfs_log_recover.c 1 addition, 1 deletionfs/xfs/xfs_log_recover.c
- fs/xfs/xfs_reflink.c 1 addition, 0 deletionsfs/xfs/xfs_reflink.c
Please register or sign in to comment