Up to [Development] / xfs-linux / quota
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 12 15:50:54 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1
lines
Diff to previous 1.9 (unified)
Fix up xfs out-of-tree builds. (a.k.a. external modules) Change -I include directives to find headers in the out-of-tree spot. This allows a directory containing only xfs files to be built as: # make -C /path/to/kernel M=`pwd` Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Merge of xfs-linux-melb:xfs-kern:29878a by kenmcd. fix up out-of-tree xfs builds.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 27 04:01:06 2007 UTC (10 years, 1 month ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.8: +35 -1
lines
Diff to previous 1.8 (unified)
Remove linux-2.4 Makefile wrappers from fs/xfs/quota, fs/xfs/dmapi and fs/dmapi. Merge of xfs-linux-melb:xfs-kern:29784a by kenmcd. Remove linux-2.4 Makefile wrappers fs/xfs/quota, fs/xfs/dmapi and fs/dmapi.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 9 02:04:38 2004 UTC (13 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.7: +1 -58
lines
Diff to previous 1.7 (unified)
allow loadable behaviour modules in 2.6 all real content moved to version-specific makefiles
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 21 05:55:14 2004 UTC (13 years, 9 months ago) by nathans
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (unified)
Revisit symbol exports, move left-over debug/behavior exports outta the way of regular builds.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 13 22:37:05 2004 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (unified)
Merge the bulk of the bits over from the -dev tree. Some of the code needs some cleanup now but this mod basically is to bring the xfs-linux tree in sync with -dev.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 16 06:11:00 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (unified)
Fix up Makefiles and include files to deal with merged tree
Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 20 02:10:51 2003 UTC (14 years ago) by nathans
Branch: MAIN
Changes since 1.3: +3 -0
lines
Diff to previous 1.3 (unified)
Enable tracing in the quota code if requested
Revision 1.3 / (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.2: +56 -0
lines
Diff to previous 1.2 (unified)
The Big Move linux/fs/xfs/quota/Makefile 1.1 Renamed to quota/Makefile
Revision 1.2 / (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.1: +0 -56
lines
Diff to previous 1.1 (unified)
Nuke
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 17 06:02:57 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Separate the quota source into its own subdirectory ala dmapi. Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off. Separate the quota source into its own subdirectory ala dmapi. Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off.