Up to [Development] / xfs-linux / dmapi
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 8 17:51:44 2004 UTC (13 years, 4 months ago) by roehrich
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +0 -597
lines
Diff to previous 1.14 (colored)
Remove old dmapi code
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 25 02:24:32 2004 UTC (13 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.13: +0 -6
lines
Diff to previous 1.13 (colored)
Undoes mod: lbs:xfs-kern:169029a Reenable non-block flag for DMAPI. Merge of lbs:xfs-kern:169033a by nathans.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 15 21:38:53 2003 UTC (14 years, 2 months ago) by cattelan
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Clean up fsid_t abuses in dmapi Clean up fsid_t abuses in dmapi
Revision 1.12 / (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.11: +603 -0
lines
Diff to previous 1.11 (colored)
The Big Move linux/fs/xfs/dmapi/dmapi_private.h 1.10 Renamed to dmapi/dmapi_private.h
Revision 1.11 / (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.10: +0 -603
lines
Diff to previous 1.10 (colored)
Nuke
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 1 16:22:06 2003 UTC (14 years, 5 months ago) by cattelan
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.9: +0 -3
lines
Diff to previous 1.9 (colored)
Rework the way xfs includes xfs_<blah>.h headers. This reduces a lot of the compile dependenciesÂ, and should reduce some of the "recompile all" situations.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 17 06:02:57 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (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. 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.8 / (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.7: +604 -0
lines
Diff to previous 1.7 (colored)
linux/fs/xfs_dmapi/dmapi_private.h 1.16 Renamed to linux/fs/xfs/dmapi/dmapi_private.h No Message Supplied
Revision 1.7 / (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.6: +0 -621
lines
Diff to previous 1.6 (colored)
linux/fs/xfs/dmapi/dmapi_private.h 1.6 Renamed to linux/fs/xfs_dmapi/dmapi_private.h No Message Supplied
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 18 17:57:35 2001 UTC (16 years, 3 months ago) by roehrich
Branch: MAIN
Changes since 1.5: +15 -0
lines
Diff to previous 1.5 (colored)
- add name of /proc entry - add queues for waiters in sn_writerq and fr_dispq - add prototypes for dm_link_event and dm_unlink_event
Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 11 15:45:35 2000 UTC (17 years ago) by roehrich
Branch: MAIN
CVS Tags: Release-1_0_0,
PreRelease-0_10,
Linux-2_4_5-merge
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
cleanup some crud in dmapi code cleanup some crud
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.3: +1 -13
lines
Diff to previous 1.3 (colored)
remove unused headers, use xfs.h
Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 31 19:10:13 2000 UTC (17 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
supress some compiler warnings in dmapi move an include, to suppress a compiler warning
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 -0
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.