]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/log
thirdparty/xfsprogs-dev.git
18 years agoFixed three issues in v2 directory checks in phase 6.
Barry Naujok [Thu, 21 Sep 2006 15:49:20 +0000 (15:49 +0000)] 
Fixed three issues in v2 directory checks in phase 6.
Merge of master-melb:xfs-cmds:27015a by kenmcd.

  Fixed three issues in v2 directory checks in phase 6.

18 years agoUpdate Debian packaging info for xfsprogs.
Nathan Scott [Tue, 29 Aug 2006 06:12:20 +0000 (06:12 +0000)] 
Update Debian packaging info for xfsprogs.
Merge of master-melb:xfs-cmds:26885a by kenmcd.

18 years agoMake default realtime geometry appropriate for both buffered/direct IO
Nathan Scott [Tue, 29 Aug 2006 06:11:36 +0000 (06:11 +0000)] 
Make default realtime geometry appropriate for both buffered/direct IO
Merge of master-melb:xfs-cmds:26884a by kenmcd.

18 years agoBump xfsprogs version number, after recent changes.
Nathan Scott [Tue, 29 Aug 2006 06:10:51 +0000 (06:10 +0000)] 
Bump xfsprogs version number, after recent changes.
Merge of master-melb:xfs-cmds:26883a by kenmcd.

18 years agoUpdate Polish xfsprogs translation, thanks to Jakub Bogusz.
Nathan Scott [Tue, 29 Aug 2006 06:10:01 +0000 (06:10 +0000)] 
Update Polish xfsprogs translation, thanks to Jakub Bogusz.
Merge of master-melb:xfs-cmds:26882a by kenmcd.

18 years agoMulti-thread modifications to xfs_repair.
Madan Valluri [Tue, 29 Aug 2006 00:49:38 +0000 (00:49 +0000)] 
Multi-thread modifications to xfs_repair.
Added declaration of libxfs_nproc.

18 years agoFix symlink detection in userspace Makefiles
Nathan Scott [Mon, 21 Aug 2006 06:09:21 +0000 (06:09 +0000)] 
Fix symlink detection in userspace Makefiles
Merge of master-melb:xfs-cmds:26823a by kenmcd.

18 years agoWhen called from mk_incore_fstree, the startblock parameter is in increasing order.
Madan Valluri [Wed, 9 Aug 2006 15:08:11 +0000 (15:08 +0000)] 
When called from  mk_incore_fstree, the startblock parameter is in increasing order.
This means the new insert has to be at the end of the applicable bcnt extent list.
The current implementation traverses the applicable bcnt extent list for each insert.
The more the inserts, the longer it takes.
Added last field to avl struct.

18 years agoBump xfsprogs version number after recent changes.
Nathan Scott [Tue, 8 Aug 2006 15:35:49 +0000 (15:35 +0000)] 
Bump xfsprogs version number after recent changes.
Merge of master-melb:xfs-cmds:26733a by kenmcd.

18 years agoCleanup logprint IO patterns by making it not use the libxfs buffer cache (uses raw...
Nathan Scott [Tue, 8 Aug 2006 15:35:06 +0000 (15:35 +0000)] 
Cleanup logprint IO patterns by making it not use the libxfs buffer cache (uses raw mode again).
Merge of master-melb:xfs-cmds:26732a by kenmcd.

18 years agoFix up warnings being reported by mkfs when running QA with an external log on a...
Nathan Scott [Tue, 8 Aug 2006 15:34:23 +0000 (15:34 +0000)] 
Fix up warnings being reported by mkfs when running QA with an external log on a ramdisk.
Merge of master-melb:xfs-cmds:26731a by kenmcd.

18 years agoCleanup some leftover turds from the days when volume managers new about XFS subvolum...
Nathan Scott [Tue, 8 Aug 2006 15:33:39 +0000 (15:33 +0000)] 
Cleanup some leftover turds from the days when volume managers new about XFS subvolumes (wasnt even useful code then, to be honest).
Merge of master-melb:xfs-cmds:26730a by kenmcd.

18 years agoFix up subvolume-as-file mkfs specification to be consistent.
Nathan Scott [Tue, 8 Aug 2006 15:32:54 +0000 (15:32 +0000)] 
Fix up subvolume-as-file mkfs specification to be consistent.
Merge of master-melb:xfs-cmds:26729a by kenmcd.

18 years agoAllow tools to use direct IO on Linux when reading from the device, if teh device...
Nathan Scott [Tue, 8 Aug 2006 15:32:10 +0000 (15:32 +0000)] 
Allow tools to use direct IO on Linux when reading from the device, if teh device supports it, and if the tools is OK with that (most are).  Mainly for xfs_repair speedups, now that libxfs caches metadata buffers internally.
Merge of master-melb:xfs-cmds:26728a by kenmcd.

18 years agoThe new algorithm scans the incore avl tree for and then processing directories.
Madan Valluri [Fri, 4 Aug 2006 15:29:41 +0000 (15:29 +0000)] 
The new algorithm scans the incore avl tree for and then processing directories.
The prior implementation traverses the directory heirarchy, using a "stack" model.
This patch in conjunction with the pre-fetching code on Irix provides a 3X improvement
phase 6.
New algorithm scans the incore avl tree for and then processing directories.

18 years agoBump xfsprogs version number.
Nathan Scott [Fri, 4 Aug 2006 13:49:22 +0000 (13:49 +0000)] 
Bump xfsprogs version number.
Merge of master-melb:xfs-cmds:26665a by kenmcd.

18 years agoFix dirv2 rebuild in phase6
Barry Naujok [Fri, 4 Aug 2006 13:48:38 +0000 (13:48 +0000)] 
Fix dirv2 rebuild in phase6
Merge of master-melb:xfs-cmds:26664a by kenmcd.

  pv:954405
  Added flush operation for the buffer cache

18 years agoFix buffer sizing issue for large pagesize systems, affecting mkfs auto-device-type...
Nathan Scott [Fri, 4 Aug 2006 13:47:52 +0000 (13:47 +0000)] 
Fix buffer sizing issue for large pagesize systems, affecting mkfs auto-device-type-detection heuristics.
Merge of master-melb:xfs-cmds:26662a by kenmcd.

18 years agoFix buglet in xfs_quota(8) man page example use of report command.
Nathan Scott [Fri, 4 Aug 2006 13:45:44 +0000 (13:45 +0000)] 
Fix buglet in xfs_quota(8) man page example use of report command.
Merge of master-melb:xfs-cmds:26632a by kenmcd.

18 years agoBump xfsprogs version number and document changes.
Nathan Scott [Fri, 4 Aug 2006 13:41:16 +0000 (13:41 +0000)] 
Bump xfsprogs version number and document changes.
Merge of master-melb:xfs-cmds:26577a by kenmcd.

18 years agoEnsure we install user/group using symbolic names, else rpm may barf.
Nathan Scott [Fri, 4 Aug 2006 13:40:31 +0000 (13:40 +0000)] 
Ensure we install user/group using symbolic names, else rpm may barf.
Merge of master-melb:xfs-cmds:26576a by kenmcd.

18 years agoFix use of realtime/log subvols as-a-file, like data subvol, for testing.
Nathan Scott [Fri, 4 Aug 2006 13:39:48 +0000 (13:39 +0000)] 
Fix use of realtime/log subvols as-a-file, like data subvol, for testing.
Merge of master-melb:xfs-cmds:26575a by kenmcd.

18 years agoThis mod implements a new algorithm for phase7 which
Madan Valluri [Thu, 20 Jul 2006 18:22:50 +0000 (18:22 +0000)] 
This  mod implements a new algorithm for phase7 which
makes use of the recently introduced prefetch framework.

Instead of using the transaction framework one inode at a
time, we read large chunks of inodes off the disk in chunks
and compare the nlink count.
This  mod implements a new algorithm for phase7 which
makes use of the recently introduced prefetch framework.

Instead of using the transaction framework one inode at a
time, we read large chunks of inodes off the disk in chunks
and compare the nlink count.

18 years agofix make depend for libtool libraries
Tim Shimmin [Fri, 14 Jul 2006 15:34:37 +0000 (15:34 +0000)] 
fix make depend for libtool libraries
Merge of master-melb:xfs-cmds:26539a by kenmcd.

19 years agofix code to build for both variants of uuid definitions - straight array and array
Tim Shimmin [Mon, 10 Jul 2006 15:35:10 +0000 (15:35 +0000)] 
fix code to build for both variants of uuid definitions - straight array and array
embedded in a struct.
Merge of master-melb:xfs-cmds:26504a by kenmcd.

  bump for uuid copy fix for logprint

19 years agoFix incorrect HFILES in libxfs Makefile.
Nathan Scott [Fri, 7 Jul 2006 04:58:48 +0000 (04:58 +0000)] 
Fix incorrect HFILES in libxfs Makefile.
Merge of master-melb:xfs-cmds:26458a by kenmcd.

19 years agoBump version number after recent changes in repair.
Nathan Scott [Fri, 7 Jul 2006 04:58:00 +0000 (04:58 +0000)] 
Bump version number after recent changes in repair.
Merge of master-melb:xfs-cmds:26457a by kenmcd.

19 years agoxfs_repair deletes duplicate name. Deleted entries end up in lost+found.
Barry Naujok [Thu, 6 Jul 2006 06:09:12 +0000 (06:09 +0000)] 
xfs_repair deletes duplicate name. Deleted entries end up in lost+found.
Merge of master-melb:xfs-cmds:26446a by kenmcd.

  pv:858691
  xfs_repair deletes duplicate name. Deleted entries end up in lost+found.

19 years agoUpdate xfsprogs package to better integrate into the Ubuntu localisation up-to-dated...
Nathan Scott [Wed, 5 Jul 2006 03:55:57 +0000 (03:55 +0000)] 
Update xfsprogs package to better integrate into the Ubuntu localisation up-to-dated-ness tracking system (Rosetta).
Merge of master-melb:xfs-cmds:26421a by kenmcd.

19 years agoUserspace cache suffers the same reverse-list-insert issue that the kernel did.
Nathan Scott [Wed, 5 Jul 2006 03:54:20 +0000 (03:54 +0000)] 
Userspace cache suffers the same reverse-list-insert issue that the kernel did.
Merge of master-melb:xfs-cmds:26418a by kenmcd.

19 years agolibxfs/rdwr.c uses platform specific memalign paramater.
Madan Valluri [Tue, 4 Jul 2006 14:51:22 +0000 (14:51 +0000)] 
libxfs/rdwr.c uses platform specific memalign paramater.
Implement platform_memalignment function.

19 years agosome Makefile dependency fixes
Tim Shimmin [Tue, 4 Jul 2006 03:51:26 +0000 (03:51 +0000)] 
some Makefile dependency fixes
Merge of master-melb:xfs-cmds:26405a by kenmcd.

  specify platform for depend flags

19 years agoFix up the irix build with the log format 32/64 packed changes being
Tim Shimmin [Tue, 4 Jul 2006 03:50:40 +0000 (03:50 +0000)] 
Fix up the irix build with the log format 32/64 packed changes being
put into irix.h and GCCFLAGS separated out.
Merge of master-melb:xfs-cmds:26404a by kenmcd.

  fix up compiler flags for irix - don't want gcc ones

19 years agoAdded prefetching to buffer cache via POSIX lio_listio interface.
Madan Valluri [Fri, 30 Jun 2006 14:38:12 +0000 (14:38 +0000)] 
Added prefetching to buffer cache via POSIX lio_listio interface.
Add -lrt to link line.

19 years agoMinor Debian packaging updates, and man page typoe fixes from Debian.
Nathan Scott [Mon, 26 Jun 2006 06:09:47 +0000 (06:09 +0000)] 
Minor Debian packaging updates, and man page typoe fixes from Debian.
Merge of master-melb:xfs-cmds:26349a by kenmcd.

19 years agoMerge a bug fix from Bastian Kleineidam, related to correctly transalating device...
Nathan Scott [Mon, 26 Jun 2006 06:09:02 +0000 (06:09 +0000)] 
Merge a bug fix from Bastian Kleineidam, related to correctly transalating device names to filesystem paths for reporting.
Merge of master-melb:xfs-cmds:26348a by kenmcd.

19 years agoBump xfsprogs version number, merge trivial double-free bugfix from community.
Nathan Scott [Thu, 22 Jun 2006 03:53:28 +0000 (03:53 +0000)] 
Bump xfsprogs version number, merge trivial double-free bugfix from community.
Merge of master-melb:xfs-cmds:26306a by kenmcd.

19 years agoFix Makefile botch wrt old copy of list.h
Nathan Scott [Tue, 20 Jun 2006 15:58:48 +0000 (15:58 +0000)] 
Fix Makefile botch wrt old copy of list.h
Merge of master-melb:xfs-cmds:26291a by kenmcd.

19 years agoFix refcounting issue on the two superblock realtime inodes.
Nathan Scott [Sat, 17 Jun 2006 06:15:26 +0000 (06:15 +0000)] 
Fix refcounting issue on the two superblock realtime inodes.
Merge of master-melb:xfs-cmds:26273a by kenmcd.

19 years agoFix transaction inode refcounting issue in libxfs, plus minor cleanup.
Nathan Scott [Sat, 17 Jun 2006 06:14:39 +0000 (06:14 +0000)] 
Fix transaction inode refcounting issue in libxfs, plus minor cleanup.
Merge of master-melb:xfs-cmds:26272a by kenmcd.

19 years agoTrivial change to allow cache debugging options to be more easily enabled.
Nathan Scott [Sat, 17 Jun 2006 06:13:53 +0000 (06:13 +0000)] 
Trivial change to allow cache debugging options to be more easily enabled.
Merge of master-melb:xfs-cmds:26271a by kenmcd.

19 years agoFix realtime inode reference counting buglet in mkfs proto file code.
Nathan Scott [Sat, 17 Jun 2006 06:13:09 +0000 (06:13 +0000)] 
Fix realtime inode reference counting buglet in mkfs proto file code.
Merge of master-melb:xfs-cmds:26270a by kenmcd.

19 years agoMinor xfsprogs updates - man pages, docs, version number bump.
Nathan Scott [Sat, 17 Jun 2006 06:12:23 +0000 (06:12 +0000)] 
Minor xfsprogs updates - man pages, docs, version number bump.
Merge of master-melb:xfs-cmds:26269a by kenmcd.

19 years agoFix up logprint so that 32 bit or 64 bit versions of logprint binaries
Tim Shimmin [Fri, 16 Jun 2006 03:52:27 +0000 (03:52 +0000)] 
Fix up logprint so that 32 bit or 64 bit versions of logprint binaries
can print a log from an XFS file system on a 64bit or 32bit os.
Merge of master-melb:xfs-cmds:26264a by kenmcd.

  Copied from kernel. 32 & 64 bit versions of EFI/EFD format items.

19 years agoUpdate credits file to mention Barts laptop mode patches, most remiss of me.
Nathan Scott [Thu, 15 Jun 2006 04:01:59 +0000 (04:01 +0000)] 
Update credits file to mention Barts laptop mode patches, most remiss of me.
Merge of master-melb:xfs-cmds:26244a by kenmcd.

19 years agoOngoing xfs_repair/libxfs scaling work - incorporate lio_listio detection into the...
Nathan Scott [Thu, 8 Jun 2006 03:57:56 +0000 (03:57 +0000)] 
Ongoing xfs_repair/libxfs scaling work - incorporate lio_listio detection into the build.
Merge of master-melb:xfs-cmds:26199a by kenmcd.

19 years agoBack out removal of HAVE_SWABMACROS for now - IRIX builds still need it atm.
Nathan Scott [Wed, 7 Jun 2006 04:28:06 +0000 (04:28 +0000)] 
Back out removal of HAVE_SWABMACROS for now - IRIX builds still need it atm.
Merge of master-melb:xfs-cmds:26188a by kenmcd.

19 years agoSupply FILE * parameter of stderr to libxfs_report.
Madan Valluri [Tue, 6 Jun 2006 03:30:36 +0000 (03:30 +0000)] 
Supply FILE * parameter of stderr to libxfs_report.
Supply FILE * parameter of stderr to libxfs_report.
Call libxfs_report after each phase to report cache information.

19 years agoImprove repair cache hit efficiency reporting.
Madan Valluri [Tue, 6 Jun 2006 00:53:42 +0000 (00:53 +0000)] 
Improve repair cache hit efficiency reporting.
1) added ch_count field to struct cache_hash.
2) Added FILE *fp, to cache_report proto.

19 years agoFix an endianness issue in the FreeBSD headers, remove a no-longer-needed HAVE macro...
Nathan Scott [Mon, 29 May 2006 03:54:39 +0000 (03:54 +0000)] 
Fix an endianness issue in the FreeBSD headers, remove a no-longer-needed HAVE macro too.
Merge of master-melb:xfs-cmds:26062a by kenmcd.

19 years agoReally fix gcc warning on ia64 this time.
Nathan Scott [Mon, 29 May 2006 03:53:51 +0000 (03:53 +0000)] 
Really fix gcc warning on ia64 this time.
Merge of master-melb:xfs-cmds:26061a by kenmcd.

19 years agoFix compiler warning with gcc on ia64.
Nathan Scott [Fri, 26 May 2006 04:01:34 +0000 (04:01 +0000)] 
Fix compiler warning with gcc on ia64.
Merge of master-melb:xfs-cmds:26035a by kenmcd.

19 years agoInstrumentation of new cache code.
Madan Valluri [Wed, 24 May 2006 01:37:54 +0000 (01:37 +0000)] 
Instrumentation of new cache code.
Adjust cache hash bucket size from command line.
1) Added additional fields to cache struct
2) Added cache_report function prototype.

19 years agoFix userspace inclusion of libxfs.h for other tools.
Nathan Scott [Mon, 22 May 2006 03:52:53 +0000 (03:52 +0000)] 
Fix userspace inclusion of libxfs.h for other tools.
Merge of master-melb:xfs-cmds:25996a by kenmcd.

19 years agoFix userspace inclusion of libxfs.h for other tools.
Nathan Scott [Mon, 22 May 2006 03:52:10 +0000 (03:52 +0000)] 
Fix userspace inclusion of libxfs.h for other tools.
Merge of master-melb:xfs-cmds:25995a by kenmcd.

19 years agoAdd degframentation exclusion support
Barry Naujok [Fri, 19 May 2006 06:08:50 +0000 (06:08 +0000)] 
Add degframentation exclusion support
Merge of master-melb:xfs-cmds:25987a by kenmcd.

  Add no-defrag flag support to xfs_db

19 years ago1) Edits to avoid using static memory buffers (Makefile, attr_repair.c,
Madan Valluri [Fri, 19 May 2006 04:16:20 +0000 (04:16 +0000)] 
1) Edits to avoid using static memory buffers (Makefile, attr_repair.c,
  dir.c, init.c)
2) Eliminate unused static variable use in scan.c + loop counter
  check optimization.
1) Added libpthread

19 years agoBump xfsprogs version to 2.8.x, fix some minor build issues. v2.8.0
Nathan Scott [Thu, 18 May 2006 15:53:34 +0000 (15:53 +0000)] 
Bump xfsprogs version to 2.8.x, fix some minor build issues.
Merge of master-melb:xfs-cmds:25970a by kenmcd.

19 years agoProvide a mechanism for batch writeout of buffer cache nodes.
Nathan Scott [Thu, 18 May 2006 15:52:48 +0000 (15:52 +0000)] 
Provide a mechanism for batch writeout of buffer cache nodes.
Merge of master-melb:xfs-cmds:25968a by kenmcd.

19 years agoImplement buffer and inode caching in libxfs, groundwork for a parallel version of...
Nathan Scott [Thu, 18 May 2006 15:52:04 +0000 (15:52 +0000)] 
Implement buffer and inode caching in libxfs, groundwork for a parallel version of xfs_repair.
Merge of master-melb:xfs-cmds:25967a by kenmcd.

19 years agoFix buffer refcount leak on an AGFL buffer.
Nathan Scott [Thu, 18 May 2006 15:51:18 +0000 (15:51 +0000)] 
Fix buffer refcount leak on an AGFL buffer.
Merge of master-melb:xfs-cmds:25966a by kenmcd.

19 years agoFix missed iput on realtime inodes in phase6 of repair.
Nathan Scott [Thu, 18 May 2006 15:50:35 +0000 (15:50 +0000)] 
Fix missed iput on realtime inodes in phase6 of repair.
Merge of master-melb:xfs-cmds:25965a by kenmcd.

19 years agoFix some leaked references on buffers in dabufs in phase6.
Nathan Scott [Thu, 18 May 2006 15:49:52 +0000 (15:49 +0000)] 
Fix some leaked references on buffers in dabufs in phase6.
Merge of master-melb:xfs-cmds:25964a by kenmcd.

19 years agoInitial version of a generic cache, which will provide a buffer/inode cache shortly...
Nathan Scott [Thu, 18 May 2006 15:49:09 +0000 (15:49 +0000)] 
Initial version of a generic cache, which will provide a buffer/inode cache shortly.  Uses pthread-based locking for mutex on shared structures.
Merge of master-melb:xfs-cmds:25963a by kenmcd.

19 years agoAdd code to xfs_db/admin to allow version 1 to version 2 log transition.
Nathan Scott [Thu, 18 May 2006 03:48:51 +0000 (03:48 +0000)] 
Add code to xfs_db/admin to allow version 1 to version 2 log transition.
Merge of master-melb:xfs-cmds:25961a by kenmcd.

19 years agopv:952931
Barry Naujok [Tue, 16 May 2006 06:05:01 +0000 (06:05 +0000)] 
pv:952931
Phase 4 didn't clear the entire bmap array
Merge of master-melb:xfs-cmds:25947a by kenmcd.

  Updated version number

19 years agoThe agno/block checking was off by one.
Madan Valluri [Tue, 16 May 2006 03:00:15 +0000 (03:00 +0000)] 
The agno/block checking was off by one.
The agno/block checking was off by one in the verify_ag_bno.

19 years agoFix compilation for xfs_repair after recent optimisations. __inline -> static inline...
Nathan Scott [Mon, 15 May 2006 15:29:58 +0000 (15:29 +0000)] 
Fix compilation for xfs_repair after recent optimisations.  __inline -> static inline, and remove debug-only copies of some routines.
Merge of master-melb:xfs-cmds:25940a by kenmcd.

19 years agoThese changes fall into three categores which are:
Madan Valluri [Fri, 12 May 2006 16:03:02 +0000 (16:03 +0000)] 
These changes fall into three categores which are:

1) Eliminate compiler warning (COMP)
2) Bug fixes (BUG)
3) Reduce CPU cycles. (CPU)
1) Supply cast to libxfs_da_hashname (COMP)

19 years agoFix parent.c compile warnings on ia64.
Nathan Scott [Fri, 5 May 2006 03:58:39 +0000 (03:58 +0000)] 
Fix parent.c compile warnings on ia64.
Merge of master-melb:xfs-cmds:25891a by kenmcd.

19 years agoFix alignment issue back porting to IRIX.
Nathan Scott [Tue, 2 May 2006 15:35:40 +0000 (15:35 +0000)] 
Fix alignment issue back porting to IRIX.
Merge of master-melb:xfs-cmds:25869a by kenmcd.

19 years agoComplete uuid platform abstractions, fix do_div for 64 bit platforms.
Nathan Scott [Fri, 28 Apr 2006 04:02:55 +0000 (04:02 +0000)] 
Complete uuid platform abstractions, fix do_div for 64 bit platforms.
Merge of master-melb:xfs-cmds:25844a by kenmcd.

19 years agoxfs_io parent changes for newer interface
Tim Shimmin [Thu, 27 Apr 2006 15:41:39 +0000 (15:41 +0000)] 
xfs_io parent changes for newer interface
Merge of master-melb:xfs-cmds:25839a by kenmcd.

  Add in parent code to Makefile.

19 years agoBackport xfs_repair from the xfs-cmds tree to IRIX to aid parallel repair merging...
Nathan Scott [Thu, 27 Apr 2006 15:40:54 +0000 (15:40 +0000)] 
Backport xfs_repair from the xfs-cmds tree to IRIX to aid parallel repair merging later.
Merge of master-melb:xfs-cmds:25838a by kenmcd.

19 years agoFix up check of right most branch in a multi-level extent btree
Barry Naujok [Thu, 27 Apr 2006 15:40:08 +0000 (15:40 +0000)] 
Fix up check of right most branch in a multi-level extent btree
Merge of master-melb:xfs-cmds:25836a by kenmcd.

  pv:952341
  Fix up check of right most branch in a multi-level extent btree

19 years agoFix up xfsprogs Debian build issue, and access to /etc/mtab checks.
Nathan Scott [Wed, 5 Apr 2006 03:56:25 +0000 (03:56 +0000)] 
Fix up xfsprogs Debian build issue, and access to /etc/mtab checks.
Merge of master-melb:xfs-cmds:25678a by kenmcd.

19 years agofix lib64 installs
Tim Shimmin [Tue, 4 Apr 2006 06:06:00 +0000 (06:06 +0000)] 
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.

19 years agoBump xfsprogs version number for recent changes.
Nathan Scott [Mon, 27 Mar 2006 06:05:35 +0000 (06:05 +0000)] 
Bump xfsprogs version number for recent changes.
Merge of master-melb:xfs-cmds:25567a by kenmcd.

19 years agoDocument recent changes, enable -O2 by default for builds.
Nathan Scott [Wed, 22 Mar 2006 02:53:54 +0000 (02:53 +0000)] 
Document recent changes, enable -O2 by default for builds.
Merge of master-melb:xfs-cmds:25533a by kenmcd.

19 years agoFix a man page typo in the xfs_quota man page.
Nathan Scott [Wed, 22 Mar 2006 02:53:11 +0000 (02:53 +0000)] 
Fix a man page typo in the xfs_quota man page.
Merge of master-melb:xfs-cmds:25532a by kenmcd.

19 years agoFix realtime freespace accounting for df, missed an fsb to bytes conversion.
Nathan Scott [Wed, 22 Mar 2006 02:52:28 +0000 (02:52 +0000)] 
Fix realtime freespace accounting for df, missed an fsb to bytes conversion.
Merge of master-melb:xfs-cmds:25530a by kenmcd.

19 years agoBump xfsprogs version number for recent changes.
Nathan Scott [Fri, 3 Mar 2006 02:56:51 +0000 (02:56 +0000)] 
Bump xfsprogs version number for recent changes.
Merge of master-melb:xfs-cmds:25353a by kenmcd.

19 years agoFix mishandling of external log/rt devices in userspace for old kernels where procfs...
Nathan Scott [Fri, 3 Mar 2006 02:56:08 +0000 (02:56 +0000)] 
Fix mishandling of external log/rt devices in userspace for old kernels where procfs output was subtely different.
Merge of master-melb:xfs-cmds:25352a by kenmcd.

19 years agoFix a bug in the xfs_copy log re-write code avoiding duplicate UUIDs. Also fix the...
Nathan Scott [Fri, 3 Mar 2006 02:55:24 +0000 (02:55 +0000)] 
Fix a bug in the xfs_copy log re-write code avoiding duplicate UUIDs.  Also fix the logic for sizing the direct write buffer, which fails for large maxdio sizes.
Merge of master-melb:xfs-cmds:25351a by kenmcd.

19 years agoDebian packaging updates.
Nathan Scott [Wed, 15 Feb 2006 14:33:42 +0000 (14:33 +0000)] 
Debian packaging updates.
Merge of master-melb:xfs-cmds:25205a by kenmcd.

19 years agoDebian packaging updates for xfsprogs.
Nathan Scott [Wed, 15 Feb 2006 14:32:13 +0000 (14:32 +0000)] 
Debian packaging updates for xfsprogs.
Merge of master-melb:xfs-cmds:25203a by kenmcd.

19 years agoget rid of cursor and more parameters for getparents functions.
Tim Shimmin [Wed, 15 Feb 2006 02:50:54 +0000 (02:50 +0000)] 
get rid of cursor and more parameters for getparents functions.
Slight function namechange at the same time.
Merge of master-melb:xfs-cmds:25194a by kenmcd.

  Remove cursor and more parameters.

19 years agoRearrange some struct/typedef declarations to work with more compiler variants.
Nathan Scott [Mon, 13 Feb 2006 14:37:59 +0000 (14:37 +0000)] 
Rearrange some struct/typedef declarations to work with more compiler variants.
Merge of master-melb:xfs-cmds:25183a by kenmcd.

19 years agoFix compilation for non-Linux builds (thanks to FreeBSD folks).
Nathan Scott [Wed, 8 Feb 2006 05:03:06 +0000 (05:03 +0000)] 
Fix compilation for non-Linux builds (thanks to FreeBSD folks).
Merge of master-melb:xfs-cmds:25141a by kenmcd.

19 years agoFix compilation for non-Linux builds (thanks to FreeBSD folks).
Nathan Scott [Wed, 8 Feb 2006 02:50:45 +0000 (02:50 +0000)] 
Fix compilation for non-Linux builds (thanks to FreeBSD folks).
Merge of master-melb:xfs-cmds:25140a by kenmcd.

19 years agoMake fsck.xfs provide more assistance to the unwary user.
Nathan Scott [Wed, 8 Feb 2006 02:50:01 +0000 (02:50 +0000)] 
Make fsck.xfs provide more assistance to the unwary user.
Merge of master-melb:xfs-cmds:25138a by kenmcd.

19 years agoMinor updates - spec file usr/grp fixups on install, double-free cleanup in libattr...
Nathan Scott [Tue, 31 Jan 2006 14:24:29 +0000 (14:24 +0000)] 
Minor updates - spec file usr/grp fixups on install, double-free cleanup in libattr for non-alloca platforms.
Merge of master-melb:xfs-cmds:25070a by kenmcd.

19 years agoRebuild the xfsprogs.pot file for translations.
Nathan Scott [Tue, 31 Jan 2006 05:04:15 +0000 (05:04 +0000)] 
Rebuild the xfsprogs.pot file for translations.
Merge of master-melb:xfs-cmds:25067a by kenmcd.

19 years agoInitial xfsprogs Polish translation, thanks to Jakub Bogusz <qboosh@pld-linux.org>.
Nathan Scott [Tue, 31 Jan 2006 05:02:59 +0000 (05:02 +0000)] 
Initial xfsprogs Polish translation, thanks to Jakub Bogusz <qboosh@pld-linux.org>.
Merge of master-melb:xfs-cmds:25066a by kenmcd.

19 years agoFix a Makefile botch, bump xfsprogs version.
Nathan Scott [Tue, 17 Jan 2006 03:35:56 +0000 (03:35 +0000)] 
Fix a Makefile botch, bump xfsprogs version.

19 years agoFix ppc64 build parse error.
Andrew Jones [Thu, 5 Jan 2006 02:55:00 +0000 (02:55 +0000)] 
Fix ppc64 build parse error.
Merge of master-melb:xfs-cmds:24915a by kenmcd.

  Added missing closing ')' for line #define be16_to_cpu(val)      ((__uint16_t)(val)

19 years agoTweak headers to be more suitable for C++ apps - removes nested struct declarations...
Nathan Scott [Sat, 17 Dec 2005 14:11:04 +0000 (14:11 +0000)] 
Tweak headers to be more suitable for C++ apps - removes nested struct declarations, which are used outside the scope they are declared in.
Merge of master-melb:xfs-cmds:24865a by kenmcd.

19 years agoBump xfsprogs version number for recent changes.
Nathan Scott [Sat, 17 Dec 2005 14:10:20 +0000 (14:10 +0000)] 
Bump xfsprogs version number for recent changes.
Merge of master-melb:xfs-cmds:24864a by kenmcd.

19 years agoBump xfsprogs version number for recent changes.
Nathan Scott [Sat, 17 Dec 2005 14:09:35 +0000 (14:09 +0000)] 
Bump xfsprogs version number for recent changes.
Merge of master-melb:xfs-cmds:24863a by kenmcd.

19 years agoCleanup xfs_repair error reporting slightly.
Nathan Scott [Sat, 17 Dec 2005 14:08:50 +0000 (14:08 +0000)] 
Cleanup xfs_repair error reporting slightly.
Merge of master-melb:xfs-cmds:24862a by kenmcd.