CVS log for xfs-linux/support/Attic/kmem.h

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Tue Dec 30 01:31:52 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +0 -108 lines
Diff to previous 1.20 (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.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

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>