Up to [Development] / xfs-linux / linux-2.4
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.35 / (download) - annotate - [select for diffs], Thu Sep 27 04:02:18 2007 UTC (10 years, 1 month ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +0 -118
lines
Diff to previous 1.34 (colored)
Remove fs/xfs/linux-2.4 as building for 2.4 kernels is no longer supported from this tree Merge of xfs-linux-melb:xfs-kern:29785a by kenmcd.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 18 04:03:12 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Add a greedy allocation interface, allocating within a min/max size range. Merge of xfs-linux-melb:xfs-kern:26803a by kenmcd.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 18 04:00:52 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
Add a debug flag for allocations which are known to be larger than one page. Merge of xfs-linux-melb:xfs-kern:26800a by kenmcd.
Revision 1.32 / (download) - annotate - [select for diffs], Tue May 30 15:50:21 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.31: +1 -37
lines
Diff to previous 1.31 (colored)
Make the pflags test/set wrappers more legible for us mere humans. Merge of xfs-linux-melb:xfs-kern:26099a by kenmcd.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 6 14:18:30 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.30: +0 -2
lines
Diff to previous 1.30 (colored)
Remove a couple of no-longer-used macros/types from XFS. Merge of xfs-linux-melb:xfs-kern:25377a by kenmcd.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Feb 6 05:01:49 2006 UTC (11 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.29: +56 -36
lines
Diff to previous 1.29 (colored)
Cleanup the use of zones/slabs, more consistent and allows flags to be passed. Merge of xfs-linux-melb:xfs-kern:25122a by kenmcd.
Revision 1.29 / (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.28: +12 -26
lines
Diff to previous 1.28 (colored)
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], Wed Mar 9 03:08:38 2005 UTC (12 years, 7 months ago) by hch
Branch: MAIN
Changes since 1.27: +0 -5
lines
Diff to previous 1.27 (colored)
remove non-helpfull inode shakers kill kmem_zone_shrink
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 15 07:42:37 2004 UTC (13 years, 4 months ago) by hch
Branch: MAIN
Changes since 1.26: +34 -5
lines
Diff to previous 1.26 (colored)
Fix up memory allocators to try more hard allocator rework
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 8 07:09:06 2004 UTC (13 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.25: +1 -1
lines
Diff to previous 1.25 (colored)
sparse: fix uses of macros before their definitions, etc.
Revision 1.25 / (download) - annotate - [select for diffs], Wed May 5 04:52:50 2004 UTC (13 years, 5 months ago) by fsgqa
Branch: MAIN
Changes since 1.24: +12 -7
lines
Diff to previous 1.24 (colored)
Remove the 128K limitation on pagebuf_get_no_daddr() and allow the kmem_alloc() to fail. Add KM_MAYFAIL macro. Rearrange an if for setting of lflags - only clear GFP_FS for GFP_KERNEL.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 8 22:45:20 2004 UTC (13 years, 7 months ago) by sandeen
Branch: MAIN
Changes since 1.23: +15 -10
lines
Diff to previous 1.23 (colored)
Simplify PFLAGS_SET_NOIO macros, no need to save state New PFLAGS_RESTORE_FSTRANS macro to restore only FSTRANS state from saved state
Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 13 22:23:40 2004 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.22: +6 -0
lines
Diff to previous 1.22 (colored)
Merge bits from -dev tree. This change is going in as a separate mod since it it not -dev specfic. Added flag def
Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 30 01:31:52 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.21: +108 -0
lines
Diff to previous 1.21 (colored)
Final bit of code moving to unify the tree rename page_buf.c/h to xfs_buf.c/h and merge in upper level xfs_buf.h support/kmem.h 1.20 Renamed to linux-2.4/kmem.h renamed
Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 29 19:34:32 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.20: +0 -108
lines
Diff to previous 1.20 (colored)
Remove more imported files so they can be p_renamed correctly
Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 24 23:58:38 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.19: +5 -3
lines
Diff to previous 1.19 (colored)
Use a kmem shaking interface for 2.4 which is much more like the 2.6 one.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 11 20:22:33 2003 UTC (14 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.18: +0 -1
lines
Diff to previous 1.18 (colored)
Remove use after free of transaction structure for saving process state and fix leak of the FS_FSTRANS flag outside of a transaction. Do not update OSTATEP in PFLAGS_DUP
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jul 11 05:34:46 2003 UTC (14 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.17: +4 -3
lines
Diff to previous 1.17 (colored)
rework last fix, hide the flag manipulation, and retain the PF_FSTRANS flag instead of dropping it. Merge of 2.4.x-xfs-kern:slinx:152949a by nathans. replace PFLAGS_CLEAR_FSTRANS with PFLAGS_DUP
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 10 17:46:14 2003 UTC (14 years, 3 months ago) by lord
Branch: MAIN
Changes since 1.16: +4 -0
lines
Diff to previous 1.16 (colored)
Keep task structure flags straight across a rolling transaction Merge of 2.4.x-xfs-kern:slinx:152892a by lord. add PFLAGS_CLEAR_FSTRANS
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 10 05:45:43 2003 UTC (14 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Add back dropped KM_NOFS check in kmem routines after review
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 10 02:21:36 2003 UTC (14 years, 3 months ago) by dxm
Branch: MAIN
Changes since 1.14: +40 -0
lines
Diff to previous 1.14 (colored)
move process flag manipulations to linux specific code and save/set/restore instead of set/clear for good form Merge of 2.4.x-xfs-kern:slinx:152830a by nathans. move process flag manipulations to linux specific code and save/set/restore instead of set/clear for good form
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 27 18:04:26 2003 UTC (14 years, 4 months ago) by cattelan
Branch: MAIN
Changes since 1.13: +62 -0
lines
Diff to previous 1.13 (colored)
The Big Move linux/fs/xfs/support/kmem.h 1.12 Renamed to support/kmem.h
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 27 17:57:21 2003 UTC (14 years, 4 months ago) by cattelan
Branch: MAIN
CVS Tags: DENUKE
Changes since 1.12: +0 -62
lines
Diff to previous 1.12 (colored)
Nuke
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
CVS Tags: XFS-1_3_0pre1
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Whitespace cleanup Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)
Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 20 19:30:07 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.10: +2 -9
lines
Diff to previous 1.10 (colored)
define KM_NOFS, remove some unused flags
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 31 21:19:39 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.9: +3 -5
lines
Diff to previous 1.9 (colored)
move from xfs_zone back to kmem_zone
Revision 1.9 / (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.8: +4 -0
lines
Diff to previous 1.8 (colored)
remove support/types.h
Revision 1.8 / (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.7: +15 -15
lines
Diff to previous 1.7 (colored)
whitespace cleanup
Revision 1.7 / (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.6: +1 -1
lines
Diff to previous 1.6 (colored)
Update copyright dates
Revision 1.6 / (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.5: +67 -0
lines
Diff to previous 1.5 (colored)
linux/include/linux/xfs_support/kmem.h 1.2 Renamed to linux/fs/xfs/support/kmem.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.5 / (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.4: +0 -64
lines
Diff to previous 1.4 (colored)
linux/fs/xfs/support/kmem.h 1.4 Renamed to linux/fs/xfs_support/kmem.h
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 23 05:40:55 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.3: +7 -0
lines
Diff to previous 1.3 (colored)
make a little more compatible with IRIX to help folk on other projects using this code.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 16 01:57:15 2000 UTC (16 years, 11 months ago) by dxm
Branch: MAIN
Changes since 1.2: +5 -6
lines
Diff to previous 1.2 (colored)
use kmem_zone_t and kmem_zone_s not xfs aliases
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 16 00:17:05 2000 UTC (16 years, 11 months ago) by dxm
Branch: MAIN
Changes since 1.1: +0 -2
lines
Diff to previous 1.1 (colored)
drop XFS_kmem_realloc alias
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