CVS log for xfs-cmds/xfsprogs/copy/xfs_copy.c

[BACK] Up to [Development] / xfs-cmds / xfsprogs / copy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 8 06:18:43 2008 UTC (9 years, 1 month ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +34 -46 lines
Diff to previous 1.17 (colored)

Update xfsprogs to latest kernel headers and functions
Merge of master-melb:xfs-cmds:32070a by kenmcd.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Apr 15 16:22:09 2008 UTC (9 years, 6 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

Remove sysv3 legacy functions
Merge of master-melb:xfs-cmds:30883a by kenmcd.

  nRemove sysv3 legacy functions

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 6 16:19:47 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.15: +11 -5 lines
Diff to previous 1.15 (colored)

Fix up variable argument handling around vfprintf's.
Crashing on x86_64 otherwise and is just plain wrong.
Merge of master-melb:xfs-cmds:27143a by kenmcd.

  Fix up variable argument handling around vfprintf's.
  Crashing on x86_64 otherwise and is just plain wrong.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 8 15:33:39 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.14: +0 -2 lines
Diff to previous 1.14 (colored)

Cleanup some leftover turds from the days when volume managers new about XFS subvolumes (wasnt even useful code then, to be honest).
Merge of master-melb:xfs-cmds:26730a by kenmcd.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 8 15:32:10 2006 UTC (11 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13 (colored)

Allow tools to use direct IO on Linux when reading from the device, if teh device supports it, and if the tools is OK with that (most are).  Mainly for xfs_repair speedups, now that libxfs caches metadata buffers internally.
Merge of master-melb:xfs-cmds:26728a by kenmcd.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 28 04:02:55 2006 UTC (11 years, 5 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

Complete uuid platform abstractions, fix do_div for 64 bit platforms.
Merge of master-melb:xfs-cmds:25844a by kenmcd.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 3 02:55:24 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.11: +18 -14 lines
Diff to previous 1.11 (colored)

Fix a bug in the xfs_copy log re-write code avoiding duplicate UUIDs.  Also fix the logic for sizing the direct write buffer, which fails for large maxdio sizes.
Merge of master-melb:xfs-cmds:25351a by kenmcd.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 11 14:27:22 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.10: +12 -26 lines
Diff to previous 1.10 (colored)

Update copyright/license notices to match SGI legal prefered boilerplate.
Merge of master-melb:xfs-cmds:24374a by kenmcd.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 19 03:57:24 2005 UTC (12 years, 6 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.9: +11 -11 lines
Diff to previous 1.9 (colored)

Merge back kernel changes into libxfs, mainly endian stuff.
Merge of master-melb:xfs-cmds:22256a by kenmcd.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 17 00:52:48 2004 UTC (13 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Fix an xfs_copy integer wrap when dealing with large filesystems.  From Mark Portney.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 5 02:26:57 2004 UTC (13 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.7: +22 -19 lines
Diff to previous 1.7 (colored)

Make duplicate xfs_copys duplicate the log as well.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 19 01:53:26 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Fix endian bug in xfs_copy, dealing with fragmented freespace (multi-level btrees).

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 13 06:05:03 2003 UTC (14 years ago) by nathans
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored)

Fix compile warning from extern function in libxfs

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 29 05:50:07 2003 UTC (14 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.4: +10 -12 lines
Diff to previous 1.4 (colored)

Minor xfsprogs update.
Make it a bit more portable, still some work here though (pthreads).

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 3 23:46:38 2003 UTC (14 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.3: +12 -8 lines
Diff to previous 1.3 (colored)

Tweak xfs_copy so that it works with non-XFS target filesystems also; minor.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 27 21:29:31 2003 UTC (14 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Couple of minor xfs_copy build fixes for problems reported via the list

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 25 03:14:10 2003 UTC (14 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.1: +209 -111 lines
Diff to previous 1.1 (colored)

Finish the xfs_copy port, fix a whitespace handling issue in xfs_bmap.
Write the log directly instead of calling xfs_db, fix UUID mismanagement
so that all target devices have different identifiers, add code to detect
when a too-small target device has been specified.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 23 00:43:47 2003 UTC (14 years, 2 months ago) by nathans
Branch: MAIN

Move xfs_copy into xfsprogs, build and install it too.  Reasons for it being in xfsdump package are no longer there, and its a libxfs user so keep it with the rest of them
xfsdump/copy/xfs_copy.c 1.17 Renamed to xfsprogs/copy/xfs_copy.c

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>