Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull XFS updates from Darrick Wong: - Fix CoW remapping of extremely fragmented file areas - Fix a zero-length symlink verifier error - Constify some of the rmap owner structures for per-AG metadata - Precalculate inode geometry for later use - Fix scrub counting problems - Don't crash when rtsummary inode is null - Fix x32 ioctl operation - Fix enum->string mappings for ftrace output - Cache realtime summary information in memory * tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (24 commits) xfs: reallocate realtime summary cache on growfs xfs: stringify scrub types in ftrace output xfs: stringify btree cursor types in ftrace output xfs: move XFS_INODE_FORMAT_STR mappings to libxfs xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs xfs: fix symbolic enum printing in ftrace output xfs: fix function pointer type in ftrace format xfs: Fix x32 ioctls when cmd numbers differ from ia32. xfs: Fix bulkstat compat ioctls on x32 userspace. xfs: Align compat attrlist_by_handle with native implementation. xfs: require both realtime inodes to mount xfs: cache minimum realtime summary level xfs: count inode blocks correctly in inobt scrub xfs: precalculate cluster alignment in inodes and blocks xfs: precalculate inodes and blocks per inode cluster xfs: add a block to inode count converter xfs: remove xfs_rmap_ag_owner and friends xfs: const-ify xfs_owner_info arguments xfs: streamline defer op type handling xfs: idiotproof defer op type configuration ...
Showing
- fs/xfs/libxfs/xfs_ag.c 4 additions, 5 deletionsfs/xfs/libxfs/xfs_ag.c
- fs/xfs/libxfs/xfs_alloc.c 39 additions, 40 deletionsfs/xfs/libxfs/xfs_alloc.c
- fs/xfs/libxfs/xfs_alloc.h 2 additions, 2 deletionsfs/xfs/libxfs/xfs_alloc.h
- fs/xfs/libxfs/xfs_bmap.c 3 additions, 3 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_bmap.h 2 additions, 2 deletionsfs/xfs/libxfs/xfs_bmap.h
- fs/xfs/libxfs/xfs_defer.c 35 additions, 32 deletionsfs/xfs/libxfs/xfs_defer.c
- fs/xfs/libxfs/xfs_defer.h 20 additions, 17 deletionsfs/xfs/libxfs/xfs_defer.h
- fs/xfs/libxfs/xfs_format.h 12 additions, 0 deletionsfs/xfs/libxfs/xfs_format.h
- fs/xfs/libxfs/xfs_ialloc.c 24 additions, 30 deletionsfs/xfs/libxfs/xfs_ialloc.c
- fs/xfs/libxfs/xfs_ialloc_btree.c 2 additions, 5 deletionsfs/xfs/libxfs/xfs_ialloc_btree.c
- fs/xfs/libxfs/xfs_refcount_btree.c 2 additions, 4 deletionsfs/xfs/libxfs/xfs_refcount_btree.c
- fs/xfs/libxfs/xfs_rmap.c 134 additions, 106 deletionsfs/xfs/libxfs/xfs_rmap.c
- fs/xfs/libxfs/xfs_rmap.h 20 additions, 34 deletionsfs/xfs/libxfs/xfs_rmap.h
- fs/xfs/libxfs/xfs_rtbitmap.c 6 additions, 0 deletionsfs/xfs/libxfs/xfs_rtbitmap.c
- fs/xfs/libxfs/xfs_symlink_remote.c 10 additions, 4 deletionsfs/xfs/libxfs/xfs_symlink_remote.c
- fs/xfs/libxfs/xfs_types.c 4 additions, 5 deletionsfs/xfs/libxfs/xfs_types.c
- fs/xfs/libxfs/xfs_types.h 22 additions, 0 deletionsfs/xfs/libxfs/xfs_types.h
- fs/xfs/scrub/agheader.c 7 additions, 18 deletionsfs/xfs/scrub/agheader.c
- fs/xfs/scrub/agheader_repair.c 2 additions, 3 deletionsfs/xfs/scrub/agheader_repair.c
- fs/xfs/scrub/alloc.c 1 addition, 3 deletionsfs/xfs/scrub/alloc.c
Loading
Please register or sign in to comment