Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: - fix firstfsb variables that we left uninitialized, which could lead to locking problems. - check for NULL metadata buffer pointers before using them. - don't allow btree cursor manipulation if the btree block is corrupt. Better to just shut down. - fix infinite loop problems in quotacheck. - fix buffer overrun when validating directory blocks. - fix deadlock problem in bunmapi. * tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: fix multi-AG deadlock in xfs_bunmapi xfs: check that dir block entries don't off the end of the buffer xfs: fix quotacheck dquot id overflow infinite loop xfs: check _alloc_read_agf buffer pointer before using xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write xfs: check _btree_check_block value
No related branches found
No related tags found
Showing
- fs/xfs/libxfs/xfs_bmap.c 21 additions, 0 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_btree.c 4 additions, 2 deletionsfs/xfs/libxfs/xfs_btree.c
- fs/xfs/libxfs/xfs_dir2_data.c 4 additions, 0 deletionsfs/xfs/libxfs/xfs_dir2_data.c
- fs/xfs/libxfs/xfs_refcount.c 4 additions, 0 deletionsfs/xfs/libxfs/xfs_refcount.c
- fs/xfs/xfs_qm.c 3 additions, 0 deletionsfs/xfs/xfs_qm.c
- fs/xfs/xfs_reflink.c 3 additions, 1 deletionfs/xfs/xfs_reflink.c
Loading
Please register or sign in to comment