Up to [Development] / xfs-linux / support
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 30 16:27:34 2008 UTC (9 years, 5 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +0 -2
lines
Diff to previous 1.18 (unified)
Include linux/random.h in all builds, not just debug builds. Merge of xfs-linux-melb:xfs-kern:31008a by kenmcd. Include linux/random.h in all builds.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 2 15:58:18 2007 UTC (10 years, 2 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.17: +6 -4
lines
Diff to previous 1.17 (unified)
fix ASSERT and ASSERT_ALWAYS - remove the != 0 inside the unlikely in ASSERT_ALWAYS because sparse now complains about comparisons between pointers and 0 - add a standalone ASSERT implementation because defining it to ASSERT_ALWAYS means the string is expanded before the token passing stringification. This way we get the actual content of the assertation in the assfail message and don't overflow sparse's stringification buffer leading to sparse error messages. Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:29310a by kenmcd. Clean up sparse warnings fo ASSERT_ALWAYS and make ASSERT always stringify the failure correctly.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 6 02:58:28 2007 UTC (10 years, 7 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.16: +1 -1
lines
Diff to previous 1.16 (unified)
reducing the number of random number functions. Patch provided by Joe Perches Signed-off-by: Joe Perches <joe@perches.com> Merge of xfs-linux-melb:xfs-kern:28209a by kenmcd. reducing the number of random number functions. Signed-off-by: Joe Perches <joe@perches.com>
Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 30 14:40:05 2006 UTC (10 years, 10 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.15: +27 -3
lines
Diff to previous 1.15 (unified)
Keep stack usage down for 4k stacks by using noinline. gcc-4.1 and more recent aggressively inline static functions which increases XFS stack usage by ~15% in critical paths. Prevent this from occurring by adding noinline to the STATIC definition. Also uninline some functions that are too large to be inlined and were causing problems with CONFIG_FORCED_INLINING=y. Finally, clean up all the different users of inline, __inline and __inline__ and put them under one STATIC_INLINE macro. For debug kernels the STATIC_INLINE macro uninlines those functions. Merge of xfs-linux-melb:xfs-kern:27585a by kenmcd. noinline static function declaration cleanup.
Revision 1.15 / (download) - annotate - [select for diffs], Tue May 30 15:53:25 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.14: +0 -3
lines
Diff to previous 1.14 (unified)
Portability changes: remove prdev, stick to one diagnostic interface. Merge of xfs-linux-melb:xfs-kern:26103a by kenmcd.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 12 02:43:50 2006 UTC (11 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.13: +12 -13
lines
Diff to previous 1.13 (unified)
Merge in trivial changes, sync up headers with userspace equivalents. Merge of xfs-linux-melb:xfs-kern:24961a by kenmcd.
Revision 1.13 / (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.12: +12 -26
lines
Diff to previous 1.12 (unified)
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], Mon Sep 5 12:36:32 2005 UTC (12 years, 1 month ago) by hch
Branch: MAIN
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (unified)
Add format checking to cmn_err and icmn_err
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 17 14:13:33 2005 UTC (12 years, 3 months ago) by hch
Branch: MAIN
Changes since 1.10: +1 -6
lines
Diff to previous 1.10 (unified)
simplify ASSERT simplify ASSERT
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 10 06:21:15 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (unified)
Fix some compiler warnings, mark cmn_err as printflike.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 20 03:58:20 2003 UTC (13 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.8: +4 -0
lines
Diff to previous 1.8 (unified)
Change pagebuf to use the same ktrace implementation as XFS, instead of reinventing that wheel.
Revision 1.8 / (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.7: +67 -0
lines
Diff to previous 1.7 (unified)
The Big Move linux/fs/xfs/support/debug.h 1.6 Renamed to support/debug.h
Revision 1.7 / (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.6: +0 -67
lines
Diff to previous 1.6 (unified)
Nuke
Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 15 23:16:46 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.5: +12 -12
lines
Diff to previous 1.5 (unified)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
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: +23 -23
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, 4 months ago) by nathans
Branch: MAIN
Changes since 1.2: +67 -0
lines
Diff to previous 1.2 (unified)
linux/include/linux/xfs_support/debug.h 1.1 Renamed to linux/fs/xfs/support/debug.h 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 -67
lines
Diff to previous 1.1 (unified)
linux/fs/xfs/support/debug.h 1.1 Renamed to linux/fs/xfs_support/debug.h
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