CVS log for linux-2.6-xfs/fs/dmapi/dmapi_right.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 12 15:07:58 2007 UTC (10 years, 9 months ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (unified)

Merge up to 2.6.20-rc4
Merge of linux-melb:dmapi:27915b by kenmcd.

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 18 02:02:58 2005 UTC (12 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.26: +9 -11 lines
Diff to previous 1.26 (unified)

Remove dm_fsfid_t from dmapi. (from degremont@ocre.cea.fr)

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 15 13:30:23 2005 UTC (12 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.25: +13 -13 lines
Diff to previous 1.25 (unified)

Add sparse annotations to dmapi
sparse annotations

Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 17 15:31:41 2004 UTC (13 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.24: +34 -34 lines
Diff to previous 1.24 (unified)

No Message Supplied

Revision 1.24 / (download) - annotate - [select for diffs], Thu May 20 11:43:43 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.23: +14 -14 lines
Diff to previous 1.23 (unified)

No Message Supplied

Revision 1.23 / (download) - annotate - [select for diffs], Wed May 19 20:01:32 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (unified)

No Message Supplied

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 17 18:34:21 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified)

Change from "struct fid" to "struct dm_fsfid".
Change from xfs_off_t to dm_off_t.

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 13 20:54:09 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.20: +7 -7 lines
Diff to previous 1.20 (unified)

No Message Supplied

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 12 17:00:44 2004 UTC (13 years, 5 months ago) by roehrich
Branch: MAIN
Changes since 1.19: +26 -26 lines
Diff to previous 1.19 (unified)

No Message Supplied

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

Clean up fsid_t abuses in dmapi
Clean up fsid_t abuses in dmapi

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

The Big Move
linux/fs/xfs/dmapi/dmapi_right.c 1.16 Renamed to dmapi/dmapi_right.c

Revision 1.17 / (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.16: +0 -1258 lines
Diff to previous 1.16 (unified)

Nuke

Revision 1.16 / (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.15: +3 -1 lines
Diff to previous 1.15 (unified)

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.15 / (download) - annotate - [select for diffs], Tue Mar 11 04:37:23 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.14: +0 -12 lines
Diff to previous 1.14 (unified)

First stage of behavior code cleanup - removes a bunch of unused macros
related to read/write locking the behavior change.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 9 03:04:20 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

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

Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 23 19:59:48 2002 UTC (15 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12 (unified)

fix warnings

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 22 18:20:46 2002 UTC (15 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (unified)

The recent stream of change to add bhv locking to the dmapi
core went one lock too far.  The bhv lock in dm_change_right()
could result in a thread that is attempting to get the same
lock for a second time.
In dm_change_right() we're making several callouts to some
dmapi "rights" functions.  We don't have a "rights" implementation
so those rights functions are just stubs.  I'd like to turn
off this code, from the bhv lock to the bhv unlock, with an #ifdef, until
we have a rights implementation.
At that time, we can sort out the bhv locking.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 31 22:09:41 2002 UTC (15 years, 2 months ago) by sandeen
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

get rid of EOPNOTSUPP

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

linux/fs/xfs_dmapi/dmapi_right.c 1.13 Renamed to linux/fs/xfs/dmapi/dmapi_right.c
No Message Supplied

Revision 1.9 / (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.8: +0 -1252 lines
Diff to previous 1.8 (unified)

linux/fs/xfs/dmapi/dmapi_right.c 1.8 Renamed to linux/fs/xfs_dmapi/dmapi_right.c
No Message Supplied

Revision 1.8 / (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.7: +1 -0 lines
Diff to previous 1.7 (unified)

- initialize tevp->te_flags to 0.

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

cleanup some crud in dmapi code
cleanup some crud

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

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

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

remove dmapi ident lines
remove ident

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: +0 -1 lines
Diff to previous 1.3 (unified)

remove unused headers, use xfs.h

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

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 (unified)

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.

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>