CVS log for xfs-linux/dmapi/Attic/dmapi_session.c

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

Request diff between arbitrary revisions


Default branch: MAIN


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

Remove old dmapi code

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 25 06:20:31 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fix build on i386 where 64 bit modulo operation is tricky.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 25 02:24:32 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.16: +1 -28 lines
Diff to previous 1.16 (colored)

Undoes mod:     lbs:xfs-kern:169029a
Reenable non-block flag for DMAPI.
Merge of lbs:xfs-kern:169033a by nathans.

Revision 1.16 / (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.15: +1542 -0 lines
Diff to previous 1.15 (colored)

The Big Move
linux/fs/xfs/dmapi/dmapi_session.c 1.14 Renamed to dmapi/dmapi_session.c

Revision 1.15 / (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.14: +0 -1542 lines
Diff to previous 1.14 (colored)

Nuke

Revision 1.14 / (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.13: +3 -0 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Wed Oct 9 03:04:20 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Global search and replace of the b* memory routines to their mem* equivalents.
(bcopy->memcopy, ovbcopy->memmove, bzero->memset, bcmp->memcmp).

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 23 20:05:27 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.11: +2 -50 lines
Diff to previous 1.11 (colored)

Initialize dm_session_lock and dm_token_lock at compile-time.
Remove dm_init/dm_uninit.

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

linux/fs/xfs_dmapi/dmapi_session.c 1.11 Renamed to linux/fs/xfs/dmapi/dmapi_session.c
No Message Supplied

Revision 1.10 / (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.9: +0 -1664 lines
Diff to previous 1.9 (colored)

linux/fs/xfs/dmapi/dmapi_session.c 1.9 Renamed to linux/fs/xfs_dmapi/dmapi_session.c
No Message Supplied

Revision 1.9 / (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.8: +96 -14 lines
Diff to previous 1.8 (colored)

- add /proc debugging function
- change link_event and unlink_event to dm_link_event and dm_unlink_event.
- use the waiter queues added in dmapi_private.h
- do not try to initialize tevp->te_flags here

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 6 21:08:08 2001 UTC (16 years, 4 months ago) by roehrich
Branch: MAIN
Changes since 1.7: +32 -60 lines
Diff to previous 1.7 (colored)

redo dm_uninit(), have it just figure out if dmapi is busy and say so.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 6 19:25:38 2000 UTC (16 years, 11 months ago) by roehrich
Branch: MAIN
CVS Tags: Release-1_0_0, PreRelease-0_10, Linux-2_4_5-merge
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

fix a typo in dmapi code.
fix  a typo

Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 11 15:45:35 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.5: +64 -46 lines
Diff to previous 1.5 (colored)

cleanup some crud in dmapi code
cleanup some crud

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 5 22:02:54 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.4: +24 -3 lines
Diff to previous 1.4 (colored)

use mg_sv_wait_sig() and current->sigpending to get the Irix
sv_wait(PUSER).
correct some sv_wait lines.  make some waits interruptible.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 2 15:19:34 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

remove dmapi ident lines
remove ident

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 22 15:58:17 2000 UTC (17 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.2: +49 -33 lines
Diff to previous 1.2 (colored)

cleanup dmapi debug code
cleanup some debug code

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 -11 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, 3 months ago) by roehrich
Branch: MAIN

dmapi core.  this compiles and links.

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>