]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/phase6.c
libxfs: update to 3.16 kernel code
authorDave Chinner <dchinner@redhat.com>
Thu, 30 Jul 2015 22:32:52 +0000 (08:32 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 22:32:52 +0000 (08:32 +1000)
commitff105f751ea1bc7fcac5b19ba2dd65b083a20e60
tree1a1cf105060b40b30a1f314763b1fe4f8eb33b03
parent5f6f36600d1acb8c89386e5efd654c9b84f57c75
libxfs: update to 3.16 kernel code

Bulk update, including all the changes to the surrounding userspace
code due to API changes.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
74 files changed:
db/block.c
db/bmap.c
db/bmroot.c
db/check.c
db/dir2.c
db/dir2sf.c
db/faddr.c
db/frag.c
db/inode.c
db/metadump.c
include/libxfs.h
include/xfs_ag.h
include/xfs_attr_leaf.h
include/xfs_bit.h
include/xfs_bmap.h
include/xfs_bmap_btree.h
include/xfs_btree.h
include/xfs_da_btree.h
include/xfs_da_format.h
include/xfs_dir2.h
include/xfs_format.h
include/xfs_fs.h
include/xfs_ialloc.h
include/xfs_inode_fork.h
include/xfs_quota_defs.h
include/xfs_sb.h
include/xfs_shared.h
include/xfs_trace.h
include/xfs_trans_resv.h
include/xfs_trans_space.h
libxfs/Makefile
libxfs/init.c
libxfs/rdwr.c
libxfs/util.c
libxfs/xfs.h
libxfs/xfs_alloc.c
libxfs/xfs_alloc_btree.c
libxfs/xfs_attr.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.c
libxfs/xfs_da_btree.c
libxfs/xfs_da_format.c [new file with mode: 0644]
libxfs/xfs_dir2.c
libxfs/xfs_dir2_block.c
libxfs/xfs_dir2_data.c
libxfs/xfs_dir2_leaf.c
libxfs/xfs_dir2_node.c
libxfs/xfs_dir2_priv.h
libxfs/xfs_dir2_sf.c
libxfs/xfs_dquot_buf.c
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc_btree.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c
libxfs/xfs_log_rlimit.c
libxfs/xfs_rtbitmap.c
libxfs/xfs_sb.c
libxfs/xfs_symlink_remote.c
libxfs/xfs_trans_resv.c
logprint/log_misc.c
mkfs/maxtrres.c
mkfs/proto.c
mkfs/xfs_mkfs.c
repair/attr_repair.c
repair/dino_chunks.c
repair/dinode.c
repair/dir2.c
repair/phase6.c
repair/prefetch.c
repair/versions.c
repair/xfs_repair.c