Nathan Scott [Fri, 25 Jul 2003 03:14:10 +0000 (03:14 +0000)]
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.
Nathan Scott [Wed, 23 Jul 2003 00:43:47 +0000 (00:43 +0000)]
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
Nathan Scott [Thu, 26 Jun 2003 07:05:59 +0000 (07:05 +0000)]
Minor xfsprogs updates - add checks for pthreads lib, add missing stripe
info init in libxfs_mount, testing script for large filesystems.
Add in pthreads library checks.
Nathan Scott [Wed, 18 Jun 2003 06:04:16 +0000 (06:04 +0000)]
xfsprogs update - Andi's mkfs log size default change and enabling large
sector support being the two big ticket items, several other small fixes
too.
bump to 2.5.0 for default mkfs changes and optional large sector support.
fsgqa [Wed, 14 May 2003 22:41:37 +0000 (22:41 +0000)]
Fix build - bsd changes from awhile ago introduced a m4 macro bug, only
showed up now because I reran aclocal yesterday. Added CHECK_OPTIONS
so auto-qa use of check script can be tweaked externally.
Fix build - bsd changes from awhile ago introduced a m4 macro bug, only
showed up now because I reran aclocal yesterday.
Nathan Scott [Mon, 12 May 2003 06:49:35 +0000 (06:49 +0000)]
Fix a bug in mkfs - creating version 2 logs, an incorrect stripe unit value
was being passed to libxfs_clear_log.
All recent versions of xfs_repair will fix this, however, because xfs_repair
uses the correct stripe unit value.
Nathan Scott [Wed, 30 Apr 2003 01:31:48 +0000 (01:31 +0000)]
Bunch of configure updates for xfsprogs to allow packages to better be kept
in sync in this area.
Add an aclocal.m4 build target for top level directory.
Nathan Scott [Tue, 29 Apr 2003 01:52:34 +0000 (01:52 +0000)]
Fix includes to not be relative to paths provided by -I directives, for
the xfsprogs and xfsdump builds. At this stage still provide these gcc
options in the build but later that can be removed too now that headers
are clean.
Nathan Scott [Mon, 31 Mar 2003 02:57:10 +0000 (02:57 +0000)]
Bunch of portability related changes to xfsprogs. Includes some code to
allow db/mkfs/repair to be used on Mac's (maybe useful for dual boot), &
some code to build on IRIX too (useful for purify-ing xfs_repair only).
bump version for portability changes.
Nathan Scott [Wed, 26 Mar 2003 23:18:13 +0000 (23:18 +0000)]
Merge back some spec file cleanups after investigating a mysterious
build problem for the internal SGI builds.
Merge of xfs-cmds-lbs:slinx:142673a by nathans.
Fix Makepkgs scripts to be able to propogate make errors back to the caller.
Nathan Scott [Tue, 25 Mar 2003 04:01:55 +0000 (04:01 +0000)]
Add xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
which knows about direct IO, space preallocation, realtime files, etc,
which the usual tools like dd don't unfortunately.
Nathan Scott [Tue, 25 Mar 2003 03:48:48 +0000 (03:48 +0000)]
Add xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
which knows about direct IO, space preallocation, realtime files, etc
which the usual tools like dd don't unfortunately. This is a fixed-up
version of a hacked tool that I found useful for coding, debugging and
testing unwritten extents; hopefully it'll be useful for realtime too.
Eric Sandeen [Tue, 18 Mar 2003 05:33:14 +0000 (05:33 +0000)]
Remove do_error after libxfs_device_zero, this is left
over from when irix could return an error from dev_zero,
the do_error was supposed to be in a conditional.
Add conditional check around definition of uchar_t to
prevent multiple definitions.
Add conditional check around definition of uchar_t to
prevent multiple definitions.
Nathan Scott [Mon, 17 Mar 2003 03:07:16 +0000 (03:07 +0000)]
Remove an incorrect statement from the xfs_bmap(8) man page.
Remove an incorrect statement from the xfs_bmap(8) man page - we have
done a filesystem type check before issuing any ioctls for some time.
Nathan Scott [Thu, 6 Mar 2003 06:59:34 +0000 (06:59 +0000)]
New xfsprogs version - enabled unwritten extents by default, new commands
in xfs_db and xfs_admin to manipulate the version extflg bit on unmounted
filesystems, make xfs_db check for a dirty log before zeroing it in the
uuid command, man page updates, sync'd up user/kernel code and headers.
Add stripe information into xfs_bmap output.
Nathan Scott [Thu, 19 Dec 2002 00:38:27 +0000 (00:38 +0000)]
Flush out my xfsprogs backlog - bunch of I18N and sector size related
changes mainly, also some build minor build cleanups here and there.
Add in the po subdir for I18N support.