Up to [Development] / xfs-linux / support
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.40 / (download) - annotate - [select for diffs], Wed Oct 1 04:32:18 2008 UTC (9 years ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +1 -1
lines
Diff to previous 1.39 (unified)
Show buffer address with debug hexdump on corruption Merge of xfs-linux-melb:xfs-kern:32233a by kenmcd. Show buffer address with debug hexdump on corruption
Revision 1.39 / (download) - annotate - [select for diffs], Mon Oct 8 15:44:01 2007 UTC (10 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.38: +6 -0
lines
Diff to previous 1.38 (unified)
lose xfs_hex_dump in favor of print_hex_dump No need for xfs to have its own hex dumping routine now that the kernel has one. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Merge of xfs-linux-melb:xfs-kern:29847a by kenmcd. lose xfs_hex_dump in favor of print_hex_dump
Revision 1.38 / (download) - annotate - [select for diffs], Fri Sep 21 16:09:12 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.37: +0 -1
lines
Diff to previous 1.37 (unified)
Remove spin.h remove spinlock init abstraction macro in spin.h, remove the callers, and remove the file. Move no-op spinlock_destroy to xfs_linux.h Cleanup spinlock locals in xfs_mount.c Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Merge of xfs-linux-melb:xfs-kern:29751a by kenmcd. Remove spin.h
Revision 1.37 / (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.36: +0 -17
lines
Diff to previous 1.36 (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.36 / (download) - annotate - [select for diffs], Thu Dec 21 14:28:57 2006 UTC (10 years, 9 months ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.35: +0 -3
lines
Diff to previous 1.35 (unified)
Merge up to 2.6.19 Merge of xfs-linux-melb:xfs-kern:27801a by kenmcd.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Nov 29 02:51:22 2006 UTC (10 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.34: +13 -10
lines
Diff to previous 1.34 (unified)
Prevent buffer overrun in cmn_err(). The message buffer used by cmn_err() is only 256 bytes and some CXFS messages were exceeding this length. Since we were using vsprintf() and not checking for buffer overruns we were clobbering memory beyond the buffer. The size of the buffer has been increased to 1024 bytes so we can capture these larger messages and we are now using vsnprintf() to prevent overrunning the buffer size. Merge of xfs-linux-melb:xfs-kern:27561a by kenmcd. Prevent buffer overrun in cmn_err() by using vsnprintf() and increase buffer size to 1024 bytes.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Oct 31 15:08:00 2006 UTC (10 years, 11 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.33: +5 -4
lines
Diff to previous 1.33 (unified)
Merge up to 2.6.19-rc3 Merge of xfs-linux-melb:xfs-kern:27325a by kenmcd.
Revision 1.33 / (download) - annotate - [select for diffs], Mon Oct 16 03:52:22 2006 UTC (11 years ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.32: +1 -3
lines
Diff to previous 1.32 (unified)
956618: Linux crashes on boot with XFS-DMAPI filesystem when CONFIG_XFS_TRACE is on Merge of xfs-linux-melb:xfs-kern:27196a by kenmcd. dmapi still needs to have XFS_VNODE_TRACE defined, so it doesn't mess up struct xfs_vnode when XFS_TRACE is enabled. I had a brainwave on this one - why not do all the #defines in xfs.h and fix the few files that don't include it?
Revision 1.32 / (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.31: +2 -2
lines
Diff to previous 1.31 (unified)
Portability changes: remove prdev, stick to one diagnostic interface. Merge of xfs-linux-melb:xfs-kern:26103a by kenmcd.
Revision 1.31 / (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.30: +24 -34
lines
Diff to previous 1.30 (unified)
Merge in trivial changes, sync up headers with userspace equivalents. Merge of xfs-linux-melb:xfs-kern:24961a by kenmcd.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 20 18:21:07 2005 UTC (11 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.29: +1 -1
lines
Diff to previous 1.29 (unified)
Mark some lookup tables const. Thanks to Arjan van de Ven for spotting these.
Revision 1.29 / (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.28: +12 -28
lines
Diff to previous 1.28 (unified)
Update license/copyright notices to match the prefered SGI boilerplate. Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jun 23 06:00:00 2005 UTC (12 years, 3 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.27: +1 -0
lines
Diff to previous 1.27 (unified)
Fix up 2.4 kernel builds after backporting 2.6 changes. Merge of xfs-linux-melb:xfs-kern:22954a by kenmcd.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 22 03:43:05 2005 UTC (12 years, 3 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.26: +0 -1
lines
Diff to previous 1.26 (unified)
Merge back mainline 2.6 changes - qsort and ROTL transition. Merge of xfs-linux-melb:xfs-kern:22938a by kenmcd.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 17 14:13:33 2005 UTC (12 years, 4 months ago) by hch
Branch: MAIN
Changes since 1.25: +0 -1
lines
Diff to previous 1.25 (unified)
simplify ASSERT simplify ASSERT
Revision 1.25 / (download) - annotate - [select for diffs], Fri Mar 11 05:00:42 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.24: +1 -0
lines
Diff to previous 1.24 (unified)
Fix a build issue wrt spinlock initialisation changes. Merge of xfs-linux-melb:xfs-kern:21808a by kenmcd.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 10 05:06:52 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.23: +1 -1
lines
Diff to previous 1.23 (unified)
Spinlock initialization API transition, merged back via mainline from tglx@linuxtronix@de. Merge of xfs-linux-melb:xfs-kern:21794a by kenmcd.
Revision 1.23 / (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.22: +127 -0
lines
Diff to previous 1.22 (unified)
The Big Move linux/fs/xfs/support/debug.c 1.21 Renamed to support/debug.c
Revision 1.22 / (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.21: +0 -127
lines
Diff to previous 1.21 (unified)
Nuke
Revision 1.21 / (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.20: +2 -2
lines
Diff to previous 1.20 (unified)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 18 00:39:31 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (unified)
Cleanup/remove a bunch of macros, comments and code. Refine macro magic around random routine to allow it to be compiled out more easily.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 7 16:37:04 2003 UTC (14 years, 7 months ago) by sandeen
Branch: MAIN
Changes since 1.18: +1 -1
lines
Diff to previous 1.18 (unified)
Turn on random() if INDUCE_IO_ERROR is defined Merge of 2.4.x-xfs-dev:slinx:141200a by sandeen.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 25 10:52:58 2003 UTC (14 years, 7 months ago) by lord
Branch: MAIN
Changes since 1.17: +1 -1
lines
Diff to previous 1.17 (unified)
If cmn_err is called with a CR character at the end of the input then do not add one. Merge of 2.4.x-xfs-dev:slinx:134299a by lord. Avoid double new lines at end of messages
Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 24 17:57:46 2003 UTC (14 years, 7 months ago) by hch
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (unified)
spin_lock_irqsave must take an ulong, not int. Spotted by Anton Blanchard <anton@samba.org>
Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 11 15:15:30 2003 UTC (14 years, 8 months ago) by kaos
Branch: MAIN
Changes since 1.15: +1 -1
lines
Diff to previous 1.15 (unified)
XFS patches from 2.5.60-mm1 Merge of 2.5.x-xfs:slinx:139330a by hch.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 6 20:32:53 2003 UTC (14 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.14: +6 -4
lines
Diff to previous 1.14 (unified)
make *cmn_err interrupt safe
Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 31 19:09:32 2002 UTC (14 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.13: +16 -6
lines
Diff to previous 1.13 (unified)
Fix the cmn_err stuff to mask the error level before it checks for max value
Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 31 13:03:50 2002 UTC (14 years, 9 months ago) by sandeen
Branch: MAIN
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (unified)
Fix dyslexic definition of XFS_MAX_ERR_LEVEL...
Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 30 23:20:45 2002 UTC (14 years, 9 months ago) by sandeen
Branch: MAIN
Changes since 1.11: +7 -1
lines
Diff to previous 1.11 (unified)
Make sure we don't walk off the end of the err_level array
Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 11 19:22:58 2002 UTC (15 years ago) by sandeen
Branch: MAIN
Changes since 1.10: +10 -29
lines
Diff to previous 1.10 (unified)
Clean up xfs' log message printing Map all CE_* levels to KERN_* printk levels Remove xdprintk definition, we use CE_DEBUG/KERN_DEBUG now BUG() in xfs_icmn_err if CE_PANIC is specified
Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 4 20:35:05 2002 UTC (15 years ago) by sandeen
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (unified)
Add missing newlines to cmn_err messages. Add missing newlines to cmn_err messages.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 10 16:30:10 2002 UTC (15 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.8: +2 -0
lines
Diff to previous 1.8 (unified)
teach icmn_err about CE_WARN
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 28 21:34:45 2002 UTC (15 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.7: +7 -4
lines
Diff to previous 1.7 (unified)
Get the big 256 byte error message buffer off the stack
Revision 1.7 / (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.6: +15 -15
lines
Diff to previous 1.6 (unified)
whitespace cleanup
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 18 20:32:24 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.5: +3 -0
lines
Diff to previous 1.5 (unified)
Make CE_PANIC stop the machine
Revision 1.5 / (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.4: +1 -1
lines
Diff to previous 1.4 (unified)
Update copyright dates
Revision 1.4 / (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.3: +120 -0
lines
Diff to previous 1.3 (unified)
linux/fs/xfs_support/debug.c 1.5 Renamed to linux/fs/xfs/support/debug.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.3 / (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.2: +0 -124
lines
Diff to previous 1.2 (unified)
linux/fs/xfs/support/debug.c 1.2 Renamed to linux/fs/xfs_support/debug.c
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 23 05:40:55 2001 UTC (16 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.1: +19 -3
lines
Diff to previous 1.1 (unified)
make a little more compatible with IRIX to help folk on other projects using this code.
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