xfs
[Top] [All Lists]

[REVIEW 1/2] Case insensitive support for XFS - kernel patch

To: "xfs@xxxxxxxxxxx" <xfs@xxxxxxxxxxx>
Subject: [REVIEW 1/2] Case insensitive support for XFS - kernel patch
From: "Barry Naujok" <bnaujok@xxxxxxx>
Date: Fri, 18 Jan 2008 15:43:50 +1100
Cc: xfs-dev <xfs-dev@xxxxxxx>
Organization: SGI
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Opera Mail/9.24 (Win32)
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(-)

Attachment: ci_kernel.patch
Description: Text Data

<Prev in Thread] Current Thread [Next in Thread>