Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: - Fix crashes when the attr fork isn't present due to errors but inode inactivation tries to zap the attr data anyway. - Convert more directory corruption debugging asserts to actual EFSCORRUPTED returns instead of blowing up later on. - Don't fail writeback just because we ran out of memory allocating metadata log data. * tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: don't crash on null attr fork xfs_bmapi_read xfs: remove more ondisk directory corruption asserts fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().
No related branches found
No related tags found
Showing
- fs/xfs/libxfs/xfs_bmap.c 21 additions, 8 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_da_btree.c 12 additions, 7 deletionsfs/xfs/libxfs/xfs_da_btree.c
- fs/xfs/libxfs/xfs_dir2_node.c 2 additions, 1 deletionfs/xfs/libxfs/xfs_dir2_node.c
- fs/xfs/xfs_log.c 1 addition, 4 deletionsfs/xfs/xfs_log.c
Loading
Please register or sign in to comment