Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: "Fix a few bugs that could lead to corrupt files, fsck complaints, and filesystem crashes: - Minor documentation fixes - Fix a file corruption due to read racing with an insert range operation. - Fix log reservation overflows when allocating large rt extents - Fix a buffer log item flags check - Don't allow administrators to mount with sunit= options that will cause later xfs_repair complaints about the root directory being suspicious because the fs geometry appeared inconsistent - Fix a non-static helper that should have been static" * tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: Make the symbol 'xfs_rtalloc_log_count' static xfs: don't commit sunit/swidth updates to disk if that would cause repair failures xfs: split the sunit parameter update into two parts xfs: refactor agfl length computation function libxfs: resync with the userspace libxfs xfs: use bitops interface for buf log item AIL flag check xfs: fix log reservation overflows when allocating large rt extents xfs: stabilize insert range start boundary to avoid COW writeback race xfs: fix Sphinx documentation warning
No related branches found
No related tags found
Showing
- Documentation/admin-guide/xfs.rst 1 addition, 1 deletionDocumentation/admin-guide/xfs.rst
- fs/xfs/libxfs/xfs_alloc.c 13 additions, 5 deletionsfs/xfs/libxfs/xfs_alloc.c
- fs/xfs/libxfs/xfs_bmap.c 2 additions, 3 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_dir2.c 21 additions, 0 deletionsfs/xfs/libxfs/xfs_dir2.c
- fs/xfs/libxfs/xfs_dir2_priv.h 9 additions, 20 deletionsfs/xfs/libxfs/xfs_dir2_priv.h
- fs/xfs/libxfs/xfs_dir2_sf.c 3 additions, 3 deletionsfs/xfs/libxfs/xfs_dir2_sf.c
- fs/xfs/libxfs/xfs_ialloc.c 64 additions, 0 deletionsfs/xfs/libxfs/xfs_ialloc.c
- fs/xfs/libxfs/xfs_ialloc.h 1 addition, 0 deletionsfs/xfs/libxfs/xfs_ialloc.h
- fs/xfs/libxfs/xfs_trans_resv.c 77 additions, 19 deletionsfs/xfs/libxfs/xfs_trans_resv.c
- fs/xfs/xfs_bmap_util.c 12 additions, 0 deletionsfs/xfs/xfs_bmap_util.c
- fs/xfs/xfs_buf_item.c 1 addition, 1 deletionfs/xfs/xfs_buf_item.c
- fs/xfs/xfs_mount.c 116 additions, 52 deletionsfs/xfs/xfs_mount.c
- fs/xfs/xfs_trace.h 21 additions, 0 deletionsfs/xfs/xfs_trace.h
Loading
Please register or sign in to comment