This patch should apply to 2.6.24-rc6.
Makefile | 1
linux-2.6/xfs_export.c | 2
linux-2.6/xfs_iops.c | 130 ++++++++++++
linux-2.6/xfs_iops.h | 1
linux-2.6/xfs_ksyms.c | 1
linux-2.6/xfs_linux.h | 8
linux-2.6/xfs_super.c | 31 ++
xfs_attr.c | 47 +++-
xfs_attr_leaf.c | 217 +++++++++++---------
xfs_attr_leaf.h | 12 +
xfs_clnt.h | 5
xfs_da_btree.c | 95 ++++++++
xfs_da_btree.h | 35 +++
xfs_dir2.c | 141 ++++++++++---
xfs_dir2.h | 10
xfs_dir2_block.c | 63 ++++-
xfs_dir2_data.c | 3
xfs_dir2_leaf.c | 48 +++-
xfs_dir2_node.c | 36 ++-
xfs_dir2_sf.c | 66 ++++--
xfs_itable.c | 2
xfs_mount.c | 26 ++
xfs_mount.h | 12 +
xfs_rename.c | 5
xfs_sb.h | 33 ++-
xfs_types.h | 5
xfs_unicode.c | 523
+++++++++++++++++++++++++++++++++++++++++++++++++
xfs_unicode.h | 76 +++++++
xfs_utils.c | 10
xfs_utils.h | 2
xfs_vfsops.c | 40 +++
xfs_vnodeops.c | 7
xfs_vnodeops.h | 2
33 files changed, 1495 insertions(+), 200 deletions(-)
ci_kernel.patch
Description: Text Data
|