CVS log for xfs-linux/linux-2.4/Attic/kmem.c

[BACK] Up to [Development] / xfs-linux / linux-2.4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Thu Sep 27 04:02:18 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +0 -159 lines
Diff to previous 1.38 (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.38 / (download) - annotate - [select for diffs], Fri Sep 15 12:32:39 2006 UTC (11 years, 1 month ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.37: +10 -5 lines
Diff to previous 1.37 (colored)

pv 956240, author: nathans, rv: vapo - Minor fixes in kmem_zalloc_greedy()
Merge of xfs-linux-melb:xfs-kern:26983a by kenmcd.

  pv 956240, author: nathans, rv: vapo - Minor fixes in kmem_zalloc_greedy()

Revision 1.37 / (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.36: +15 -0 lines
Diff to previous 1.36 (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.36 / (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.35: +8 -0 lines
Diff to previous 1.35 (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.35 / (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.34: +12 -28 lines
Diff to previous 1.34 (colored)

Update license/copyright notices to match the prefered SGI boilerplate.
Merge of xfs-linux-melb:xfs-kern:23903a by kenmcd.

Revision 1.34 / (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.33: +45 -142 lines
Diff to previous 1.33 (colored)

Fix up memory allocators to try more hard
allocator rework

Revision 1.33 / (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.32: +1 -1 lines
Diff to previous 1.32 (colored)

Remove the 128K limitation on pagebuf_get_no_daddr() and allow
the kmem_alloc() to fail.
Don't panic on kmem_alloc with KM_SLEEP if KM_MAYFAIL is also set.

Revision 1.32 / (download) - annotate - [select for diffs], Mon May 3 07:10:54 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)

Bump the kmalloc/vmalloc cutoff up to 128k.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Feb 6 04:26:12 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)

Sync up with external trees, fixing the build after support source renames.

Revision 1.30 / (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.29: +244 -0 lines
Diff to previous 1.29 (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.c 1.28 Renamed to linux-2.4/kmem.c
renamed

Revision 1.29 / (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.28: +0 -244 lines
Diff to previous 1.28 (colored)

Remove more imported files so they can be p_renamed correctly

Revision 1.28 / (download) - annotate - [select for diffs], Mon Nov 24 23:58:38 2003 UTC (13 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.27: +9 -6 lines
Diff to previous 1.27 (colored)

Use a kmem shaking interface for 2.4 which is much more like the 2.6 one.

Revision 1.27 / (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.26: +10 -27 lines
Diff to previous 1.26 (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.26 / (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.25: +258 -0 lines
Diff to previous 1.25 (colored)

The Big Move
linux/fs/xfs/support/kmem.c 1.24 Renamed to support/kmem.c

Revision 1.25 / (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.24: +0 -258 lines
Diff to previous 1.24 (colored)

Nuke

Revision 1.24 / (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.23: +2 -2 lines
Diff to previous 1.23 (colored)

Whitespace cleanup
Clean up some whitespace... revert some whitespace changes from previous whitespace cleanup (incorrect tabs)

Revision 1.23 / (download) - annotate - [select for diffs], Wed Feb 26 16:12:17 2003 UTC (14 years, 7 months ago) by lord
Branch: MAIN
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 (colored)

fix a couple of kmem issues, check for OOM in kmem_relalloc more
and in the out of mem case, panic in the sleep case, not the
non-sleep case.
Merge of 2.4.x-xfs-dev:slinx:140364a by lord.

  fix up some OOM cases

Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 7 02:38:01 2002 UTC (15 years, 1 month ago) by sandeen
Branch: MAIN
Changes since 1.21: +7 -2 lines
Diff to previous 1.21 (colored)

Backport kmem_cache_size from 2.5

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 21 23:12:50 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (colored)

fix DEBUG checks when allocing memory with new KM_NOFS flag.

Revision 1.20 / (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.19: +1 -1 lines
Diff to previous 1.19 (colored)

add a new flag to the supported set of passed in flags.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Aug 9 14:47:48 2002 UTC (15 years, 2 months ago) by lord
Branch: MAIN
Changes since 1.18: +15 -4 lines
Diff to previous 1.18 (colored)

add some debug checks to kmem flag conversion code

Revision 1.18 / (download) - annotate - [select for diffs], Fri Aug 2 20:09:37 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Check VMALLOC_END as well as VMALLOC_START when testing
for vmalloc'd memory.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 28 03:17:50 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

undo kmem change that snuck in

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 28 02:11:57 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)

makefile cleanups (really)

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 27 22:16:05 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Use more direct test for vfree vs. kfree in kmem_free

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 26 22:39:53 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.13: +2 -4 lines
Diff to previous 1.13 (colored)

remove unnecessary includes, ensure config.h

Revision 1.13 / (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.12: +0 -1 lines
Diff to previous 1.12 (colored)

remove support/types.h

Revision 1.12 / (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.11: +12 -12 lines
Diff to previous 1.11 (colored)

whitespace cleanup

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 10 21:27:55 2002 UTC (15 years, 4 months ago) by lord
Branch: MAIN
Changes since 1.10: +0 -5 lines
Diff to previous 1.10 (colored)

small cleanups

Revision 1.10 / (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.9: +1 -1 lines
Diff to previous 1.9 (colored)

Update copyright dates

Revision 1.9 / (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.8: +248 -0 lines
Diff to previous 1.8 (colored)

linux/fs/xfs_support/kmem.c 1.22 Renamed to linux/fs/xfs/support/kmem.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.8 / (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.7: +0 -247 lines
Diff to previous 1.7 (colored)

linux/fs/xfs/support/kmem.c 1.7 Renamed to linux/fs/xfs_support/kmem.c

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 23 16:12:42 2001 UTC (16 years, 7 months ago) by lord
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use GFP_PAGE_IO rather than GFP_BUFFER as out allocation option.

Revision 1.6 / (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.5: +1 -1 lines
Diff to previous 1.5 (colored)

make a little more compatible with IRIX to help folk on other projects
using this code.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 23 19:48:45 2001 UTC (16 years, 8 months ago) by lord
Branch: MAIN
Changes since 1.4: +3 -8 lines
Diff to previous 1.4 (colored)

use GFP_BUFFER not GFP_KERNEL for memory allocations to avoid possible
deadlock from memory reclaim code pushing back into the filesystem.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 16 23:32:21 2000 UTC (16 years, 11 months ago) by dxm
Branch: MAIN
Changes since 1.3: +0 -14 lines
Diff to previous 1.3 (colored)

drop kmem_check

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: +6 -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], Tue Nov 14 16:42:01 2000 UTC (16 years, 11 months ago) by lord
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Fix smp build

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>