Up to [Development] / xfs-linux / linux-2.6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Wed Sep 24 16:16:20 2008 UTC (9 years, 1 month ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +65 -0
lines
Diff to previous 1.19 (colored)
add new btree statistics From: Dave Chinner <dgc@sgi.com> Introduce statistics coverage of all the btrees and cover all the btree operations, not just some. Invaluable for determining test code coverage of all the btree operations.... Signed-off-by: Dave Chinner <dgc@sgi.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:32184a by kenmcd. add new btree statistics
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 4 16:40:14 2008 UTC (9 years, 3 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.18: +4 -3
lines
Diff to previous 1.18 (colored)
fix compilation without CONFIG_PROC_FS Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:31408a by kenmcd. fix compilation without CONFIG_PROC_FS very obvious problem :)
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 25 04:16:47 2008 UTC (9 years, 4 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.17: +8 -3
lines
Diff to previous 1.17 (colored)
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.17 / (download) - annotate - [select for diffs], Wed Jun 25 04:15:46 2008 UTC (9 years, 4 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.16: +3 -8
lines
Diff to previous 1.16 (colored)
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.16 / (download) - annotate - [select for diffs], Mon May 26 03:28:21 2008 UTC (9 years, 5 months ago) by xaiki.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.15: +8 -3
lines
Diff to previous 1.15 (colored)
xiaki pmod2git xfs-linux-melb:xfs-kern:31210a Merge of xfs-linux-melb:xfs-kern:31210a by kenmcd.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 9 06:16:29 2008 UTC (9 years, 6 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Replace __inline with inline Remove the remaining uses of __inline in the XFS code base. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Merge of xfs-linux-melb:xfs-kern:30774a by kenmcd. replace __inline with inline
Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 17 11:31:50 2005 UTC (11 years, 10 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.13: +9 -9
lines
Diff to previous 1.13 (colored)
Complete the pagebuf -> xfs_buf naming convention transition, finally. Merge of xfs-linux-melb:xfs-kern:24866a by kenmcd.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 23 03:51:28 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.12: +12 -26
lines
Diff to previous 1.12 (colored)
Update license/copyright notices to match the prefered SGI boilerplate. Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 19 13:48:55 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.11: +7 -5
lines
Diff to previous 1.11 (colored)
Fix preempt-related warnings - based on a Chris Wedgwood patch. Merge of xfs-linux-melb:xfs-kern:21210a by kenmcd.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 10 12:01:38 2004 UTC (13 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.10: +10 -0
lines
Diff to previous 1.10 (colored)
use generic XFS stats and sysctl infrastructure in pagebuf add pagebuf statistics
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 2 19:54:29 2003 UTC (14 years ago) by sandeen
Branch: MAIN
Changes since 1.9: +5 -3
lines
Diff to previous 1.9 (colored)
Either handle preemption with get/put or not, but don't get without a put! Fix code for preemptable kernels. use __get_cpu_var, no preemption protection for now
Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 26 17:49:45 2003 UTC (14 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.8: +6 -4
lines
Diff to previous 1.8 (colored)
Re-work pagebuf & xfs stats to use per-cpu variables - big globals that are written all the time
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 21 20:43:17 2003 UTC (14 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Re-work xfs stats macros to support per-cpu data Merge of xfs-linux:slinx:156453a by sandeen.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 16 20:09:14 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
Whitespace cleanup Merge whitespace cleanup to 2.5 tree Merge of 2.4.x-xfs:slinx:144573a by cattelan. Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 17 07:19:15 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.5: +1 -10
lines
Diff to previous 1.5 (colored)
Separate the quota source into its own subdirectory ala dmapi. Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off. Merge of 2.4.x-xfs:slinx:141850a by nathans. Separate the quota source into its own subdirectory ala dmapi. Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 13 23:44:16 2002 UTC (14 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.4: +0 -0
lines
Diff to previous 1.4 (colored)
Undoes mod: 2.4.x-xfs:slinx:132930a Rethink some of those recent types changes slightly. Merge of 2.4.x-xfs:slinx:132993a by nathans.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 13 02:43:25 2002 UTC (14 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.3: +117 -4
lines
Diff to previous 1.3 (colored)
Change AT_* to XFS_AT_* to prevent namespace collisions; move some type declarations into more appropriate places. Merge of 2.4.x-xfs:slinx:132930a by nathans. Move some type declarations into more appropriate places.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 29 15:46:02 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.2: +10 -5
lines
Diff to previous 1.2 (colored)
cleanup stats/sysctl Merge of 2.4.x-xfs:slinx:126356a by lord.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 10 20:44:06 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.1: +11 -11
lines
Diff to previous 1.1 (colored)
whitespace cleanup Merge of 2.4.x-xfs:slinx:122792a by sandeen.
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
CVS Tags: Release-1_0_0,
PreRelease-0_10,
Linux-2_4_5-merge
Split XFS support code into xfs_support module