Up to [Development] / xfs-linux / linux-2.6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 21 06:17:24 2008 UTC (9 years, 6 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +24 -36
lines
Diff to previous 1.22 (unified)
shrink mrlock_t The writer field is not needed for non_DEBU builds so remove it. While we're at i also clean up the interface for is locked asserts to go through and xfs_iget.c helper with an interface like the xfs_ilock routines to isolated the XFS codebase from mrlock internals. That way we can kill mrlock_t entirely once rw_semaphores grow an islocked facility. Also remove unused flags to the ilock family of functions. Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:30902a by kenmcd. shrink mrlock_t
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 27 15:48:42 2007 UTC (10 years, 5 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.21: +12 -0
lines
Diff to previous 1.21 (unified)
Add lockdep support for XFS Merge of xfs-linux-melb:xfs-kern:28485a by kenmcd. Add lockdep support for XFS
Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 1 14:31:31 2007 UTC (10 years, 8 months ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.20: +2 -4
lines
Diff to previous 1.20 (unified)
Restore revision 1.19 that was clobbered during the last mainline pull modid: xfs-linux-melb:xfs-kern:27915a Merge of xfs-linux-melb:xfs-kern:28008a by kenmcd. Restore revision 1.19 that was clobbered during the last mainline pull modid: xfs-linux-melb:xfs-kern:27915a
Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 12 15:07:09 2007 UTC (10 years, 9 months ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.19: +4 -2
lines
Diff to previous 1.19 (unified)
Merge up to 2.6.20-rc4 Merge of xfs-linux-melb:xfs-kern:27915a by kenmcd.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 13 02:57:01 2006 UTC (10 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.18: +2 -4
lines
Diff to previous 1.18 (unified)
mraccessf & mrupdatef are supposed to be the "flags" versions of the functions, but they a) ignore the flags parameter completely, and b) are never called directly, only via the flag-less defines anyway So, drop the #define indirection, and rename mraccessf to mraccess, etc. Merge of xfs-linux-melb:xfs-kern:27711a by kenmcd. remove flag-less mraccessf/mrupdatef
Revision 1.18 / (download) - annotate - [select for diffs], Tue May 30 03:47:12 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (unified)
lock validator: lockdep: small xfs init_rwsem() cleanup
init_rwsem() has no return value. This is not a problem if init_rwsem() is a
function, but it's a problem if it's a do { ... } while (0) macro. (which
lockdep introduces)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Merge of xfs-linux-melb:xfs-kern:26082a by kenmcd.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 23 02:48:21 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.16: +1 -1
lines
Diff to previous 1.16 (unified)
We really suck at spulling. Thanks to Chris Pascoe for fixing all these typos. Merge of xfs-linux-melb:xfs-kern:25539a by kenmcd.
Revision 1.16 / (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.15: +12 -26
lines
Diff to previous 1.15 (unified)
Update license/copyright notices to match the prefered SGI boilerplate. Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 5 02:26:45 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (unified)
Fix up mrlock debug code, and ensure its only built under DEBUG.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 20 05:14:04 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.13: +8 -8
lines
Diff to previous 1.13 (unified)
Remove vestige of testing mrlocks-as-rwsems.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 20 03:16:57 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.12: +64 -47
lines
Diff to previous 1.12 (unified)
Implement mrlocks on top of rwsems, instead of using our own mrlock code.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 13 06:21:40 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.11: +0 -1
lines
Diff to previous 1.11 (unified)
Remove some spurious 2.4/2.6 differences in support code
Revision 1.11 / (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.10: +88 -0
lines
Diff to previous 1.10 (unified)
The Big Move linux/fs/xfs/support/mrlock.h 1.9 Renamed to support/mrlock.h
Revision 1.10 / (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.9: +0 -88
lines
Diff to previous 1.9 (unified)
Nuke
Revision 1.9 / (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.8: +9 -9
lines
Diff to previous 1.8 (unified)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.8 / (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.7: +5 -3
lines
Diff to previous 1.7 (unified)
Cleanup/remove a bunch of macros, comments and code. Turn a couple of routines into macros rather than routines.
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: +20 -20
lines
Diff to previous 1.6 (unified)
whitespace cleanup
Revision 1.6 / (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.5: +1 -1
lines
Diff to previous 1.5 (unified)
Update copyright dates
Revision 1.5 / (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.4: +86 -0
lines
Diff to previous 1.4 (unified)
linux/include/linux/xfs_support/mrlock.h 1.3 Renamed to linux/fs/xfs/support/mrlock.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.4 / (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.3: +0 -87
lines
Diff to previous 1.3 (unified)
linux/fs/xfs/support/mrlock.h 1.3 Renamed to linux/fs/xfs_support/mrlock.h
Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 1 17:10:24 2001 UTC (16 years, 8 months ago) by lord
Branch: MAIN
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (unified)
Merge XFS tree upto 2.4.1
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 16 01:40:22 2000 UTC (16 years, 11 months ago) by dxm
Branch: MAIN
Changes since 1.1: +0 -6
lines
Diff to previous 1.1 (unified)
remove sysinfo kludge
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