linux/fs/btrfs
David Miller df68b8a7ad Btrfs: unaligned access fixes
Btrfs set/get macros lose type information needed to avoid
unaligned accesses on sparc64.
ere is a patch for the kernel bits which fixes most of the
unaligned accesses on sparc64.

btrfs_name_hash is modified to return the hash value instead
of getting a return location via a (potentially unaligned)
pointer.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
2008-09-25 11:04:00 -04:00
..
COPYING
INSTALL
Makefile
TODO
acl.c
bit-radix.c
bit-radix.h
btrfs_inode.h Btrfs: Fix i_blocks accounting 2008-09-25 11:04:00 -04:00
ctree.c
ctree.h Btrfs: unaligned access fixes 2008-09-25 11:04:00 -04:00
dir-item.c Btrfs: unaligned access fixes 2008-09-25 11:04:00 -04:00
disk-io.c
disk-io.h
extent-tree.c
extent_io.c Btrfs: Fix "no csum found for inode" issue. 2008-09-25 11:04:00 -04:00
extent_io.h
extent_map.c
extent_map.h
file-item.c
file.c Btrfs: Fix "no csum found for inode" issue. 2008-09-25 11:04:00 -04:00
hash.c Btrfs: unaligned access fixes 2008-09-25 11:04:00 -04:00
hash.h Btrfs: unaligned access fixes 2008-09-25 11:04:00 -04:00
inode-item.c
inode-map.c
inode.c Btrfs: Fix i_blocks accounting 2008-09-25 11:04:00 -04:00
ioctl.h
ordered-data.c
ordered-data.h
print-tree.c
print-tree.h
root-tree.c
struct-funcs.c Btrfs: unaligned access fixes 2008-09-25 11:04:00 -04:00
super.c
sysfs.c
transaction.c
transaction.h
tree-defrag.c
xattr.c
xattr.h