]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: update to 3.16 kernel code
authorDave Chinner <dchinner@redhat.com>
Fri, 5 Jun 2015 00:13:24 +0000 (10:13 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 5 Jun 2015 00:13:24 +0000 (10:13 +1000)
commit3a252cc89665daaad508cdef25eb41a5f1896e01
tree32e7e45c3e8de7e000b709314e8c36d549ddabcf
parentb5f36ac8dceeac828a8de4e8a689e265503ff22f
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