Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Pull xfs fixes from Dave Chinner: "This is a little larger than I'd like late in the release cycle, but all the fixes are for regressions introduced in the 4.1-rc1 merge, or are needed back in -stable kernels fairly quickly as they are filesystem corruption or userspace visible correctness issues. Changes in this update: - regression fix for new rename whiteout code - regression fixes for new superblock generic per-cpu counter code - fix for incorrect error return sign introduced in 3.17 - metadata corruption fixes that need to go back to -stable kernels" * tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs: xfs: fix broken i_nlink accounting for whiteout tmpfile inode xfs: xfs_iozero can return positive errno xfs: xfs_attr_inactive leaves inconsistent attr fork state behind xfs: extent size hints can round up extents past MAXEXTLEN xfs: inode and free block counters need to use __percpu_counter_compare percpu_counter: batch size aware __percpu_counter_compare() xfs: use percpu_counter_read_positive for mp->m_icount
No related branches found
No related tags found
Showing
- fs/xfs/libxfs/xfs_attr_leaf.c 4 additions, 4 deletionsfs/xfs/libxfs/xfs_attr_leaf.c
- fs/xfs/libxfs/xfs_attr_leaf.h 1 addition, 1 deletionfs/xfs/libxfs/xfs_attr_leaf.h
- fs/xfs/libxfs/xfs_bmap.c 19 additions, 12 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_ialloc.c 6 additions, 3 deletionsfs/xfs/libxfs/xfs_ialloc.c
- fs/xfs/xfs_attr_inactive.c 49 additions, 34 deletionsfs/xfs/xfs_attr_inactive.c
- fs/xfs/xfs_file.c 1 addition, 1 deletionfs/xfs/xfs_file.c
- fs/xfs/xfs_inode.c 12 additions, 10 deletionsfs/xfs/xfs_inode.c
- fs/xfs/xfs_mount.c 20 additions, 14 deletionsfs/xfs/xfs_mount.c
- include/linux/percpu_counter.h 12 additions, 1 deletioninclude/linux/percpu_counter.h
- lib/percpu_counter.c 3 additions, 3 deletionslib/percpu_counter.c
Loading
Please register or sign in to comment