Alex,
This is the series that Christoph reviewed this morning. I've fixed
up the hunks that were in the wrong patch. Please pull.
----
The following changes since commit 4e23471a3f3aba885ea70100db47ccacb5f069f6:
Christoph Hellwig (1):
xfs: move more buffer helpers into xfs_buf.c
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfs.git warnings
Dave Chinner (10):
xfs: directory names are unsigned
xfs: convert DM ops to use unsigned char names
xfs: convert dirnameops to unsigned char names
xfs: make xfs_dir_cilookup_result use unsigned char
xfs: xfs_buf_iomove() doesn't care about signedness
xfs: convert attr to use unsigned names
xfs: clean up sign warnings in dir2 code
xfs: make compile warn about char sign mismatches again
xfs: suppress spurious uninitialised var warning in xfs_bmapi()
xfs: rearrange xfs_mod_sb() to avoid array subscript warning
fs/xfs/Makefile | 2 +-
fs/xfs/linux-2.6/xfs_acl.c | 11 ++++++-----
fs/xfs/linux-2.6/xfs_buf.c | 2 +-
fs/xfs/linux-2.6/xfs_buf.h | 2 +-
fs/xfs/linux-2.6/xfs_ioctl.c | 18 +++++++++---------
fs/xfs/linux-2.6/xfs_ioctl.h | 12 ++++++------
fs/xfs/linux-2.6/xfs_ioctl32.c | 4 ++--
fs/xfs/linux-2.6/xfs_iops.c | 4 ++--
fs/xfs/linux-2.6/xfs_xattr.c | 27 +++++++++++++++++++--------
fs/xfs/xfs_acl.h | 4 ++--
fs/xfs/xfs_attr.c | 38 +++++++++++++++++++++++---------------
fs/xfs/xfs_attr.h | 2 +-
fs/xfs/xfs_attr_leaf.c | 28 ++++++++++++++--------------
fs/xfs/xfs_attr_sf.h | 2 +-
fs/xfs/xfs_bmap.c | 2 +-
fs/xfs/xfs_da_btree.c | 4 ++--
fs/xfs/xfs_da_btree.h | 5 +++--
fs/xfs/xfs_dir2.c | 8 ++++----
fs/xfs/xfs_dir2.h | 4 ++--
fs/xfs/xfs_dir2_block.c | 9 +++++----
fs/xfs/xfs_dir2_leaf.c | 2 +-
fs/xfs/xfs_dir2_sf.c | 2 +-
fs/xfs/xfs_mount.c | 7 +++----
fs/xfs/xfs_mount.h | 3 ++-
fs/xfs/xfs_types.h | 4 ++--
fs/xfs/xfs_vnodeops.c | 6 ++++--
fs/xfs/xfs_vnodeops.h | 10 +++++-----
27 files changed, 123 insertions(+), 99 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
|