c41564b5af
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
...
these typos.
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25539a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-29 08:55:14 +10:00
fac80cce0e
[XFS] endianess annotations for xfs_da_node_hdr_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25505a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:56 +11:00
403432dcb5
[XFS] endianess annotations for xfs_da_node_entry_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25504a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:46 +11:00
d7929ff670
[XFS] store xfs_attr_inactive_list_t in native endian
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25503a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:36 +11:00
984a081a7c
[XFS] store xfs_attr_sf_sort in native endian
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25502a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:31 +11:00
3b244aa81e
[XFS] endianess annotations for xfs_attr_shortform_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25501a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:25 +11:00
c0f054e7a4
[XFS] endianess annotations for xfs_attr_leaf_name_remote_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25500a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:18 +11:00
053b5758cb
[XFS] endianess annotations for xfs_attr_leaf_name_local_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25499a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:09 +11:00
6b19f2d87d
[XFS] endianess annotations for xfs_attr_leaf_entry_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25498a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:29:02 +11:00
918ae424e1
[XFS] endianess annotations for xfs_attr_leaf_hdr_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25497a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:28:54 +11:00
89da054424
[XFS] endianess annotations for xfs_da_blkinfo_t
...
SGI-PV: 943272
SGI-Modid: xfs-linux-melb:xfs-kern:25495a
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-03-17 17:28:40 +11:00
13059ff04c
[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and
...
consistent.
SGI-PV: 941645
SGI-Modid: xfs-linux-melb:xfs-kern:202961a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2006-01-11 15:32:01 +11:00
e0144ca553
[XFS] Fix a case where attr2 format was being used unconditionally.
...
SGI-PV: 941645
SGI-Modid: xfs-linux-melb:xfs-kern:24566a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-25 16:42:22 +11:00
da087bad81
[XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.
...
SGI-PV: 941645
SGI-Modid: xfs-linux:xfs-kern:23925a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-02 15:00:20 +11:00
7b71876980
[XFS] Update license/copyright notices to match the prefered SGI
...
boilerplate.
SGI-PV: 913862
SGI-Modid: xfs-linux:xfs-kern:23903a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-02 14:58:39 +11:00
a844f4510d
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
...
SGI-PV: 943122
SGI-Modid: xfs-linux:xfs-kern:23901a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-02 14:38:42 +11:00
380b5dc0e5
[XFS] Fix up an internal sort function name collision issue.
...
SGI-PV: 942986
SGI-Modid: xfs-linux:xfs-kern:23859a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-02 11:43:18 +11:00
d8cc890d40
[XFS] Ondisk format extension for extended attributes (attr2). Basically,
...
the data/attr forks now grow up/down from either end of the literal area,
rather than dividing the literal area into two chunks and growing both
upward. Means we can now make much more efficient use of the attribute
space, incl. fitting DMF attributes inline in 256 byte inodes, and large
jumps in dbench3 performance numbers. It is self enabling, but can be
forced on/off via the attr2/noattr2 mount options.
SGI-PV: 941645
SGI-Modid: xfs-linux:xfs-kern:23835a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-02 10:34:53 +11:00
aa82daa061
[XFS] Move some code around to prepare for the upcoming extended
...
attributes format change (attr2).
SGI-PV: 941645
SGI-Modid: xfs-linux:xfs-kern:23833a
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-11-02 10:33:33 +11:00
ba0f32d460
[XFS] mark various symbols static Patch from Adrian Bunk
...
SGI-PV: 936255
SGI-Modid: xfs-linux:xfs-kern:192760a
Signed-off-by: Christoph Hellwig <hch@sgi.com >
Signed-off-by: Nathan Scott <nathans@sgi.com >
2005-06-21 15:36:52 +10:00
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00