Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: - Remove some incorrect assertions - Fix compiler warnings about variables that could be static - Fix an off by one error when computing the maximum btree height that can cause repair failures - Fix the bulkstat-single ioctl not returning the root inode when asked to do that - Convey NOFS state to inodegc workers to avoid recursion in reclaim - Fix unnecessary variable initializations - Fix a bug that could result in corruption of the busy extent tree * tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: fix extent busy updating xfs: xfs_qm: remove unnecessary ‘0’ values from error xfs: Fix deadlock on xfs_inodegc_worker xfs: get root inode correctly at bulkstat xfs: fix off-by-one error in xfs_btree_space_to_height xfs: make xfs_iomap_page_ops static xfs: don't assert if cmap covers imap after cycling lock
Showing
- fs/xfs/libxfs/xfs_btree.c 6 additions, 1 deletionfs/xfs/libxfs/xfs_btree.c
- fs/xfs/xfs_extent_busy.c 1 addition, 0 deletionsfs/xfs/xfs_extent_busy.c
- fs/xfs/xfs_icache.c 10 additions, 0 deletionsfs/xfs/xfs_icache.c
- fs/xfs/xfs_ioctl.c 2 additions, 2 deletionsfs/xfs/xfs_ioctl.c
- fs/xfs/xfs_iomap.c 1 addition, 1 deletionfs/xfs/xfs_iomap.c
- fs/xfs/xfs_qm.c 1 addition, 1 deletionfs/xfs/xfs_qm.c
- fs/xfs/xfs_reflink.c 0 additions, 2 deletionsfs/xfs/xfs_reflink.c
Please register or sign in to comment