CVS log for xfs-linux/pagebuf/Attic/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 9 18:37:41 2004 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +0 -52 lines
Diff to previous 1.23 (colored)

Don't really need this anymore :-)

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 20 02:11:31 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

Merge page_buf_locking routines in with the rest of page_buf.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 18 00:28:45 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)

Enable pagebuf lock tracking via debug.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 9 04:19:33 2003 UTC (14 years ago) by nathans
Branch: MAIN
Changes since 1.20: +6 -3 lines
Diff to previous 1.20 (colored)

Rename pagebuf debug option (ie. pagebuf tracing) into a generic XFS tracing option for the other XFS trace code to use too (once fixed).

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

The Big Move
linux/fs/xfs/pagebuf/Makefile 1.18 Renamed to pagebuf/Makefile

Revision 1.19 / (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.18: +0 -50 lines
Diff to previous 1.18 (colored)

Nuke

Revision 1.18 / (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.17: +2 -2 lines
Diff to previous 1.17 (colored)

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

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 2 01:18:39 2002 UTC (14 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.16: +1 -6 lines
Diff to previous 1.16 (colored)

Cleanup after initially investigating unwritten extents.
Rationalise tracking debugging, tidy tracing debugging.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 23 04:21:07 2002 UTC (15 years ago) by kaos
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)

Undoes mod:     2.4.x-xfs:slinx:130826a
Revert STATIC->static change

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 23 03:54:05 2002 UTC (15 years ago) by kaos
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

Replace STATIC with static in xfs code

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 18 14:26:00 2002 UTC (15 years, 1 month ago) by hch
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored)

Make pagebuf use the generic xfs ASSERT() instead of it's own assert()

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 2 12:24:51 2002 UTC (15 years, 1 month ago) by lord
Branch: MAIN
Changes since 1.12: +0 -1 lines
Diff to previous 1.12 (colored)

move page_buf_io.c to xfs_aops.c

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 1 18:17:41 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.11: +0 -5 lines
Diff to previous 1.11 (colored)

Remove old makefile comments

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

whitespace cleanup

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: +30 -0 lines
Diff to previous 1.9 (colored)

Update copyright dates

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 30 20:59:25 2002 UTC (15 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

fix xfsidbg as a module again

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 30 11:10:16 2002 UTC (15 years, 5 months ago) by lord
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

fix up module exports

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

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.6 / (download) - annotate - [select for diffs], Wed Apr 24 04:58:13 2002 UTC (15 years, 6 months ago) by kaos
Branch: MAIN
Changes since 1.5: +0 -4 lines
Diff to previous 1.5 (colored)

Backport 2.4.19-pre6 nostdinc change to XFS

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 28 19:45:15 2002 UTC (15 years, 7 months ago) by lord
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

remove avl.c, file deleted

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 25 03:32:38 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Propogate the PAGEBUF_TRACE flag if need be.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 14 23:45:40 2002 UTC (15 years, 9 months ago) by nathans
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

add a comment about a pagebuf debug option I missed earlier.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 13 12:56:17 2002 UTC (15 years, 9 months ago) by lord
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1 (colored)

fix xfs module build now that pagebuf is compiled in

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 11 23:31:51 2002 UTC (15 years, 9 months ago) by lord
Branch: MAIN

Merge pagebuf module into XFS
linux/fs/pagebuf/Makefile 1.8 Renamed to linux/fs/xfs/pagebuf/Makefile

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>