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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (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.32: +0 -1540 lines
Diff to previous 1.32 (colored)

Remove old dmapi code

Revision 1.32 / (download) - annotate - [select for diffs], Wed Feb 11 20:14:31 2004 UTC (13 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.31: +10 -0 lines
Diff to previous 1.31 (colored)

Fix dmapi for Linux 2.6
add Linux 2.6 ifdefs

Revision 1.31 / (download) - annotate - [select for diffs], Wed Feb 4 16:27:27 2004 UTC (13 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.30: +1 -27 lines
Diff to previous 1.30 (colored)

"backport" d_alloc_anon (this time for real)
use generic d_alloc_anon routine instead of opencoding

Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 3 00:13:28 2004 UTC (13 years, 8 months ago) by hch
Branch: MAIN
Changes since 1.29: +0 -0 lines
Diff to previous 1.29 (colored)

"backport" d_alloc_anon
use generic d_alloc_anon routine instead of opencoding

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 22 17:50:12 2004 UTC (13 years, 9 months ago) by roehrich
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

rearrange some headers in dmapi_register.c

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 4 16:24:48 2003 UTC (13 years, 11 months ago) by roehrich
Branch: MAIN
Changes since 1.27: +13 -7 lines
Diff to previous 1.27 (colored)

dm_path_to_handle returns errnos with sign flipped.
Merge of 2.4.x-xfs-kern:slinx:161149a by roehrich.

  Merge of 2.4.x-xfs-kern-lbs-merge:slinx:161149a by roehrich.
  Flip sign on errnos coming from linux kernel core.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Oct 8 17:10:55 2003 UTC (14 years ago) by lord
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 (colored)

remove FINVIS from xfs, instead use a seperate file ops
vector for files which are opened for invisible I/O.
instead of setting FINVIS, use a different file ops vector
to control invisible I/O.

Revision 1.26 / (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.25: +12 -12 lines
Diff to previous 1.25 (colored)

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

Revision 1.25 / (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.24: +1550 -0 lines
Diff to previous 1.24 (colored)

The Big Move
linux/fs/xfs/dmapi/dmapi_register.c 1.23 Renamed to dmapi/dmapi_register.c

Revision 1.24 / (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.23: +0 -1550 lines
Diff to previous 1.23 (colored)

Nuke

Revision 1.23 / (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.22: +4 -0 lines
Diff to previous 1.22 (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.22 / (download) - annotate - [select for diffs], Thu Apr 3 05:12:00 2003 UTC (14 years, 6 months ago) by kaos
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)

Remove dmapi warning on ia64 build

Revision 1.21 / (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.20: +0 -4 lines
Diff to previous 1.20 (colored)

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

Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 3 18:49:02 2002 UTC (14 years, 10 months ago) by hch
Branch: MAIN
Changes since 1.19: +2 -6 lines
Diff to previous 1.19 (colored)

always use path_lookup instead of path_init + path_walk
use path_lookup instead of path_init + path_walk

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

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

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

initialize dm_reg_lock at compile-time

Revision 1.17 / (download) - annotate - [select for diffs], Thu Aug 8 21:53:32 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

Check inode->i_sb->s_magic when looking for xfs inodes

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 8 15:50:57 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.15: +7 -6 lines
Diff to previous 1.15 (colored)

It's not safe to call LINVFS_GET_VP(inode) when you don't even know if you
have an XFS inode.  You can end up with a mess.  So, check for the linvfs
file operations vector on the inode to decide if it is an XFS inode.
In path_to_handle/fshandle functions, check for the linvfs operations vector
on the inode to decide if it is an XFS inode.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 2 16:42:51 2002 UTC (15 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

fix test for non-xfs inode

Revision 1.14 / (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.13: +1 -4 lines
Diff to previous 1.13 (colored)

Clean up exported symbols

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: +1558 -0 lines
Diff to previous 1.12 (colored)

linux/fs/xfs_dmapi/dmapi_register.c 1.20 Renamed to linux/fs/xfs/dmapi/dmapi_register.c
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
CVS Tags: Release-1_0_0
Changes since 1.11: +0 -1531 lines
Diff to previous 1.11 (colored)

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

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

- add /proc debugging function
- change dm_waitfor_disp, to use the waiter queues added in dmapi_private.h

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 7 02:03:36 2001 UTC (16 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.9: +11 -5 lines
Diff to previous 1.9 (colored)

translate dm_fd_to_hdl to Linux VFS macros instead of returning ENOSYS.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 11 15:45:35 2000 UTC (17 years ago) by roehrich
Branch: MAIN
CVS Tags: PreRelease-0_10
Changes since 1.8: +78 -29 lines
Diff to previous 1.8 (colored)

cleanup some crud in dmapi code
cleanup some crud

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 5 22:07:12 2000 UTC (17 years ago) by roehrich
Branch: MAIN
Changes since 1.7: +78 -19 lines
Diff to previous 1.7 (colored)

make some waits interruptible.
fix dm_path_to_handl and dm_path_to_fshshdl
make some waits interruptible.
fix dm_path_to_handl and dm_path_to_fshshdl

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

remove dmapi ident lines
remove ident

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 26 05:02:06 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.5: +0 -4 lines
Diff to previous 1.5 (colored)

remove an extern in a .c file - sourced from a hdr now.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 25 05:42:07 2000 UTC (17 years ago) by nathans
Branch: MAIN
Changes since 1.4: +0 -10 lines
Diff to previous 1.4 (colored)

remove unused headers, use xfs.h

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 22 19:16:13 2000 UTC (17 years, 1 month ago) by roehrich
Branch: MAIN
Changes since 1.3: +5 -12 lines
Diff to previous 1.3 (colored)

cleanup some dmapi debugging code
cleanup some dmapi debugging code

Revision 1.3 / (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.2: +31 -11 lines
Diff to previous 1.2 (colored)

put proper copyright headers on dmapi code
add "free software" copyright

Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 2 18:18:26 2000 UTC (17 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

add another header, so this will link under test5
add another header, so this will link under test5

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>