Up to [Development] / xfs-linux / support
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 25 04:16:47 2008 UTC (9 years, 3 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -7
lines
Diff to previous 1.23 (unified)
streamline init/exit path Currently the xfs module init/exit code is a mess. It's farmed out over a lot of function with very little error checking. This patch makes sure we propagate all initialization failures properly and clean up after them. Various runtime initializations are replaced with compile-time initializations where possible to make this easier. The exit path is similarly consolidated. There's now split out function to create/destroy the kmem zones and alloc/free the trace buffers. I've also changed the ktrace allocations to KM_MAYFAIL and handled errors resulting from that. And yes, we really should replace the XFS_*_TRACE ifdefs with a single XFS_TRACE.. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Niv Sardi <xaiki@sgi.com> Merge of xfs-linux-melb:xfs-kern:31354a by kenmcd.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 25 04:15:46 2008 UTC (9 years, 3 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.22: +7 -1
lines
Diff to previous 1.22 (unified)
Undoes mod: xfs-linux-melb:xfs-kern:31210a streamline init/exit path Currently the xfs module init/exit code is a mess. It's farmed out over a lot of function with very little error checking. This patch makes sure we propagate all initialization failures properly and clean up after them. Various runtime initializations are replaced with compile-time initializations where possible to make this easier. The exit path is similarly consolidated. There's now split out function to create/destroy the kmem zones and alloc/free the trace buffers. I've also changed the ktrace allocations to KM_MAYFAIL and handled errors resulting from that. And yes, we really should replace the XFS_*_TRACE ifdefs with a single XFS_TRACE.. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Niv Sardi <xaiki@sgi.com> Merge of xfs-linux-melb:xfs-kern:31353a by kenmcd.
Revision 1.22 / (download) - annotate - [select for diffs], Mon May 26 03:28:21 2008 UTC (9 years, 4 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.21: +1 -7
lines
Diff to previous 1.21 (unified)
xiaki pmod2git xfs-linux-melb:xfs-kern:31210a Merge of xfs-linux-melb:xfs-kern:31210a by kenmcd.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 6 03:24:42 2008 UTC (9 years, 8 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.20: +1 -1
lines
Diff to previous 1.20 (unified)
add __init/__exit mark to specific init/cleanup functions Merge of xfs-linux-melb:xfs-kern:30459a by kenmcd. add __init/__exit mark to specific init/cleanup functions
Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 20 03:00:39 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.19: +7 -8
lines
Diff to previous 1.19 (unified)
UUID endianess fix. uu_timelow is a 32bit field and needs to be swapped with be32_to_cpu. #Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:25232a by kenmcd.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Jan 25 00:34:27 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (unified)
Bring the XFS code in sync with the changed from 2.6.16-rc1
Revision 1.18 / (download) - annotate - [select for diffs], Wed Dec 14 18:08:33 2005 UTC (11 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.17: +14 -9
lines
Diff to previous 1.17 (unified)
endianess annotations and tidying for the uuid code
Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 23 03:51:28 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.16: +12 -27
lines
Diff to previous 1.16 (unified)
Update license/copyright notices to match the prefered SGI boilerplate. Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Feb 6 04:26:12 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.15: +1 -8
lines
Diff to previous 1.15 (unified)
Sync up with external trees, fixing the build after support source renames.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 27 18:04:26 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
Changes since 1.14: +158 -0
lines
Diff to previous 1.14 (unified)
The Big Move linux/fs/xfs/support/uuid.c 1.13 Renamed to support/uuid.c
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 27 17:57:21 2003 UTC (14 years, 3 months ago) by cattelan
Branch: MAIN
CVS Tags: DENUKE
Changes since 1.13: +0 -158
lines
Diff to previous 1.13 (unified)
Nuke
Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 16 02:21:42 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.12: +49 -129
lines
Diff to previous 1.12 (unified)
UUID cleanup - remove unused functions, create a decent table abstraction and make the mount code simpler in the process. UUID cleanup - remove unused functions, create a decent table abstraction.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 15 23:16:46 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
Changes since 1.11: +8 -8
lines
Diff to previous 1.11 (unified)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 13 23:11:12 2002 UTC (14 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (unified)
Undoes mod: 2.4.x-xfs:slinx:132930a Rethink some of those recent types changes slightly.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 13 02:25:49 2002 UTC (14 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (unified)
Change AT_* to XFS_AT_* to prevent namespace collisions; move some type declarations into more appropriate places. Move some type declarations into more appropriate places.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 9 03:06:48 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (unified)
Global search and replace of the b* memory routines to their mem* equivalents. (bcopy->memcopy, ovbcopy->memmove, bzero->memset, bcmp->memcmp).
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 31 18:45:12 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.7: +0 -1
lines
Diff to previous 1.7 (unified)
arch.h is gone, don't #include it here
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 30 21:39:08 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.6: +1 -0
lines
Diff to previous 1.6 (unified)
remove xfs/support/arch.h
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 18 17:42:52 2002 UTC (15 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (unified)
remove support/types.h
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 10 19:00:42 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.4: +26 -26
lines
Diff to previous 1.4 (unified)
whitespace cleanup
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 4 16:30:46 2002 UTC (15 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (unified)
Update copyright dates
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 21 04:27:18 2002 UTC (15 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.2: +238 -0
lines
Diff to previous 1.2 (unified)
linux/fs/xfs_support/uuid.c 1.6 Renamed to linux/fs/xfs/support/uuid.c changes to fold xfs_support code back into XFS (the other sgi projects using this will be / have been fixed). reduces our footprint on the base kernel. NB: xfs_support.o as a distinct module no longer exists.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 14 06:04:19 2001 UTC (16 years, 7 months ago) by kaos
Branch: MAIN
Changes since 1.1: +0 -242
lines
Diff to previous 1.1 (unified)
linux/fs/xfs/support/uuid.c 1.1 Renamed to linux/fs/xfs_support/uuid.c
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 14 02:57:58 2000 UTC (16 years, 11 months ago) by dxm
Branch: MAIN
Split XFS support code into xfs_support module