Up to [Development] / linux-2.6-xfs / fs / xfs / dmapi
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.29 / (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.28: +2 -2
lines
Diff to previous 1.28 (colored)
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.28 / (download) - annotate - [select for diffs], Fri Sep 28 04:12:02 2007 UTC (10 years ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.27: +1 -2
lines
Diff to previous 1.27 (colored)
kill xfs_dm_fsops.c No point having a separate file for these few methods, especially if we want to merge the crufty ops vector into the dmapiops one day. Signed-off-by: Christoph Hellwig <hch@lst.de> Merge of xfs-linux-melb:xfs-kern:29798a by kenmcd. pv 971182, author hch@lst.de, rv vapo - kill xfs_dm_fsops.c
Revision 1.27 / (download) - annotate - [select for diffs], Thu Sep 27 04:01:06 2007 UTC (10 years ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.26: +29 -1
lines
Diff to previous 1.26 (colored)
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.26 / (download) - annotate - [select for diffs], Wed Feb 15 02:48:07 2006 UTC (11 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.25: +1 -0
lines
Diff to previous 1.25 (colored)
Remove direct dependency between dmapi.ko and xfs.ko causing dmapi.ko to be held in "[permanent]" mode by the xfs module. Merge of xfs-linux-melb:xfs-kern:25191a by kenmcd.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 8 17:51:44 2004 UTC (13 years, 4 months ago) by roehrich
Branch: MAIN
Changes since 1.24: +0 -1
lines
Diff to previous 1.24 (colored)
Remove old dmapi code Remove old code
Revision 1.24 / (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.23: +1 -59
lines
Diff to previous 1.23 (colored)
allow loadable behaviour modules in 2.6 all real content moved to version-specific makefiles
Revision 1.23 / (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.22: +2 -3
lines
Diff to previous 1.22 (colored)
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.22 / (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.21: +1 -1
lines
Diff to previous 1.21 (colored)
Fix up Makefiles and include files to deal with merged tree
Revision 1.21 / (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.20: +60 -0
lines
Diff to previous 1.20 (colored)
The Big Move linux/fs/xfs/dmapi/Makefile 1.19 Renamed to dmapi/Makefile
Revision 1.20 / (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.19: +0 -60
lines
Diff to previous 1.19 (colored)
Nuke
Revision 1.19 / (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
Changes since 1.18: +4 -3
lines
Diff to previous 1.18 (colored)
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.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Aug 2 17:06:27 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.17: +4 -0
lines
Diff to previous 1.17 (colored)
use CONFIG_XFS_DEBUG
Revision 1.17 / (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.16: +0 -6
lines
Diff to previous 1.16 (colored)
Remove old makefile comments
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 1 15:46:06 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.15: +3 -4
lines
Diff to previous 1.15 (colored)
dmapi_core.o is not a module on its own
Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 1 07:43:15 2002 UTC (15 years, 2 months ago) by kaos
Branch: MAIN
Changes since 1.14: +0 -2
lines
Diff to previous 1.14 (colored)
Clean up exported symbols
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 30 16:20:26 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
fix build after dmapi src move
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 30 16:08:15 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.12: +64 -0
lines
Diff to previous 1.12 (colored)
linux/fs/xfs_dmapi/Makefile 1.9 Renamed to linux/fs/xfs/dmapi/Makefile No Message Supplied
Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 4 21:42:31 2001 UTC (15 years, 10 months ago) by roehrich
Branch: MAIN
Changes since 1.11: +0 -80
lines
Diff to previous 1.11 (colored)
linux/fs/xfs/dmapi/Makefile 1.11 Renamed to linux/fs/xfs_dmapi/Makefile No Message Supplied
Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 15 02:59:21 2001 UTC (16 years ago) by kaos
Branch: MAIN
Changes since 1.10: +4 -0
lines
Diff to previous 1.10 (colored)
Prevent XFS kernel code including files from outside the kernel
Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 14 08:07:20 2001 UTC (16 years, 7 months ago) by kaos
Branch: MAIN
CVS Tags: Release-1_0_0,
PreRelease-0_10,
Linux-2_4_5-merge
Changes since 1.9: +11 -26
lines
Diff to previous 1.9 (colored)
Make xfs support a separate component to handle xscsi/xvm
Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 27 03:57:03 2001 UTC (16 years, 7 months ago) by kaos
Branch: MAIN
Changes since 1.8: +1 -6
lines
Diff to previous 1.8 (colored)
Use mkdep from 2.4.2-ac kernel
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 2 04:28:58 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.7: +1 -1
lines
Diff to previous 1.7 (colored)
pseudo-inc is gone.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 21 05:48:12 2000 UTC (16 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
Update to test13-pre3, needed to move to new Makefile scheme.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 21 04:48:26 2000 UTC (16 years, 10 months ago) by kaos
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
pagebuf/dmapi new Makefiles fix
Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 19 05:20:37 2000 UTC (16 years, 10 months ago) by kaos
Branch: MAIN
Changes since 1.4: +35 -16
lines
Diff to previous 1.4 (colored)
Change XFS Makefiles to 2.4.0-test13-prex format
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 26 18:19:48 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
allow for extra cflags in dmapi makefile allow for extra cflags
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
remove -D_KERNEL.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 30 19:52:38 2000 UTC (17 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.1: +31 -1
lines
Diff to previous 1.1 (colored)
put proper copyright headers on dmapi code add "free software" copyright
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 27 20:19:16 2000 UTC (17 years, 2 months ago) by roehrich
Branch: MAIN
dmapi core. this compiles and links.