]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/log
thirdparty/xfsprogs-dev.git
21 years agoFix dev_t mangling in xfsprogs tools, use xfs_dev_t as its size is what we expect.
Nathan Scott [Wed, 17 Dec 2003 10:30:22 +0000 (10:30 +0000)] 
Fix dev_t mangling in xfsprogs tools, use xfs_dev_t as its size is what we expect.

21 years agoSmall xfs_io tweaks and fixes.
Nathan Scott [Fri, 5 Dec 2003 06:36:15 +0000 (06:36 +0000)] 
Small xfs_io tweaks and fixes.

21 years agoSync up userspace and kernel code, noop for userspace.
Nathan Scott [Fri, 5 Dec 2003 06:33:47 +0000 (06:33 +0000)] 
Sync up userspace and kernel code, noop for userspace.

21 years agoRework the mkfs allocation group sizing algorithm, making better use of the available... v2.6.0
Nathan Scott [Tue, 28 Oct 2003 04:41:37 +0000 (04:41 +0000)] 
Rework the mkfs allocation group sizing algorithm, making better use of the available bits.  This changes the maximum allocation group size enforced by mkfs to be 1TB (from 4GB), which scales alot better for very large filesystems.

21 years agoAdd references to xfs_check & xfs_repair for problems
Eric Sandeen [Sun, 19 Oct 2003 02:30:37 +0000 (02:30 +0000)] 
Add references to xfs_check & xfs_repair for problems
beyond the scope of normal recovery.
Add references to xfs_check & xfs_repair for problems
beyond the scope of normal recovery.

21 years agoFix compile warning from extern function in libxfs
Nathan Scott [Mon, 13 Oct 2003 06:05:03 +0000 (06:05 +0000)] 
Fix compile warning from extern function in libxfs

21 years agoRejig block ioctl definitions in libxfs
Nathan Scott [Thu, 9 Oct 2003 23:39:38 +0000 (23:39 +0000)] 
Rejig block ioctl definitions in libxfs

21 years agoDefault package version to 1, not 0, to follow convention
Eric Sandeen [Wed, 8 Oct 2003 16:34:49 +0000 (16:34 +0000)] 
Default package version to 1, not 0, to follow convention

21 years agoswitch xfs to use linux imode flags internally
Steve Lord [Tue, 7 Oct 2003 21:21:25 +0000 (21:21 +0000)] 
switch xfs to use linux imode flags internally

21 years agoincorporate terry's changes into the man page
Kevin G. Snow [Mon, 6 Oct 2003 15:34:39 +0000 (15:34 +0000)] 
incorporate terry's changes into the man page
Merge of xfs-cmds-lbs2.3:slinx:159486a by lord.

21 years agonuke prototype section for now
Steve Lord [Fri, 3 Oct 2003 20:04:27 +0000 (20:04 +0000)] 
nuke prototype section for now
remove text

21 years agoremove some dead code, update header file from kernel copy
Steve Lord [Fri, 3 Oct 2003 14:40:38 +0000 (14:40 +0000)] 
remove some dead code, update header file from kernel copy
remove unused macros

21 years agoAdd some error msgs instead of silence on error.
ptools [Wed, 1 Oct 2003 08:03:06 +0000 (08:03 +0000)] 
Add some error msgs instead of silence on error.
Allow error msg in library to come out on debug.

21 years agoupdate for version 2 logs
ptools [Tue, 30 Sep 2003 06:31:43 +0000 (06:31 +0000)] 
update for version 2 logs

21 years agoxfs_repair doesn't handle unwritten real-time extents properly. When
Glen Overby [Wed, 24 Sep 2003 23:43:37 +0000 (23:43 +0000)] 
xfs_repair doesn't handle unwritten real-time extents properly.  When
the real-time subvolume extent size is larger than a filesystem block,
it is possible to have a real-time extent that is part written and
part unwritten.

Internally, xfs_repair tracks real-time extent use on a per-extent
basis.  Thus, a file that has a written and unwritten extent falling
on the same extent.

This fix addresses this problem specificly by noting when the file
extent is unwritten and covers a partial real-time extent.  Then,
instead of checking that it is unused, it checks that it is used.

21 years agoSmall fix in the proto file parsing code.
Russell Cattelan [Fri, 19 Sep 2003 22:04:49 +0000 (22:04 +0000)] 
Small fix in the proto file parsing code.
use char type for looking at char's
also strcmp doesn't like having null passed to it.

21 years agoxfsprogs update - fix db to display new inode flags, sync user/kernel code.
Nathan Scott [Fri, 19 Sep 2003 05:37:49 +0000 (05:37 +0000)] 
xfsprogs update - fix db to display new inode flags, sync user/kernel code.

21 years agoxfsprogs update - added code for manipulating additional inode flags, fix up
Nathan Scott [Mon, 15 Sep 2003 05:23:16 +0000 (05:23 +0000)] 
xfsprogs update - added code for manipulating additional inode flags, fix up
some logprint bugs (minor), allow growfs to work on device/path now.
bump version, document changes.

21 years agoSync some dmapi-related header changes with userspace, all a no-op for the user tools
Nathan Scott [Fri, 29 Aug 2003 06:16:52 +0000 (06:16 +0000)] 
Sync some dmapi-related header changes with userspace, all a no-op for the user tools

21 years agoMinor xfsprogs update.
Nathan Scott [Fri, 29 Aug 2003 05:50:07 +0000 (05:50 +0000)] 
Minor xfsprogs update.
Bump version - minor update.

21 years agoCleanups from Alexander Kabaev
Russell Cattelan [Tue, 19 Aug 2003 20:11:20 +0000 (20:11 +0000)] 
Cleanups from Alexander Kabaev

21 years agoBump xfsprogs version for Glens mkfs fix, fix a typo in one of the warning messages
Nathan Scott [Mon, 18 Aug 2003 23:48:27 +0000 (23:48 +0000)] 
Bump xfsprogs version for Glens mkfs fix, fix a typo in one of the warning messages

21 years agomkfs can improperly generate an error when the data subvolume stripe unit is
Glen Overby [Mon, 18 Aug 2003 20:23:00 +0000 (20:23 +0000)] 
mkfs can improperly generate an error when the data subvolume stripe unit is
larger than 256kb, which is larger than the maximum log stripe unit size.

So, only set and check the log stripe unit on version 2 internal logs, and
default the stripe unit size to 32kb if the data volume's stripe unit
size is too big.
Only set and check the log stripe unit on version 2 internal logs, and
default the stripe unit size to 32kb if the data volume's stripe unit
size is too big.

21 years agoBump xfsprogs version to 2.5.5 for 1.3 release
Nathan Scott [Thu, 7 Aug 2003 03:01:53 +0000 (03:01 +0000)] 
Bump xfsprogs version to 2.5.5 for 1.3 release

21 years agoUpdate xfsprogs changelog
Nathan Scott [Wed, 6 Aug 2003 22:36:58 +0000 (22:36 +0000)] 
Update xfsprogs changelog

21 years agoAdd versioning to the on disk inode which we increment on each
Steve Lord [Wed, 6 Aug 2003 21:17:06 +0000 (21:17 +0000)] 
Add versioning to the on disk inode which we increment on each
flush call. This is used during recovery to avoid replaying an
older copy of the inode from the log. We can do this without
versioning the filesystem as the pad space we borrowed was
always zero and will be ignored by old kernels.
Print out the new inode field

22 years agoSync up user/kernel sources, minor changes only
Nathan Scott [Tue, 5 Aug 2003 07:15:06 +0000 (07:15 +0000)] 
Sync up user/kernel sources, minor changes only

22 years agoFix xfs_io so that it can take input from non-XFS files
Nathan Scott [Tue, 5 Aug 2003 07:14:10 +0000 (07:14 +0000)] 
Fix xfs_io so that it can take input from non-XFS files

22 years agoTweak xfs_copy so that it works with non-XFS target filesystems also; minor.
Nathan Scott [Sun, 3 Aug 2003 23:46:38 +0000 (23:46 +0000)] 
Tweak xfs_copy so that it works with non-XFS target filesystems also; minor.

22 years agoCouple of minor xfs_copy build fixes for problems reported via the list
Nathan Scott [Sun, 27 Jul 2003 21:29:31 +0000 (21:29 +0000)] 
Couple of minor xfs_copy build fixes for problems reported via the list

22 years agoFinish the xfs_copy port, fix a whitespace handling issue in xfs_bmap.
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.

22 years agoMove xfs_copy into xfsprogs, build and install it too. Reasons for it being in xfsdu...
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

22 years agoReport unwritten extents in optional flags section of verbose bmap output
Nathan Scott [Thu, 17 Jul 2003 23:18:56 +0000 (23:18 +0000)] 
Report unwritten extents in optional flags section of verbose bmap output

22 years agoDont rebuild .pot file always, for fresh checkouts it will be readonly
Nathan Scott [Mon, 7 Jul 2003 21:04:01 +0000 (21:04 +0000)] 
Dont rebuild .pot file always, for fresh checkouts it will be readonly

22 years agoxfsprogs update - fine-tune xfs_io size/offsets to be like mkfs, libdisk and build...
Nathan Scott [Mon, 7 Jul 2003 06:09:01 +0000 (06:09 +0000)] 
xfsprogs update - fine-tune xfs_io size/offsets to be like mkfs, libdisk and build updates

22 years agoFix botched cast in xfs_repair superblock size checks
Nathan Scott [Fri, 27 Jun 2003 00:50:25 +0000 (00:50 +0000)] 
Fix botched cast in xfs_repair superblock size checks

22 years agoMinor xfsprogs updates - add checks for pthreads lib, add missing stripe
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.

22 years agoFix xvm stripe detection in libdisk - pass correctly
Eric Sandeen [Thu, 26 Jun 2003 01:08:15 +0000 (01:08 +0000)] 
Fix xvm stripe detection in libdisk - pass correctly
sized structures to xvm ioctls.
Bump version

22 years agoTrivial warning fixup in log zeroing routine
Nathan Scott [Wed, 25 Jun 2003 04:12:56 +0000 (04:12 +0000)] 
Trivial warning fixup in log zeroing routine

22 years agoRemove (busted anyway) Id rcs keywords for keeping trees in sync
Nathan Scott [Tue, 24 Jun 2003 06:21:22 +0000 (06:21 +0000)] 
Remove (busted anyway) Id rcs keywords for keeping trees in sync

22 years agoUpdate libdisk driver detection code to work for devices with multiple majors
Nathan Scott [Mon, 23 Jun 2003 01:22:03 +0000 (01:22 +0000)] 
Update libdisk driver detection code to work for devices with multiple majors

22 years agoFix ordering of values in a print statement, trivial typo
Nathan Scott [Fri, 20 Jun 2003 03:25:23 +0000 (03:25 +0000)] 
Fix ordering of values in a print statement, trivial typo

22 years agoupdate the summary section in mkfs.xfs.8, adding -s option
Nathan Scott [Thu, 19 Jun 2003 02:57:44 +0000 (02:57 +0000)] 
update the summary section in mkfs.xfs.8, adding -s option

22 years agoxfsprogs update - Andi's mkfs log size default change and enabling large v2.5.0
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.

22 years agoWrap boolean_t definition with _BOOLEAN_T_DEFINED.
Wesley Smith [Thu, 12 Jun 2003 21:36:15 +0000 (21:36 +0000)] 
Wrap boolean_t definition with _BOOLEAN_T_DEFINED.
Wrap boolean_t definition with _BOOLEAN_T_DEFINED.

22 years agoxfsprogs fixup - no longer issue ioctls to filesystems on regular files
Nathan Scott [Fri, 6 Jun 2003 02:52:27 +0000 (02:52 +0000)] 
xfsprogs fixup - no longer issue ioctls to filesystems on regular files

22 years agoxfsprogs update to tidy up some libhandle code
Nathan Scott [Mon, 2 Jun 2003 04:11:24 +0000 (04:11 +0000)] 
xfsprogs update to tidy up some libhandle code

22 years agoFix xfs_logprint handling of version 2 logs, sync libxlog with recovery code
Nathan Scott [Mon, 2 Jun 2003 01:40:16 +0000 (01:40 +0000)] 
Fix xfs_logprint handling of version 2 logs, sync libxlog with recovery code

22 years agoUpdate xfsprogs - minor xfs_io update, fix xfs_logprint handling of a
Nathan Scott [Fri, 30 May 2003 05:13:23 +0000 (05:13 +0000)] 
Update xfsprogs - minor xfs_io update, fix xfs_logprint handling of a
corrupt v2 log device should that occur.

22 years agoFix missed xlog macro in xfs_logprint after recent changes
Nathan Scott [Tue, 27 May 2003 00:45:51 +0000 (00:45 +0000)] 
Fix missed xlog macro in xfs_logprint after recent changes

22 years agoExtract device sector size at mkfs time and issue warnings if the requested filesyste...
Nathan Scott [Wed, 21 May 2003 07:25:24 +0000 (07:25 +0000)] 
Extract device sector size at mkfs time and issue warnings if the requested filesystem sector size is too small.

22 years agoSync up XFS user and kernel source.
Nathan Scott [Tue, 20 May 2003 05:59:27 +0000 (05:59 +0000)] 
Sync up XFS user and kernel source.

22 years agoFix a large sector size issue in xfs_repair. XFS-1_3_0pre1
Nathan Scott [Thu, 15 May 2003 04:10:01 +0000 (04:10 +0000)] 
Fix a large sector size issue in xfs_repair.

22 years agoAdditional uuid changes - last round didnt work with all autoconf versions.
Nathan Scott [Thu, 15 May 2003 01:38:57 +0000 (01:38 +0000)] 
Additional uuid changes - last round didnt work with all autoconf versions.

22 years agoAdd a missing xfslibs-dev dependency for uuid-dev in Debian packages.
Nathan Scott [Wed, 14 May 2003 22:58:35 +0000 (22:58 +0000)] 
Add a missing xfslibs-dev dependency for uuid-dev in Debian packages.

22 years agoFix build - bsd changes from awhile ago introduced a m4 macro bug, only
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.

22 years agoSync up minor differences between configure scripts (uuid, libtool checks), add in...
Nathan Scott [Wed, 14 May 2003 06:56:59 +0000 (06:56 +0000)] 
Sync up minor differences between configure scripts (uuid, libtool checks), add in configurable package version number suffixes.

22 years agoMinor mkfs updates - sync up with current mount fs heuristics, add some
Nathan Scott [Tue, 13 May 2003 05:25:59 +0000 (05:25 +0000)] 
Minor mkfs updates - sync up with current mount fs heuristics, add some
more large sector changes (disabled).

22 years agoFix a bug in mkfs - creating version 2 logs, an incorrect stripe unit value
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.

22 years agoFix a bug on an error path in xfs_logprint.
Nathan Scott [Thu, 8 May 2003 05:35:00 +0000 (05:35 +0000)] 
Fix a bug on an error path in xfs_logprint.

22 years ago[contributed] FreeBSD update from Alexander Kabaev
Russell Cattelan [Tue, 6 May 2003 20:54:58 +0000 (20:54 +0000)] 
[contributed] FreeBSD update from Alexander Kabaev

22 years agoFix Debian bootfloppies build for xfsprogs.
Nathan Scott [Sat, 3 May 2003 05:14:42 +0000 (05:14 +0000)] 
Fix Debian bootfloppies build for xfsprogs.

22 years agobump version number for xfs_repair-on-ro-device changes.
Nathan Scott [Thu, 1 May 2003 23:37:41 +0000 (23:37 +0000)] 
bump version number for xfs_repair-on-ro-device changes.

22 years agoAllow repair to run on a read only filesystem.
Russell Cattelan [Thu, 1 May 2003 21:31:58 +0000 (21:31 +0000)] 
Allow repair to run on a read only filesystem.
Added LIBXFS_DANGEROUSLY flag

22 years agoBunch of configure updates for xfsprogs to allow packages to better be kept
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.

22 years agoFixes to the bmap script from Jan Derfinak.
Nathan Scott [Tue, 29 Apr 2003 01:54:20 +0000 (01:54 +0000)] 
Fixes to the bmap script from Jan Derfinak.

22 years agoFix includes to not be relative to paths provided by -I directives, for
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.

22 years agoMinor documentation tweak.
Nathan Scott [Wed, 23 Apr 2003 02:15:22 +0000 (02:15 +0000)] 
Minor documentation tweak.

22 years agoUpdate XFS-specific system call documentation, and fix includes.
Nathan Scott [Wed, 23 Apr 2003 00:30:48 +0000 (00:30 +0000)] 
Update XFS-specific system call documentation, and fix includes.

22 years agoA few white space cleanups that got missed
Russell Cattelan [Thu, 17 Apr 2003 16:10:27 +0000 (16:10 +0000)] 
A few white space cleanups that got missed

22 years agoAdd editline support in for cases where readline is unavailable.
Nathan Scott [Wed, 16 Apr 2003 23:38:03 +0000 (23:38 +0000)] 
Add editline support in for cases where readline is unavailable.

22 years agoMerge whitespace changes over
Russell Cattelan [Wed, 16 Apr 2003 18:29:10 +0000 (18:29 +0000)] 
Merge whitespace changes over

22 years agoCosmetic configure tweaks to keep xfsprogs in sync with other packages.
Nathan Scott [Mon, 14 Apr 2003 01:39:21 +0000 (01:39 +0000)] 
Cosmetic configure tweaks to keep xfsprogs in sync with other packages.

22 years agoFix MD superblock state interpretation issues, and xfsprogs configure.in.
Nathan Scott [Fri, 11 Apr 2003 06:43:46 +0000 (06:43 +0000)] 
Fix MD superblock state interpretation issues, and xfsprogs configure.in.

22 years agoAdd missing endian macros
Russell Cattelan [Mon, 7 Apr 2003 20:13:41 +0000 (20:13 +0000)] 
Add missing endian macros
Missed these the first time around. :-(

22 years agoUse memalign instead of realloc for read/write buffer so direct IO works.
fsgqa [Mon, 7 Apr 2003 03:03:39 +0000 (03:03 +0000)] 
Use memalign instead of realloc for read/write buffer so direct IO works.

22 years agoSync user and kernel code, make xfs_io -f option useful.
Nathan Scott [Mon, 7 Apr 2003 00:03:34 +0000 (00:03 +0000)] 
Sync user and kernel code, make xfs_io -f option useful.
Sync user and kernel code.

22 years agokernel / libxfs sync-up
Eric Sandeen [Thu, 3 Apr 2003 21:58:27 +0000 (21:58 +0000)] 
kernel / libxfs sync-up
Implement get_unaligned / put_unaligned in libxfs
Change typecasts to a type available in kernel & userspace
Bump version

22 years agoMinor tweaks to Russells FreeBSD changes in xfsprogs.
Nathan Scott [Wed, 2 Apr 2003 23:52:41 +0000 (23:52 +0000)] 
Minor tweaks to Russells FreeBSD changes in xfsprogs.
Add some text re Russells FreeBSD changes.

22 years agoAdd initial FreeBSD support to xfs cmds
Russell Cattelan [Wed, 2 Apr 2003 17:18:32 +0000 (17:18 +0000)] 
Add initial FreeBSD support to xfs cmds
Add freebsd flags... note this should be handled better via autoconf

22 years agoSome Debian packaging updates for xfsprogs.
Nathan Scott [Wed, 2 Apr 2003 00:14:18 +0000 (00:14 +0000)] 
Some Debian packaging updates for xfsprogs.

22 years agoMinor userspace build changes, keeping packages in sync.
Nathan Scott [Mon, 31 Mar 2003 06:57:56 +0000 (06:57 +0000)] 
Minor userspace build changes, keeping packages in sync.

22 years agoBunch of portability related changes to xfsprogs. Includes some code to
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.

22 years agoCorrect display of imaxpct in mkfs output
Eric Sandeen [Sat, 29 Mar 2003 22:52:37 +0000 (22:52 +0000)] 
Correct display of imaxpct in mkfs output

22 years agoMinor packaging related cleanups and updates.
Nathan Scott [Wed, 26 Mar 2003 23:50:04 +0000 (23:50 +0000)] 
Minor packaging related cleanups and updates.

22 years agoMerge back some spec file cleanups after investigating a mysterious
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.

22 years agoFix readline use in xfsprogs configure script such that distributions
Nathan Scott [Wed, 26 Mar 2003 05:23:33 +0000 (05:23 +0000)] 
Fix readline use in xfsprogs configure script such that distributions
which have not got a correctly-linked libreadline will still work.

22 years agoAdd xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
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.

22 years agoAdd xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
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.

22 years agoCorrect size check for realtime summary inode (not the same
Eric Sandeen [Mon, 24 Mar 2003 18:06:38 +0000 (18:06 +0000)] 
Correct size check for realtime summary inode (not the same
as the realtime bitmap inode).

22 years agoDocument -l logdev and -r rtdev mkfs.xfs options
Eric Sandeen [Fri, 21 Mar 2003 17:15:37 +0000 (17:15 +0000)] 
Document -l logdev and -r rtdev mkfs.xfs options

22 years agoDocument the -f option to mkfs.xfs.
Nathan Scott [Fri, 21 Mar 2003 00:06:49 +0000 (00:06 +0000)] 
Document the -f option to mkfs.xfs.

22 years agobump xfsprogs version to 2.4.1
Nathan Scott [Thu, 20 Mar 2003 22:39:07 +0000 (22:39 +0000)] 
bump xfsprogs version to 2.4.1

22 years agoxfsprogs update - kernel/user sync up and Ethan's Mac partition code.
Nathan Scott [Tue, 18 Mar 2003 05:44:53 +0000 (05:44 +0000)] 
xfsprogs update - kernel/user sync up and Ethan's Mac partition code.
CONTRIBUTED: erbenson@alaska.net.
Add configure : configure.in dpeendency, as Mandy suggests.

22 years agoRemove do_error after libxfs_device_zero, this is left
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.

22 years agoAdd conditional check around definition of uchar_t to
Mandy Kirkconnell [Mon, 17 Mar 2003 15:18:51 +0000 (15:18 +0000)] 
Add conditional check around definition of uchar_t to
prevent multiple definitions.
Add conditional check around definition of uchar_t to
prevent multiple definitions.

22 years agoRemove an incorrect statement from the xfs_bmap(8) man page.
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.

22 years agoUpdate for Danny Cox email address.
Tim Shimmin [Tue, 11 Mar 2003 23:15:41 +0000 (23:15 +0000)] 
Update for Danny Cox email address.
Update for Danny Cox email address.

22 years agoupdate John Trostel details and connex details
Tim Shimmin [Tue, 11 Mar 2003 02:23:57 +0000 (02:23 +0000)] 
update John Trostel details and connex details
update John Trostel details and connex details

22 years agoNeed to define cmn_err in libxfs for all gcc versions, ie. with both of
Nathan Scott [Fri, 7 Mar 2003 01:52:48 +0000 (01:52 +0000)] 
Need to define cmn_err in libxfs for all gcc versions, ie. with both of
the supported incantations of varargs cpp macros.