]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/log
thirdparty/xfsprogs-dev.git
24 years agouse the same symlink trick we just put int for .a, in the .la install case.
Nathan Scott [Thu, 26 Jul 2001 10:26:39 +0000 (10:26 +0000)] 
use the same symlink trick we just put int for .a, in the .la install case.

24 years agochange the so_dot_version mode back to 644
Dean Roehrich [Wed, 25 Jul 2001 15:28:28 +0000 (15:28 +0000)] 
change the so_dot_version mode back to 644

24 years agofix the AC_ARG_ENABLE macro for --enable-shared.
Dean Roehrich [Tue, 24 Jul 2001 20:22:44 +0000 (20:22 +0000)] 
fix the AC_ARG_ENABLE macro for --enable-shared.

24 years agoinstall static libs and libtool archives into /usr/lib, not /lib.
Nathan Scott [Mon, 23 Jul 2001 01:00:35 +0000 (01:00 +0000)] 
install static libs and libtool archives into /usr/lib, not /lib.

24 years agomissed one - tidy up debstd symlink workarounds.
Nathan Scott [Fri, 20 Jul 2001 08:53:11 +0000 (08:53 +0000)] 
missed one - tidy up debstd symlink workarounds.

24 years agomerge Deans changes to libtool build/install process from dmapi into the
Nathan Scott [Fri, 20 Jul 2001 08:18:35 +0000 (08:18 +0000)] 
merge Deans changes to libtool build/install process from dmapi into the
other XFS packages.

24 years agoadd prototype for fssetdm_by_handle().
Dean Roehrich [Thu, 19 Jul 2001 19:26:28 +0000 (19:26 +0000)] 
add prototype for fssetdm_by_handle().

24 years agoChecked standards compliance - update standards version to 3.5.5.
Nathan Scott [Thu, 19 Jul 2001 07:01:30 +0000 (07:01 +0000)] 
Checked standards compliance - update standards version to 3.5.5.

24 years agosync with benign-for-userspace header file update.
Nathan Scott [Thu, 19 Jul 2001 00:40:55 +0000 (00:40 +0000)] 
sync with benign-for-userspace header file update.

24 years agoinstall the right libtool archive this time.
Nathan Scott [Wed, 18 Jul 2001 09:20:56 +0000 (09:20 +0000)] 
install the right libtool archive this time.

24 years agoskip install & install-dev for non-Debian distributions.
Nathan Scott [Wed, 18 Jul 2001 07:37:28 +0000 (07:37 +0000)] 
skip install & install-dev for non-Debian distributions.

24 years agoupdated with DMAPI setdm details for dump/restore.
Nathan Scott [Wed, 18 Jul 2001 05:18:52 +0000 (05:18 +0000)] 
updated with DMAPI setdm details for dump/restore.

24 years agofix sign of BLKGETSIZE ioctl argument in libxfs.
Nathan Scott [Tue, 17 Jul 2001 23:53:16 +0000 (23:53 +0000)] 
fix sign of BLKGETSIZE ioctl argument in libxfs.

24 years agodocument BLKSZSET change.
Nathan Scott [Tue, 17 Jul 2001 00:05:37 +0000 (00:05 +0000)] 
document BLKSZSET change.

24 years agoTurn off use of the BLKBSZSET ioctl (which will likely go away soon)
Eric Sandeen [Mon, 16 Jul 2001 20:56:07 +0000 (20:56 +0000)] 
Turn off use of the BLKBSZSET ioctl (which will likely go away soon)

24 years agoneeded an LTDEPENDENCIES line for LIBXFS.
Nathan Scott [Mon, 16 Jul 2001 12:07:02 +0000 (12:07 +0000)] 
needed an LTDEPENDENCIES line for LIBXFS.

24 years agouse LTINSTALL for libtool created binaries (wraps our install-sh).
Nathan Scott [Mon, 16 Jul 2001 11:42:38 +0000 (11:42 +0000)] 
use LTINSTALL for libtool created binaries (wraps our install-sh).

24 years agoA much nicer fix to the clean/distclean issue.
Nathan Scott [Mon, 16 Jul 2001 08:42:02 +0000 (08:42 +0000)] 
A much nicer fix to the clean/distclean issue.

24 years agoremove a couple of no-longer-used macros.
Nathan Scott [Mon, 16 Jul 2001 08:28:37 +0000 (08:28 +0000)] 
remove a couple of no-longer-used macros.

24 years agoremove rules to tidy up tmp libtool files - we use the installed version now.
Nathan Scott [Mon, 16 Jul 2001 07:33:50 +0000 (07:33 +0000)] 
remove rules to tidy up tmp libtool files - we use the installed version now.

24 years agoCorrect parsing of mount options from hasmntopt() - parse on ","
Eric Sandeen [Mon, 16 Jul 2001 04:48:00 +0000 (04:48 +0000)] 
Correct parsing of mount options from hasmntopt() - parse on ","
to split out individual mount options.

24 years agoadd a pointer to autoconf documentation.
Nathan Scott [Sun, 15 Jul 2001 23:29:14 +0000 (23:29 +0000)] 
add a pointer to autoconf documentation.

24 years agofix liblvm linking problem due to libdisk code reorg. see comment in
Nathan Scott [Sun, 15 Jul 2001 04:32:35 +0000 (04:32 +0000)] 
fix liblvm linking problem due to libdisk code reorg.  see comment in
Makefile for more details.

24 years agoFix endianness on write, comments said bytes, code said bits. We want bytes. :)
Eric Sandeen [Fri, 13 Jul 2001 21:32:49 +0000 (21:32 +0000)] 
Fix endianness on write, comments said bytes, code said bits.  We want bytes.  :)

24 years agoBump minor version - revised xfs_types.h file
Steve Lord [Thu, 12 Jul 2001 17:31:50 +0000 (17:31 +0000)] 
Bump minor version - revised xfs_types.h file

24 years agoallow us to link with libefence for qa runs again.
Nathan Scott [Thu, 12 Jul 2001 01:03:25 +0000 (01:03 +0000)] 
allow us to link with libefence for qa runs again.

24 years agorework for libtool support. v1.3.0
Nathan Scott [Wed, 11 Jul 2001 04:01:18 +0000 (04:01 +0000)] 
rework for libtool support.

24 years agosync with low memory changes from kernel - these are noops in userspace though.
Nathan Scott [Sun, 8 Jul 2001 23:41:21 +0000 (23:41 +0000)] 
sync with low memory changes from kernel - these are noops in userspace though.

24 years agoFix negated case on check, gets rid of bogus error following ag xx
Steve Lord [Fri, 6 Jul 2001 20:08:33 +0000 (20:08 +0000)] 
Fix negated case on check, gets rid of bogus error following ag xx
unlinked list messages.

24 years agoupdate Seths details.
Nathan Scott [Tue, 3 Jul 2001 11:59:45 +0000 (11:59 +0000)] 
update Seths details.

24 years agobump version to 1.2.8.
Nathan Scott [Tue, 3 Jul 2001 04:33:45 +0000 (04:33 +0000)] 
bump version to 1.2.8.

24 years agogcc 3.0 fix
Keith Owens [Fri, 22 Jun 2001 13:39:31 +0000 (13:39 +0000)] 
gcc 3.0 fix

24 years agomerge latest kernel change to user space - no effect otherwise
Steve Lord [Wed, 20 Jun 2001 14:51:43 +0000 (14:51 +0000)] 
merge latest kernel change to user space - no effect otherwise

24 years agouse . ./VERSION rather than . VERSION
Ivan Rayner [Tue, 12 Jun 2001 07:20:31 +0000 (07:20 +0000)] 
use . ./VERSION rather than . VERSION

24 years agoAdd Juergen Hasch to CREDITS for libacl fixes.
Tim Shimmin [Thu, 7 Jun 2001 23:01:18 +0000 (23:01 +0000)] 
Add Juergen Hasch to CREDITS for libacl fixes.

24 years agosync with kernel
Daniel Moore [Mon, 28 May 2001 00:02:18 +0000 (00:02 +0000)] 
sync with kernel

24 years agoupdates to 1.2.7.
Nathan Scott [Wed, 23 May 2001 01:08:46 +0000 (01:08 +0000)] 
updates to 1.2.7.

24 years agofix a compiler warning - return zero on success at end of main().
Nathan Scott [Thu, 17 May 2001 03:23:53 +0000 (03:23 +0000)] 
fix a compiler warning - return zero on success at end of main().

24 years agoAdd new freeze subdirectory
Steve Lord [Thu, 17 May 2001 02:58:46 +0000 (02:58 +0000)] 
Add new freeze subdirectory

24 years agofix version 1 vs. version 2 as default directory type.
Nathan Scott [Wed, 16 May 2001 10:25:13 +0000 (10:25 +0000)] 
fix version 1 vs. version 2 as default directory type.

24 years agobump revision number.
Nathan Scott [Tue, 15 May 2001 03:43:23 +0000 (03:43 +0000)] 
bump revision number.

24 years agonoop change for userspace - just syncing with kernel source.
Nathan Scott [Thu, 10 May 2001 01:35:41 +0000 (01:35 +0000)] 
noop change for userspace - just syncing with kernel source.

24 years agoinsert (experimental) rtcp binary - for eric/others working on realtime Release-1_0_0
Nathan Scott [Wed, 9 May 2001 06:56:06 +0000 (06:56 +0000)] 
insert (experimental) rtcp binary - for eric/others working on realtime
support, this is a useful little tool.

24 years agobump minor - 1.2.5.
Nathan Scott [Mon, 7 May 2001 02:46:00 +0000 (02:46 +0000)] 
bump minor - 1.2.5.

24 years agoupdate Thomas' email contact details.
Nathan Scott [Sun, 6 May 2001 04:11:54 +0000 (04:11 +0000)] 
update Thomas' email contact details.

24 years agoupdate readme text to match current quota commands output.
Nathan Scott [Fri, 4 May 2001 01:15:24 +0000 (01:15 +0000)] 
update readme text to match current quota commands output.

24 years agofix typo.
Nathan Scott [Tue, 1 May 2001 05:14:50 +0000 (05:14 +0000)] 
fix typo.

24 years agoadded -L <label> option to mkfs.xfs.
Nathan Scott [Tue, 1 May 2001 04:26:18 +0000 (04:26 +0000)] 
added -L <label> option to mkfs.xfs.

24 years agobump version number.
Nathan Scott [Fri, 27 Apr 2001 00:55:33 +0000 (00:55 +0000)] 
bump version number.

24 years agotwo birds with one stone - this fixes the bad memory accesses by logprint
Nathan Scott [Fri, 20 Apr 2001 08:09:28 +0000 (08:09 +0000)] 
two birds with one stone - this fixes the bad memory accesses by logprint
when dumping agi unlinked buckets in a continue'd transaction, and also
fixes up the incorrect and incomplete support for quota log items (dquots
and quotaoff).

24 years agoadd in fstyp checker as a non-default make target.
Nathan Scott [Thu, 19 Apr 2001 04:57:33 +0000 (04:57 +0000)] 
add in fstyp checker as a non-default make target.

24 years agosync with no-op kernel change - stats macro usage change, not used in userspace.
Nathan Scott [Thu, 19 Apr 2001 02:41:37 +0000 (02:41 +0000)] 
sync with no-op kernel change - stats macro usage change, not used in userspace.

24 years agosync with kernel, change guarded by __KERNEL__, so no affect to userspace.
Nathan Scott [Thu, 19 Apr 2001 02:29:42 +0000 (02:29 +0000)] 
sync with kernel, change guarded by __KERNEL__, so no affect to userspace.

24 years agoAdded John Trostel for the addition of some libacl functions.
Tim Shimmin [Wed, 18 Apr 2001 01:57:20 +0000 (01:57 +0000)] 
Added John Trostel for the addition of some libacl functions.

24 years agoremove kernel-only old init function prototype.
Nathan Scott [Wed, 18 Apr 2001 01:37:00 +0000 (01:37 +0000)] 
remove kernel-only old init function prototype.

24 years agosync with kernel header, change doesn't affect userspace.
Nathan Scott [Tue, 17 Apr 2001 01:36:11 +0000 (01:36 +0000)] 
sync with kernel header, change doesn't affect userspace.

24 years agomerge in kernel inode structure shrink
Steve Lord [Mon, 16 Apr 2001 22:53:46 +0000 (22:53 +0000)] 
merge in kernel inode structure shrink

24 years agopush 1.2.2 into debian unstable.
Nathan Scott [Fri, 13 Apr 2001 00:46:33 +0000 (00:46 +0000)] 
push 1.2.2 into debian unstable.

24 years agonewer version of gcc picks up a couple more warnings.
Nathan Scott [Fri, 13 Apr 2001 00:04:55 +0000 (00:04 +0000)] 
newer version of gcc picks up a couple more warnings.

24 years agofixup warnings with -Wno-parentheses removed.
Nathan Scott [Thu, 12 Apr 2001 23:49:04 +0000 (23:49 +0000)] 
fixup warnings with -Wno-parentheses removed.

24 years agosync with kernel, dirent -> xfs_dirent.
Nathan Scott [Thu, 12 Apr 2001 23:30:32 +0000 (23:30 +0000)] 
sync with kernel, dirent -> xfs_dirent.

24 years ago%p has an implied 0x prefix - qa is sensitive to this, so revert.
Nathan Scott [Tue, 10 Apr 2001 06:02:37 +0000 (06:02 +0000)] 
%p has an implied 0x prefix - qa is sensitive to this, so revert.

24 years agobump minor version number.
Nathan Scott [Mon, 9 Apr 2001 07:41:10 +0000 (07:41 +0000)] 
bump minor version number.

24 years agofix [xfs_]check in conjunction with group quota - a reference to projid
Nathan Scott [Wed, 4 Apr 2001 05:48:47 +0000 (05:48 +0000)] 
fix [xfs_]check in conjunction with group quota - a reference to projid
was still hidden away in there.

24 years agobump minor version number.
Nathan Scott [Wed, 4 Apr 2001 04:11:07 +0000 (04:11 +0000)] 
bump minor version number.

24 years agomove to version 1.2.0 for group quota changes. v1.2.0
Nathan Scott [Tue, 3 Apr 2001 02:52:38 +0000 (02:52 +0000)] 
move to version 1.2.0 for group quota changes.

24 years agoApply RAID5 checks to RAID4 too.
Martin K. Petersen [Sat, 31 Mar 2001 23:07:57 +0000 (23:07 +0000)] 
Apply RAID5 checks to RAID4 too.

24 years agoSyncing with xfs_linux.h
Mark Nordstrand [Thu, 29 Mar 2001 22:14:58 +0000 (22:14 +0000)] 
Syncing with xfs_linux.h

24 years agomake clean before proceeding to do a build to ensure no leftovers
Nathan Scott [Thu, 29 Mar 2001 06:30:35 +0000 (06:30 +0000)] 
make clean before proceeding to do a build to ensure no leftovers
corrupt subsequent invocations (for rpm builds).

24 years agoAdd endian conversion to xfs_repair to prevent removal of valid acls.
Andrew Gildfind [Thu, 29 Mar 2001 06:30:18 +0000 (06:30 +0000)] 
Add endian conversion to xfs_repair to prevent removal of valid acls.

24 years agoupdate to document the new quota userspace version & changes in xfsdump.
Nathan Scott [Thu, 29 Mar 2001 06:25:45 +0000 (06:25 +0000)] 
update to document the new quota userspace version & changes in xfsdump.

24 years agoneed md-int.h in the list of lsrcfiles in order that it makes it into the package.
Nathan Scott [Tue, 27 Mar 2001 23:26:40 +0000 (23:26 +0000)] 
need md-int.h in the list of lsrcfiles in order that it makes it into the package.

24 years agoCompile fix
Martin K. Petersen [Tue, 27 Mar 2001 20:57:55 +0000 (20:57 +0000)] 
Compile fix

24 years agoUpdated man page section about sunit and swidth.
Martin K. Petersen [Tue, 27 Mar 2001 04:37:58 +0000 (04:37 +0000)] 
Updated man page section about sunit and swidth.

24 years agoAutomagic stripe unit/stripe width extraction for MD RAID devices
Martin K. Petersen [Tue, 27 Mar 2001 04:24:31 +0000 (04:24 +0000)] 
Automagic stripe unit/stripe width extraction for MD RAID devices

24 years agoadd Jan Kara to the list, acknowledging his efforts in unifying the
Nathan Scott [Tue, 27 Mar 2001 00:45:40 +0000 (00:45 +0000)] 
add Jan Kara to the list, acknowledging his efforts in unifying the
different versions of quota user tools (incl. xfs support).

24 years agoBumped version
Martin K. Petersen [Fri, 23 Mar 2001 23:15:19 +0000 (23:15 +0000)] 
Bumped version

24 years agoAdd heuristics to the mkfs command to make it guesstimate internal log size.
Martin K. Petersen [Fri, 23 Mar 2001 22:09:53 +0000 (22:09 +0000)] 
Add heuristics to the mkfs command to make it guesstimate internal log size.

24 years agoadd bullet point re spec file changes, make upper/lower case more consistent.
Nathan Scott [Tue, 20 Mar 2001 23:07:12 +0000 (23:07 +0000)] 
add bullet point re spec file changes, make upper/lower case more consistent.

24 years agoUpgrade LVM to 0.9beta6
Martin K. Petersen [Tue, 20 Mar 2001 20:10:08 +0000 (20:10 +0000)] 
Upgrade LVM to 0.9beta6

24 years agochange sed subsitution from ./rpmmacros to rpmmacros ... this fixes cmd build
Russell Cattelan [Tue, 20 Mar 2001 19:36:13 +0000 (19:36 +0000)] 
change sed subsitution from ./rpmmacros to rpmmacros ... this fixes cmd build
with rpm 4.0.2

24 years agothe devel package can no longer conflict with xfs-cmds as xfsprogs
Nathan Scott [Tue, 20 Mar 2001 04:12:26 +0000 (04:12 +0000)] 
the devel package can no longer conflict with xfs-cmds as xfsprogs
provides xfs-cmds, whoever it does require xfsprogs so should all
come out OK.

24 years agochange conflicts to provides at {russell,martin}'s suggestion.
Nathan Scott [Tue, 20 Mar 2001 03:09:12 +0000 (03:09 +0000)] 
change conflicts to provides at {russell,martin}'s suggestion.

24 years agoroll minor version number.
Nathan Scott [Tue, 20 Mar 2001 01:57:36 +0000 (01:57 +0000)] 
roll minor version number.

24 years agopush 1.1.5 into unstable.
Nathan Scott [Mon, 19 Mar 2001 00:38:00 +0000 (00:38 +0000)] 
push 1.1.5 into unstable.

24 years agoUpgrade LVM support to 0.9/IOP10.
Martin K. Petersen [Tue, 13 Mar 2001 05:32:06 +0000 (05:32 +0000)] 
Upgrade LVM support to 0.9/IOP10.

24 years agosync with recent change to kernel xfs_inode change - doesn't affect
Nathan Scott [Mon, 12 Mar 2001 21:51:11 +0000 (21:51 +0000)] 
sync with recent change to kernel xfs_inode change - doesn't affect
userspace at all, but keep files in sync.

24 years agobump minor release number.
Nathan Scott [Fri, 9 Mar 2001 21:32:37 +0000 (21:32 +0000)] 
bump minor release number.

24 years agoBumped ioctl numbers for BLKBSZSET and BLKBSZGET to avoid conflicts with
Martin K. Petersen [Fri, 9 Mar 2001 15:40:51 +0000 (15:40 +0000)] 
Bumped ioctl numbers for BLKBSZSET and BLKBSZGET to avoid conflicts with
IA64 EFI ioctls.

24 years agoOnly try to set block size when running mkfs or repair on an unmounted device.
Martin K. Petersen [Fri, 9 Mar 2001 05:38:39 +0000 (05:38 +0000)] 
Only try to set block size when running mkfs or repair on an unmounted device.

24 years agoReplaced BLKSETSIZE with BLKBSZSET.
Martin K. Petersen [Thu, 8 Mar 2001 03:29:45 +0000 (03:29 +0000)] 
Replaced BLKSETSIZE with BLKBSZSET.

24 years agoreenable use of direct IO now that DIOCINFO and O_DIRECT are working.
Nathan Scott [Tue, 6 Mar 2001 21:43:21 +0000 (21:43 +0000)] 
reenable use of direct IO now that DIOCINFO and O_DIRECT are working.

24 years agomake sure all build leftovers are cleaned up.
Nathan Scott [Thu, 1 Mar 2001 01:48:49 +0000 (01:48 +0000)] 
make sure all build leftovers are cleaned up.

24 years agoupdate for minor build/Makefile change.
Nathan Scott [Thu, 1 Mar 2001 01:31:21 +0000 (01:31 +0000)] 
update for minor build/Makefile change.

24 years agosync with kernel. XLOG_MAX_ICLOGS not used in userspace, so no effect
Nathan Scott [Sat, 24 Feb 2001 03:45:21 +0000 (03:45 +0000)] 
sync with kernel.  XLOG_MAX_ICLOGS not used in userspace, so no effect
on userspace is possible with this change.

24 years agoupdate for 1.1.2 changes.
Nathan Scott [Tue, 20 Feb 2001 00:36:57 +0000 (00:36 +0000)] 
update for 1.1.2 changes.

24 years agoexplicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h.
Nathan Scott [Mon, 19 Feb 2001 00:38:02 +0000 (00:38 +0000)] 
explicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h.

24 years agosync with kernel header.
Nathan Scott [Tue, 13 Feb 2001 02:12:29 +0000 (02:12 +0000)] 
sync with kernel header.

24 years agobump minor version number after work for extended attributes.
Nathan Scott [Sat, 10 Feb 2001 00:31:03 +0000 (00:31 +0000)] 
bump minor version number after work for extended attributes.

24 years agoNo Message Supplied
Andrew Gildfind [Fri, 9 Feb 2001 07:45:14 +0000 (07:45 +0000)] 
No Message Supplied