]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/log
thirdparty/xfsprogs-dev.git
22 years agoBump to 2.3.3
Eric Sandeen [Mon, 16 Sep 2002 20:38:02 +0000 (20:38 +0000)] 
Bump to 2.3.3

22 years agoBump xfsprogs version to 2.3.2
Christoph Hellwig [Tue, 10 Sep 2002 18:51:46 +0000 (18:51 +0000)] 
Bump xfsprogs version to 2.3.2

22 years agoUse pread/pwrite instead of lseek + read/write.
Christoph Hellwig [Tue, 10 Sep 2002 16:24:24 +0000 (16:24 +0000)] 
Use pread/pwrite instead of lseek + read/write.

22 years agosync with kernel, minor changes only.
Nathan Scott [Mon, 9 Sep 2002 08:50:34 +0000 (08:50 +0000)] 
sync with kernel, minor changes only.

22 years agoAllow xfs_db to write negative numbers
Eric Sandeen [Tue, 3 Sep 2002 16:53:43 +0000 (16:53 +0000)] 
Allow xfs_db to write negative numbers

22 years agodo some additional cleanup after autoconf has run. v2.3.0
Nathan Scott [Tue, 3 Sep 2002 02:15:45 +0000 (02:15 +0000)] 
do some additional cleanup after autoconf has run.

22 years agouse a consistent naming scheme, fix some xfs_buf_t offsets.
Nathan Scott [Fri, 30 Aug 2002 06:36:47 +0000 (06:36 +0000)] 
use a consistent naming scheme, fix some xfs_buf_t offsets.

22 years agouse a consistent style for func headers.
Nathan Scott [Fri, 30 Aug 2002 06:32:08 +0000 (06:32 +0000)] 
use a consistent style for func headers.

22 years agosync user/kernel after recent kernel changes. noop for userspace.
Nathan Scott [Fri, 30 Aug 2002 06:13:52 +0000 (06:13 +0000)] 
sync user/kernel after recent kernel changes.  noop for userspace.

22 years agoupdate libdisk
Eric Sandeen [Wed, 28 Aug 2002 22:31:45 +0000 (22:31 +0000)] 
update libdisk

22 years agoBump version
Eric Sandeen [Wed, 28 Aug 2002 22:03:44 +0000 (22:03 +0000)] 
Bump version

22 years agotrivial change allowing LIBTOOL var to specify where libtool lives, just
Nathan Scott [Fri, 23 Aug 2002 07:19:00 +0000 (07:19 +0000)] 
trivial change allowing LIBTOOL var to specify where libtool lives, just
the same as we do for other build tools.

22 years agoadd a reference to xfs_info(8) in the SEE ALSO section (suggestion from
Nathan Scott [Fri, 23 Aug 2002 01:26:56 +0000 (01:26 +0000)] 
add a reference to xfs_info(8) in the SEE ALSO section (suggestion from
Manuel Gomez).

22 years agoBump to 2.2.2
Eric Sandeen [Mon, 19 Aug 2002 21:38:12 +0000 (21:38 +0000)] 
Bump to 2.2.2

22 years agoFix another endian bug - skip flip on 8 bit numbers, not 16
Eric Sandeen [Wed, 14 Aug 2002 23:22:26 +0000 (23:22 +0000)] 
Fix another endian bug - skip flip on 8 bit numbers, not 16

23 years agosync with kernel, noop change for userspace.
Nathan Scott [Mon, 12 Aug 2002 03:31:24 +0000 (03:31 +0000)] 
sync with kernel, noop change for userspace.

23 years agotry again with getting configure correct on newer autoconf versions.
Nathan Scott [Sat, 10 Aug 2002 02:01:37 +0000 (02:01 +0000)] 
try again with getting configure correct on newer autoconf versions.

23 years agobump version, document changes - libdisk fix, autoconf version fixes.
Nathan Scott [Fri, 9 Aug 2002 06:07:41 +0000 (06:07 +0000)] 
bump version, document changes - libdisk fix, autoconf version fixes.

23 years agoFix a day-one bug in get_driver_block_major which would result in incorrect
Nathan Scott [Fri, 9 Aug 2002 02:27:11 +0000 (02:27 +0000)] 
Fix a day-one bug in get_driver_block_major which would result in incorrect
majors being returned for not-found drivers.

23 years agobump version to 2.2, document changes -- sync shared headers, EVMS stripe v2.2.0
Nathan Scott [Thu, 8 Aug 2002 06:35:44 +0000 (06:35 +0000)] 
bump version to 2.2, document changes -- sync shared headers, EVMS stripe
unit/width extraction, mkfs defaults to 4K blocksize again (as on IRIX) &
no longer punts on using the current pagesize.

23 years agodon't include <linux/major.h>, use local major numbers
Eric Sandeen [Thu, 1 Aug 2002 18:38:43 +0000 (18:38 +0000)] 
don't include <linux/major.h>, use local major numbers
use major() to get the major number instead of direct shifts
Also use get_driver_block_major to check device number

23 years agofix compiler warnings from builds for 64 bit processors.
Nathan Scott [Tue, 30 Jul 2002 04:04:20 +0000 (04:04 +0000)] 
fix compiler warnings from builds for 64 bit processors.

23 years agobump ot latest for upload - 2.1.2.
Nathan Scott [Mon, 29 Jul 2002 23:50:29 +0000 (23:50 +0000)] 
bump ot latest for upload - 2.1.2.

23 years agosync up with recent changes to the corresponding kernel code.
Nathan Scott [Mon, 29 Jul 2002 04:02:24 +0000 (04:02 +0000)] 
sync up with recent changes to the corresponding kernel code.

23 years agomake xfs_info/growfs report v2 log data
Eric Sandeen [Thu, 25 Jul 2002 19:30:25 +0000 (19:30 +0000)] 
make xfs_info/growfs report v2 log data

23 years agoset v2 log if log sunit is specified
Eric Sandeen [Thu, 18 Jul 2002 18:25:04 +0000 (18:25 +0000)] 
set v2 log if log sunit is specified

23 years agoFix up log stripe unit specification options, and update
Eric Sandeen [Wed, 17 Jul 2002 23:09:25 +0000 (23:09 +0000)] 
Fix up log stripe unit specification options, and update
man page.  Also fix suffix handling for data su/sw options
(disallow unit suffixes on -d sunit,swidth,sw and
-l sunit).  Add s (512-byte sectors) as valid suffix.

23 years agoUse rpmbuild for building rpms
Eric Sandeen [Tue, 16 Jul 2002 04:44:19 +0000 (04:44 +0000)] 
Use rpmbuild for building rpms

23 years agoallow userspace to be built with XFS_BIG_FILESYSTEMS set still.
Nathan Scott [Mon, 15 Jul 2002 01:14:59 +0000 (01:14 +0000)] 
allow userspace to be built with XFS_BIG_FILESYSTEMS set still.

23 years agowhite space cleanup
Steve Lord [Fri, 12 Jul 2002 21:24:23 +0000 (21:24 +0000)] 
white space cleanup

23 years agouserspace sync-up
Eric Sandeen [Wed, 10 Jul 2002 17:20:55 +0000 (17:20 +0000)] 
userspace sync-up

23 years agoBuild infrastructure updates so that configure options can be used to
Nathan Scott [Fri, 5 Jul 2002 04:16:49 +0000 (04:16 +0000)] 
Build infrastructure updates so that configure options can be used to
specify paths rather than semi-hard-coded path names controlled by the
PREFIX/ROOT_PREFIX environment variables; eg. now allows /lib64 and
/lib32 as alternate library install paths, which some folks need.

23 years agosync with kernel changes, noop for userspace.
Nathan Scott [Thu, 4 Jul 2002 00:16:05 +0000 (00:16 +0000)] 
sync with kernel changes, noop for userspace.

23 years agosync with kernel, noop change for userspace.
Nathan Scott [Tue, 2 Jul 2002 03:56:51 +0000 (03:56 +0000)] 
sync with kernel, noop change for userspace.

23 years agoFix typo in mkfs realtime summary inode alloc failure message.
Nathan Scott [Mon, 1 Jul 2002 01:18:23 +0000 (01:18 +0000)] 
Fix typo in mkfs realtime summary inode alloc failure message.

23 years agosync with (upcoming) kernel updates.
Nathan Scott [Wed, 26 Jun 2002 06:30:53 +0000 (06:30 +0000)] 
sync with (upcoming) kernel updates.

23 years agofix log stripe alignment code in the case where there is a data stripe
Steve Lord [Sat, 22 Jun 2002 03:16:25 +0000 (03:16 +0000)] 
fix log stripe alignment code in the case where there is a data stripe
but no log stripe specified.

23 years agosync with kernel, noop for userspace.
Nathan Scott [Thu, 20 Jun 2002 06:24:10 +0000 (06:24 +0000)] 
sync with kernel, noop for userspace.

23 years agobump to latest version.
Nathan Scott [Thu, 20 Jun 2002 04:51:39 +0000 (04:51 +0000)] 
bump to latest version.

23 years agosync with kernel, noop for userspace.
Nathan Scott [Wed, 19 Jun 2002 02:15:08 +0000 (02:15 +0000)] 
sync with kernel, noop for userspace.

23 years agoBump revision number of version 2 log support v2.1.0
Steve Lord [Tue, 18 Jun 2002 20:32:20 +0000 (20:32 +0000)] 
Bump revision number of version 2 log support

23 years agomerge over kernel changes
Steve Lord [Fri, 14 Jun 2002 18:29:38 +0000 (18:29 +0000)] 
merge over kernel changes

23 years agomerge over kernel change
Steve Lord [Thu, 13 Jun 2002 20:57:56 +0000 (20:57 +0000)] 
merge over kernel change

23 years agomerge up with user space
Steve Lord [Sat, 8 Jun 2002 03:42:22 +0000 (03:42 +0000)] 
merge up with user space

23 years agoremove no longer used file xfs_rtbit.c.
Nathan Scott [Thu, 6 Jun 2002 02:04:29 +0000 (02:04 +0000)] 
remove no longer used file xfs_rtbit.c.

23 years agoremove no longer needed xfs_bit.c file.
Nathan Scott [Thu, 6 Jun 2002 01:55:15 +0000 (01:55 +0000)] 
remove no longer needed xfs_bit.c file.

23 years agosync user/kernel, mark extern functions as extern, make comments consistent.
Nathan Scott [Thu, 6 Jun 2002 01:35:36 +0000 (01:35 +0000)] 
sync user/kernel, mark extern functions as extern, make comments consistent.

23 years agoMake scripts executable again... sigh...
Eric Sandeen [Wed, 5 Jun 2002 20:14:16 +0000 (20:14 +0000)] 
Make scripts executable again... sigh...

23 years agosync userspace with kernel
Eric Sandeen [Wed, 5 Jun 2002 16:24:32 +0000 (16:24 +0000)] 
sync userspace with kernel

23 years agosync kernel/user copyright headers
Eric Sandeen [Wed, 5 Jun 2002 16:05:11 +0000 (16:05 +0000)] 
sync kernel/user copyright headers

23 years agosync up with kernel (backs out last change).
Nathan Scott [Wed, 5 Jun 2002 01:58:05 +0000 (01:58 +0000)] 
sync up with kernel (backs out last change).

23 years agoupdate for repair & man page changes.
Nathan Scott [Wed, 5 Jun 2002 01:22:08 +0000 (01:22 +0000)] 
update for repair & man page changes.

23 years agoUpdate copyright dates (again)
Eric Sandeen [Tue, 4 Jun 2002 23:07:56 +0000 (23:07 +0000)] 
Update copyright dates (again)

23 years agoUndoes mod: xfs-cmds:slinx:120772a
Eric Sandeen [Tue, 4 Jun 2002 22:53:09 +0000 (22:53 +0000)] 
Undoes mod:     xfs-cmds:slinx:120772a
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.

23 years agoUpdate copyright dates
Eric Sandeen [Tue, 4 Jun 2002 17:58:21 +0000 (17:58 +0000)] 
Update copyright dates

23 years agosync with recent kernel changes, noop for userspace.
Nathan Scott [Mon, 3 Jun 2002 01:47:28 +0000 (01:47 +0000)] 
sync with recent kernel changes, noop for userspace.

23 years agosync with kernel source changes, no affect on userspace.
Nathan Scott [Fri, 31 May 2002 04:55:57 +0000 (04:55 +0000)] 
sync with kernel source changes, no affect on userspace.

23 years agoUndoes mod: xfs-cmds:slinx:120166a
Steve Lord [Thu, 30 May 2002 09:28:58 +0000 (09:28 +0000)] 
Undoes mod:     xfs-cmds:slinx:120166a

23 years agoupdate for xfs_repair problem with ACLs.
Nathan Scott [Thu, 30 May 2002 07:24:55 +0000 (07:24 +0000)] 
update for xfs_repair problem with ACLs.

23 years agoof course, the perms field is a _bitfield_, so it needs to be checked
Nathan Scott [Thu, 30 May 2002 07:21:12 +0000 (07:21 +0000)] 
of course, the perms field is a _bitfield_, so it needs to be checked
slightly differently to the type field, bozo -- fixes that last fix.

23 years agobump version to 2.0.6, document recent changes.
Nathan Scott [Thu, 30 May 2002 04:43:59 +0000 (04:43 +0000)] 
bump version to 2.0.6, document recent changes.

23 years agomerge with minor kernel header changes.
Nathan Scott [Wed, 29 May 2002 01:17:53 +0000 (01:17 +0000)] 
merge with minor kernel header changes.

23 years agosync up user space with the kernel
Steve Lord [Fri, 24 May 2002 15:34:31 +0000 (15:34 +0000)] 
sync up user space with the kernel

23 years ago*** empty log message ***
Glen Overby [Wed, 22 May 2002 15:55:10 +0000 (15:55 +0000)] 
*** empty log message ***

23 years agosync with kernel, noop for userspace.
Nathan Scott [Mon, 20 May 2002 04:13:12 +0000 (04:13 +0000)] 
sync with kernel, noop for userspace.

23 years agomake us more tolerant in the face of failure - continue gracefully,
Nathan Scott [Fri, 17 May 2002 03:17:50 +0000 (03:17 +0000)] 
make us more tolerant in the face of failure - continue gracefully,
don't dump core.  theres still a problem lurking here somewhere for
1K blocksizes though..

23 years agoReturn EIO from xlog_find_zeroed if xlog_find_verify_log_record
Eric Sandeen [Wed, 15 May 2002 21:23:31 +0000 (21:23 +0000)] 
Return EIO from xlog_find_zeroed if xlog_find_verify_log_record
can't find the header.  Otherwise the block number from
xlog_find_zeroed will be used uninitialized.

23 years agoMake xfs symlink in include/ dir so we can find xfs/foo.h
Eric Sandeen [Tue, 14 May 2002 15:31:38 +0000 (15:31 +0000)] 
Make xfs symlink in include/ dir so we can find xfs/foo.h

23 years agoFix a use-after-free bug in xfs_repair code for checking version 1
Nathan Scott [Tue, 14 May 2002 06:27:01 +0000 (06:27 +0000)] 
Fix a use-after-free bug in xfs_repair code for checking version 1
btree-format directories.  Found by libefence.a in conjunction with
the qa tests on <pgsize blocksize filesystems.

23 years agoFix bug in xfs_repair da_write() routine, which affects filesystems where
Nathan Scott [Mon, 13 May 2002 08:04:12 +0000 (08:04 +0000)] 
Fix bug in xfs_repair da_write() routine, which affects filesystems where
the data blocksize != naming blocksize (see xfs_info output).

23 years agoDocument error return fixes, also an older mkfs fix
Eric Sandeen [Wed, 8 May 2002 18:56:56 +0000 (18:56 +0000)] 
Document error return fixes, also an older mkfs fix

23 years agoMerge irix6.5f:irix:118221a
Eric Sandeen [Mon, 6 May 2002 17:19:32 +0000 (17:19 +0000)] 
Merge irix6.5f:irix:118221a
Fix the way mkfs round downs the device when the last AG is maller than the
minimum AG size.

23 years agoadd to LDIRT macro a couple of missing generated files.
Nathan Scott [Mon, 6 May 2002 05:37:19 +0000 (05:37 +0000)] 
add to LDIRT macro a couple of missing generated files.

23 years agoBump to 2.0.5
Eric Sandeen [Thu, 2 May 2002 21:50:05 +0000 (21:50 +0000)] 
Bump to 2.0.5

23 years agobug fixes from ASANO Masahiro <masano@tnes.nec.co.jp>.
Nathan Scott [Fri, 26 Apr 2002 08:04:03 +0000 (08:04 +0000)] 
bug fixes from ASANO Masahiro <masano@tnes.nec.co.jp>.

23 years agoremove an unnecessary ifdef __KERNEL__ conditional, no asserts enabled now.
Nathan Scott [Fri, 26 Apr 2002 01:38:59 +0000 (01:38 +0000)] 
remove an unnecessary ifdef __KERNEL__ conditional, no asserts enabled now.

23 years agoUpdate xfs_growfs man page; don't build libxlog.a with DEBUG enabled.
Nathan Scott [Thu, 25 Apr 2002 23:18:45 +0000 (23:18 +0000)] 
Update xfs_growfs man page; don't build libxlog.a with DEBUG enabled.

23 years agosync with kernel header, noop change for userspace.
Nathan Scott [Tue, 23 Apr 2002 03:02:41 +0000 (03:02 +0000)] 
sync with kernel header, noop change for userspace.

23 years agosync with kernel changes to fix error code return checking.
Nathan Scott [Thu, 18 Apr 2002 06:04:04 +0000 (06:04 +0000)] 
sync with kernel changes to fix error code return checking.

23 years agobump minor version for minor change - sync with recent kernel changes
Nathan Scott [Wed, 17 Apr 2002 05:34:30 +0000 (05:34 +0000)] 
bump minor version for minor change - sync with recent kernel changes
(mainly do less endian swabbing on some code paths).

23 years agobump version number, build updates to fix a cflags propogation issue
Nathan Scott [Sat, 13 Apr 2002 00:11:02 +0000 (00:11 +0000)] 
bump version number, build updates to fix a cflags propogation issue
which was recently introduced.

23 years agoadd m_sbdirty_timer to mount struct
Eric Sandeen [Sun, 7 Apr 2002 14:12:06 +0000 (14:12 +0000)] 
add m_sbdirty_timer to mount struct

23 years agoincorporate Andreas' makedepend realtive-path change everywhere.
Nathan Scott [Fri, 5 Apr 2002 06:19:28 +0000 (06:19 +0000)] 
incorporate Andreas' makedepend realtive-path change everywhere.

23 years agosplit out builddefs into configurable and static parts, should help in
Nathan Scott [Fri, 5 Apr 2002 06:07:45 +0000 (06:07 +0000)] 
split out builddefs into configurable and static parts, should help in
keeping track of differences between packages.

23 years agoUpdate for 2.0.2.
Nathan Scott [Thu, 4 Apr 2002 03:02:59 +0000 (03:02 +0000)] 
Update for 2.0.2.

23 years agobump version for libhandle changes for O_LARGEFILE
Tim Shimmin [Thu, 4 Apr 2002 02:07:49 +0000 (02:07 +0000)] 
bump version for libhandle changes for O_LARGEFILE

23 years agosync up with minor build changes from other packages, noop for xfsprogs.
Nathan Scott [Wed, 3 Apr 2002 03:29:16 +0000 (03:29 +0000)] 
sync up with minor build changes from other packages, noop for xfsprogs.

23 years agoUpdate revision for O_LARGEFILE change.
Tim Shimmin [Tue, 2 Apr 2002 08:48:52 +0000 (08:48 +0000)] 
Update revision for O_LARGEFILE change.

23 years agosync with kernel, no-op change for userspace.
Nathan Scott [Fri, 29 Mar 2002 00:00:32 +0000 (00:00 +0000)] 
sync with kernel, no-op change for userspace.

23 years agosync with recent (minor) kernel changes.
Nathan Scott [Wed, 27 Mar 2002 23:37:07 +0000 (23:37 +0000)] 
sync with recent (minor) kernel changes.

23 years agosync with kernel, do less bit flipping than before - more efficient, same
Nathan Scott [Thu, 21 Mar 2002 20:39:51 +0000 (20:39 +0000)] 
sync with kernel, do less bit flipping than before - more efficient, same
result.

23 years agoKeep user space headers in sync with the kernel
Steve Lord [Tue, 19 Mar 2002 19:51:22 +0000 (19:51 +0000)] 
Keep user space headers in sync with the kernel

23 years agoUndoes mod: xfs-cmds:slinx:113024a
Eric Sandeen [Wed, 13 Mar 2002 16:39:34 +0000 (16:39 +0000)] 
Undoes mod:     xfs-cmds:slinx:113024a

23 years agobump minor version to pick up Erics BLKGETSIZE change from awhile ago and
Nathan Scott [Tue, 12 Mar 2002 02:35:54 +0000 (02:35 +0000)] 
bump minor version to pick up Erics BLKGETSIZE change from awhile ago and
sync userspace and kernel code up (minor changes only, doesn't affect user
tools at all).

23 years agoremove dead code, sync with kernel changes.
Nathan Scott [Thu, 7 Mar 2002 04:45:07 +0000 (04:45 +0000)] 
remove dead code, sync with kernel changes.

23 years agoWarn if we fall back to BLKGETSIZE
Eric Sandeen [Thu, 28 Feb 2002 23:57:48 +0000 (23:57 +0000)] 
Warn if we fall back to BLKGETSIZE

23 years agoDocument BLKGETSIZE64->BLKGETSIZE fallback
Eric Sandeen [Thu, 28 Feb 2002 23:28:05 +0000 (23:28 +0000)] 
Document BLKGETSIZE64->BLKGETSIZE fallback

23 years agoMerge of xfs-cmds-2.4.18:slinx:112528a by nathans.
Nathan Scott [Mon, 25 Feb 2002 22:59:18 +0000 (22:59 +0000)] 
Merge of xfs-cmds-2.4.18:slinx:112528a by nathans.

  remove several no-longer-used fields (iosize) from the xfs_iocore_t.

23 years agoMerge of xfs-cmds-2.4.18:slinx:112273a by nathans.
Nathan Scott [Mon, 25 Feb 2002 22:41:02 +0000 (22:41 +0000)] 
Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.

  print out that we wrote a source tarball too.

23 years agoMerge of xfs-cmds-2.4.18:slinx:112141a by nathans.
Nathan Scott [Mon, 25 Feb 2002 22:35:36 +0000 (22:35 +0000)] 
Merge of xfs-cmds-2.4.18:slinx:112141a by nathans.

  sync up with recent kernel changes, shouldn't affect us in userspace.