]>
git.ipfire.org Git - thirdparty/xfsprogs-dev.git/log
Nathan Scott [Wed, 26 Oct 2005 03:56:56 +0000 (03:56 +0000)]
Fix a couple of man page examples, missing the -x option.
Merge of master-melb:xfs-cmds:24208a by kenmcd.
Nathan Scott [Sat, 8 Oct 2005 03:49:24 +0000 (03:49 +0000)]
Bump xfsprogs version number for recent changes.
Merge of master-melb:xfs-cmds:24041a by kenmcd.
Nathan Scott [Sat, 8 Oct 2005 03:48:41 +0000 (03:48 +0000)]
Merge in minor build tweaks for the FreeBSD porters.
Merge of master-melb:xfs-cmds:24040a by kenmcd.
Nathan Scott [Sat, 8 Oct 2005 03:47:58 +0000 (03:47 +0000)]
Fix read/write calls in xfs_io to allow buffers larger than 4GiB on 64 bit platforms.
Merge of master-melb:xfs-cmds:24039a by kenmcd.
Nathan Scott [Sat, 8 Oct 2005 03:47:16 +0000 (03:47 +0000)]
Merge back some kernel changes to fix warnings from gcc.
Merge of master-melb:xfs-cmds:24038a by kenmcd.
Nathan Scott [Thu, 29 Sep 2005 04:02:32 +0000 (04:02 +0000)]
Cleanup fsxattr interace use, now that IRIX also supports projid via this mechanism.
Nathan Scott [Thu, 29 Sep 2005 03:56:47 +0000 (03:56 +0000)]
Bump xfsprogs version number for recent changes.
Nathan Scott [Thu, 29 Sep 2005 03:44:42 +0000 (03:44 +0000)]
Fix morebits bit check in xfs_repair, previously it would clear features2.
Nathan Scott [Thu, 29 Sep 2005 03:32:20 +0000 (03:32 +0000)]
Add repair code for propogating attr2 bit to secondary superblocks (ala attr1).
Nathan Scott [Thu, 29 Sep 2005 03:27:13 +0000 (03:27 +0000)]
Merge back further kernel changes into libxfs, esp. attr2 related, and extend xfs_db attrset code to allow noattr2 debugging also.
Nathan Scott [Thu, 29 Sep 2005 03:23:31 +0000 (03:23 +0000)]
Merge back a kernel attr2 fix into libxfs.
Yingping Lu [Wed, 28 Sep 2005 18:53:35 +0000 (18:53 +0000)]
Fix segmentation fault due to allocation size
Change version
Christoph Hellwig [Wed, 21 Sep 2005 10:10:36 +0000 (10:10 +0000)]
Fix xfs_db build with GCC 4.x
include some headers to avoid arrays of incomplete type in prototype warning
Nathan Scott [Tue, 20 Sep 2005 15:35:43 +0000 (15:35 +0000)]
Fix trivial compiler warnings in a scanf.
Merge of master-melb:xfs-cmds:23866a by kenmcd.
Nathan Scott [Tue, 20 Sep 2005 15:35:02 +0000 (15:35 +0000)]
Bump version number for xfsprogs.
Merge of master-melb:xfs-cmds:23865a by kenmcd.
Nathan Scott [Tue, 20 Sep 2005 15:34:20 +0000 (15:34 +0000)]
Fix strtok botch which prevented extraction of rtdev name.
Merge of master-melb:xfs-cmds:23864a by kenmcd.
Nathan Scott [Tue, 20 Sep 2005 15:33:37 +0000 (15:33 +0000)]
Switch to using /proc/self/mounts instead of /etc/mtab now this has all we need.
Merge of master-melb:xfs-cmds:23863a by kenmcd.
Nathan Scott [Fri, 16 Sep 2005 15:22:05 +0000 (15:22 +0000)]
Update xfsprogs version to 2.7.0.
Merge of master-melb:xfs-cmds:23842a by kenmcd.
Nathan Scott [Fri, 16 Sep 2005 15:21:23 +0000 (15:21 +0000)]
Resolve quota-related uid/gid signedness issues in userspace tools.
Merge of master-melb:xfs-cmds:23841a by kenmcd.
Nathan Scott [Fri, 16 Sep 2005 15:20:40 +0000 (15:20 +0000)]
Issue a quote sync before reporting quota, resolving issue with delayed allocation.
Merge of master-melb:xfs-cmds:23840a by kenmcd.
Nathan Scott [Fri, 16 Sep 2005 15:19:56 +0000 (15:19 +0000)]
Support for updated inline extended attributes format (attr2).
Merge of master-melb:xfs-cmds:23839a by kenmcd.
Nathan Scott [Fri, 16 Sep 2005 15:19:08 +0000 (15:19 +0000)]
Add xfs_db expert mode commands for set/remove of extended attributes.
Merge of master-melb:xfs-cmds:23838a by kenmcd.
Nathan Scott [Thu, 11 Aug 2005 06:02:16 +0000 (06:02 +0000)]
Fix builds for FreeBSD, thanks to Craig Rodrigues.
Merge of master-melb:xfs-cmds:23478a by kenmcd.
Nathan Scott [Wed, 10 Aug 2005 03:48:52 +0000 (03:48 +0000)]
Fix hyphens in this man page - not all were back-slashed.
Merge of master-melb:xfs-cmds:23446a by kenmcd.
Nathan Scott [Thu, 28 Jul 2005 06:03:50 +0000 (06:03 +0000)]
Bump xfsprogs version number.
Merge of master-melb:xfs-cmds:23297a by kenmcd.
Nathan Scott [Thu, 28 Jul 2005 06:03:08 +0000 (06:03 +0000)]
Perform log stripe alignment checks on external as well as internal logs.
Merge of master-melb:xfs-cmds:23296a by kenmcd.
Nathan Scott [Thu, 28 Jul 2005 06:02:26 +0000 (06:02 +0000)]
Do not dereference null xfs_mount pointer if we fail to initialise.
Merge of master-melb:xfs-cmds:23294a by kenmcd.
Nathan Scott [Thu, 28 Jul 2005 06:01:44 +0000 (06:01 +0000)]
Revert accidental checkin, chunk of code from a upcoming patch.
Merge of master-melb:xfs-cmds:23293a by kenmcd.
Eric Sandeen [Thu, 28 Jul 2005 02:04:19 +0000 (02:04 +0000)]
avoid 32-bit overflow when calculating secondary superblock offsets
Tim Shimmin [Mon, 4 Jul 2005 06:00:09 +0000 (06:00 +0000)]
Get libhandle working on IRIX for qa. Put back fd_to_handle.
Merge of master-melb:xfs-cmds:23053a by kenmcd.
Nathan Scott [Mon, 20 Jun 2005 03:50:09 +0000 (03:50 +0000)]
Fix a typo in a comment.
Merge of master-melb:xfs-cmds:22911a by kenmcd.
Nathan Scott [Mon, 20 Jun 2005 03:49:29 +0000 (03:49 +0000)]
Reset loop counter for multiple commands, found by QA.
Merge of master-melb:xfs-cmds:22910a by kenmcd.
Nathan Scott [Mon, 20 Jun 2005 03:48:49 +0000 (03:48 +0000)]
Bump xfsprogs version number.
Merge of master-melb:xfs-cmds:22904a by kenmcd.
Nathan Scott [Mon, 20 Jun 2005 03:48:08 +0000 (03:48 +0000)]
Make blocktrash an expert-mode-only xfs_db command since its dangerous.
Merge of master-melb:xfs-cmds:22903a by kenmcd.
Nathan Scott [Mon, 20 Jun 2005 03:47:26 +0000 (03:47 +0000)]
Switch to using fsxattr instead of special projid ioctls.
Merge of master-melb:xfs-cmds:22902a by kenmcd.
Bill Kendall [Mon, 13 Jun 2005 14:59:17 +0000 (14:59 +0000)]
Use a temporary 32-bit variable in readlink_by_handle to avoid
updating the wrong half of a size_t pointer. This could happen
on 64-bit, big endian systems.
Nathan Scott [Tue, 7 Jun 2005 23:34:55 +0000 (23:34 +0000)]
Fix minor xfs_quota double-reporting issue found by QA testing project quota; bump xfsprogs version.
Christoph Hellwig [Tue, 7 Jun 2005 14:56:07 +0000 (14:56 +0000)]
resync endianess handling in xfsprogs with the kernel
Nathan Scott [Mon, 6 Jun 2005 06:02:26 +0000 (06:02 +0000)]
Bump xfsprogs version number.
Merge of master-melb:xfs-cmds:22830a by kenmcd.
Nathan Scott [Mon, 6 Jun 2005 06:01:44 +0000 (06:01 +0000)]
Extend get_subvol_wrapper with another parameter which tells whether or not to align sectors/blocks for this device. Use it in mkfs for RAID4/5/6.
Merge of master-melb:xfs-cmds:22829a by kenmcd.
Nathan Scott [Mon, 6 Jun 2005 03:50:11 +0000 (03:50 +0000)]
Fixup that last fix attempting to not align on linear MD arrays; also added in RAID4/6/10 support.
Merge of master-melb:xfs-cmds:22819a by kenmcd.
Nathan Scott [Mon, 6 Jun 2005 03:49:30 +0000 (03:49 +0000)]
Minor man page corrections, patch botch on xfs_quota.8
Merge of master-melb:xfs-cmds:22818a by kenmcd.
Nathan Scott [Fri, 3 Jun 2005 06:12:02 +0000 (06:12 +0000)]
Bump xfsprogs version number for recent changes, switch xfs_quota on in the build.
Merge of master-melb:xfs-cmds:22800a by kenmcd.
Nathan Scott [Fri, 3 Jun 2005 06:11:20 +0000 (06:11 +0000)]
Add O_NONBLOCK option to xfs_io open command.
Merge of master-melb:xfs-cmds:22799a by kenmcd.
Nathan Scott [Fri, 3 Jun 2005 06:10:38 +0000 (06:10 +0000)]
Fix xfs_quota bugs found by QA tests, and add some options to assist testing.
Merge of master-melb:xfs-cmds:22798a by kenmcd.
Nathan Scott [Fri, 3 Jun 2005 06:09:56 +0000 (06:09 +0000)]
Add a man page for xfs_quota utility.
Merge of master-melb:xfs-cmds:22797a by kenmcd.
Nathan Scott [Fri, 3 Jun 2005 06:08:37 +0000 (06:08 +0000)]
Do not do stripe alignment in mkfs for raid0/1 MD devices.
Merge of master-melb:xfs-cmds:22794a by kenmcd.
Nathan Scott [Fri, 3 Jun 2005 06:07:09 +0000 (06:07 +0000)]
Portability changes to get xfs_quota to compile on IRIX as well.
Merge of master-melb:xfs-cmds:22792a by kenmcd.
Christoph Hellwig [Wed, 11 May 2005 09:10:43 +0000 (09:10 +0000)]
fix mkfs.xfs manpage: stripe width isn't returned by stat
Christoph Hellwig [Mon, 25 Apr 2005 13:21:46 +0000 (13:21 +0000)]
GCC4 signedness fixes
cvtnum and init_cvtnum take unsigned paramaters now
Christoph Hellwig [Thu, 21 Apr 2005 10:02:03 +0000 (10:02 +0000)]
GCC4 fixes
remove bogus const attribute on function return values
Nathan Scott [Tue, 19 Apr 2005 15:00:30 +0000 (15:00 +0000)]
Initial version of xfs quota utility. Knows how to do user/group/project quota, provides missing freespace reporting for realtime on Linux, and for project quotas. Allows all current and future XFS quota functionality to be exposed without complicating the standard quota tools.
Merge of master-melb:xfs-cmds:22274a by kenmcd.
Nathan Scott [Tue, 19 Apr 2005 14:59:46 +0000 (14:59 +0000)]
Move common utility code into a libxcmd.a to ease sharing amongst multiple tools.
Merge of master-melb:xfs-cmds:22271a by kenmcd.
Christoph Hellwig [Tue, 19 Apr 2005 07:33:02 +0000 (07:33 +0000)]
fix obj_to_handle on 64bit, Big Endian Systems
bump to 2.6.29
Nathan Scott [Tue, 19 Apr 2005 03:57:24 +0000 (03:57 +0000)]
Merge back kernel changes into libxfs, mainly endian stuff.
Merge of master-melb:xfs-cmds:22256a by kenmcd.
Christoph Hellwig [Mon, 18 Apr 2005 19:39:36 +0000 (19:39 +0000)]
check whether we actually have an rpm binary before lookin at its version
check whether we actually have an rpm binary before lookin at its version
Christoph Hellwig [Fri, 15 Apr 2005 15:11:20 +0000 (15:11 +0000)]
fix mkfs.xfs -dfile
only query rt subvolume stripe aligment if we actually have a rt subvolume
Ryan Hankins [Fri, 8 Apr 2005 15:02:15 +0000 (15:02 +0000)]
Instead of printing individual blocks when there is a range of bad
blocks within an AG, just print the range. This should greatly reduce
the output from xfs_check in some cases.
Nathan Scott [Fri, 1 Apr 2005 03:55:14 +0000 (03:55 +0000)]
Fix gcc warnings resulting from merging Dans directory quota code.
Merge of master-melb:xfs-cmds:22031a by kenmcd.
Nathan Scott [Thu, 31 Mar 2005 14:59:00 +0000 (14:59 +0000)]
Yet more fixes to get xfs_db to compile with gcc4.
Merge of master-melb:xfs-cmds:22023a by kenmcd.
Nathan Scott [Wed, 30 Mar 2005 05:59:03 +0000 (05:59 +0000)]
Handle all of usr/grp/prj quota types.
Merge of master-melb:xfs-cmds:21995a by kenmcd.
Nathan Scott [Wed, 30 Mar 2005 03:46:24 +0000 (03:46 +0000)]
Bump version number after couple of earlier changes.
Merge of master-melb:xfs-cmds:21992a by kenmcd.
Nathan Scott [Wed, 30 Mar 2005 03:45:42 +0000 (03:45 +0000)]
Marge Dans project/group quota coexistence code changes so db/repair can also support project quota.
Merge of master-melb:xfs-cmds:21991a by kenmcd.
Nathan Scott [Wed, 30 Mar 2005 03:44:55 +0000 (03:44 +0000)]
Fix compilation issues with version 4 of gcc.
Merge of master-melb:xfs-cmds:21990a by kenmcd.
Nathan Scott [Wed, 30 Mar 2005 03:44:11 +0000 (03:44 +0000)]
Fix compilation warning on inode size checks.
Merge of master-melb:xfs-cmds:21989a by kenmcd.
Nathan Scott [Wed, 23 Mar 2005 02:57:38 +0000 (02:57 +0000)]
Bump xfsprogs version number after last couple of changes.
Merge of master-melb:xfs-cmds:21927a by kenmcd.
Nathan Scott [Wed, 23 Mar 2005 02:56:57 +0000 (02:56 +0000)]
Fix default mkfs allocation group size calculations for filesystem sizes in the range 32 - 64 terabytes.
Merge of master-melb:xfs-cmds:21926a by kenmcd.
Nathan Scott [Wed, 23 Mar 2005 02:56:17 +0000 (02:56 +0000)]
Add noalign suboptions to -d and -r to allow auto-stripe-alignment to be switched off.
Merge of master-melb:xfs-cmds:21924a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:11:46 +0000 (14:11 +0000)]
Use fixed width reprting for the common cases, aids benchmark scripting.
Merge of master-melb:xfs-cmds:21783a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:11:05 +0000 (14:11 +0000)]
Bump xfsprogs version number, tweak debian packaging.
Merge of master-melb:xfs-cmds:21782a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:09:45 +0000 (14:09 +0000)]
Make imap available as an expert xfs_io command.
Merge of master-melb:xfs-cmds:21780a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:08:59 +0000 (14:08 +0000)]
Improve the statistics reporting for xfs_io.
Merge of master-melb:xfs-cmds:21779a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:08:18 +0000 (14:08 +0000)]
Resolve build issue with using libtermcap/libreadline via configure option.
Merge of master-melb:xfs-cmds:21777a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:07:37 +0000 (14:07 +0000)]
Trivial man page update.
Merge of master-melb:xfs-cmds:21776a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:06:56 +0000 (14:06 +0000)]
Install a stripped down <xfs/xfs.h> without lots of libxfs.h baggage.
Merge of master-melb:xfs-cmds:21775a by kenmcd.
Nathan Scott [Wed, 9 Mar 2005 14:06:15 +0000 (14:06 +0000)]
Fix builds with gcc version 4 - static vs extern in headers.
Merge of master-melb:xfs-cmds:21773a by kenmcd.
Nathan Scott [Tue, 8 Mar 2005 02:53:05 +0000 (02:53 +0000)]
Fix up some autoconf macros to get freebsd builds working again.
Merge of master-melb:xfs-cmds:21750a by kenmcd.
Nathan Scott [Mon, 21 Feb 2005 02:46:54 +0000 (02:46 +0000)]
Propogae last BSD build/configure fix to all places its useful.
Merge of master-melb:xfs-cmds:21571a by kenmcd.
Russell Cattelan [Mon, 3 Jan 2005 17:11:36 +0000 (17:11 +0000)]
Small path addition change for FreeBSD builds: Submitted by: Craig Rodrigues
Tim Shimmin [Tue, 14 Dec 2004 13:46:57 +0000 (13:46 +0000)]
sync up xfs_log_priv.h from kernel with userspace
Merge of xfs-cmds-melb:slinx:20714a by kenmcd.
sync up xfs_log_priv.h from kernel with userspace
Tim Shimmin [Fri, 22 Oct 2004 14:38:06 +0000 (14:38 +0000)]
Get xfstests building on irix using root/toolroot.
Merge of xfs-cmds-melb:slinx:19868a by kenmcd.
Update to work with xfstests/src and ltp code.
Nathan Scott [Thu, 7 Oct 2004 23:09:23 +0000 (23:09 +0000)]
Be more strict when checking presence of fadvise, fix build for old glibc versions.
Nathan Scott [Thu, 30 Sep 2004 14:52:19 +0000 (14:52 +0000)]
Keep userspace packaging in sync, portability changes; sync user/kernel source/headers; man page updates; allow e size suffix in mkfs.
Merge of xfs-cmds-melb:slinx:19613a by kenmcd.
Nathan Scott [Sat, 18 Sep 2004 14:35:54 +0000 (14:35 +0000)]
Update man pages for xfs_io lsattr changes and inode flags.
Merge of xfs-cmds-melb:slinx:19502a by kenmcd.
Nathan Scott [Sat, 18 Sep 2004 14:35:16 +0000 (14:35 +0000)]
Bump xfsprogs version for xfs_io fixes.
Merge of xfs-cmds-melb:slinx:19501a by kenmcd.
Nathan Scott [Fri, 17 Sep 2004 06:41:01 +0000 (06:41 +0000)]
Add recursive modes to lsattr/chattr. Ensure command line command are applied to each file specified on command line, not just one.
Merge of xfs-cmds-melb:slinx:19498a by kenmcd.
Nathan Scott [Fri, 17 Sep 2004 06:40:22 +0000 (06:40 +0000)]
Fix xfs_io request size handling botch in alloc_buffer when going from larger to smaller request sizes.
Merge of xfs-cmds-melb:slinx:19497a by kenmcd.
Nathan Scott [Fri, 17 Sep 2004 06:32:01 +0000 (06:32 +0000)]
Move lsattr/chattr commands into separate file, we need to add some more options here soon for IRIX so these are getting enough code to warrant separate sources. No functional change.
Merge of xfs-cmds-melb:slinx:19483a by kenmcd.
Nathan Scott [Fri, 10 Sep 2004 02:23:29 +0000 (02:23 +0000)]
Updates mainly to get a clean xfs_io compile on IRIX (non-gcc), and to
add a couple more inode flags needed initially on IRIX (Linux soon).
Bump version number.
Nathan Scott [Fri, 10 Sep 2004 02:06:02 +0000 (02:06 +0000)]
Trivial update to match added macros on other platforms, etc.
Nathan Scott [Mon, 16 Aug 2004 06:53:44 +0000 (06:53 +0000)]
Update documentation about the additional XFS inode flags.
Nathan Scott [Mon, 9 Aug 2004 05:56:12 +0000 (05:56 +0000)]
Fix merge botch from test workarea.
Nathan Scott [Mon, 9 Aug 2004 05:43:58 +0000 (05:43 +0000)]
Bump xfsprogs version number.
Nathan Scott [Mon, 9 Aug 2004 05:41:55 +0000 (05:41 +0000)]
Fix up auto-detection of available libc features being used by xfs_io; including sendfile, fadvise, madvise, etc.
Nathan Scott [Mon, 9 Aug 2004 05:39:08 +0000 (05:39 +0000)]
Support rtinherit bit in xfs_io chattr/lsattr commands.
Nathan Scott [Mon, 9 Aug 2004 05:33:35 +0000 (05:33 +0000)]
Support rtinherit bit in xfs_io chattr/lsattr commands.
Nathan Scott [Mon, 9 Aug 2004 05:30:39 +0000 (05:30 +0000)]
Do not issue BLKFLSBUF to ramdisk devices.
Nathan Scott [Thu, 5 Aug 2004 05:45:20 +0000 (05:45 +0000)]
Add knowledge to xfs_db about the realtime inheritence bit.
Nathan Scott [Wed, 28 Jul 2004 22:37:13 +0000 (22:37 +0000)]
Sync up Debian control file udeb priority with the archive.
Nathan Scott [Wed, 28 Jul 2004 19:35:44 +0000 (19:35 +0000)]
Update Debian packaging info.