aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-31remove incorrect 100 subtree limit from xfsdump manpageDean Gaudet1-1/+0
2008-12-30add support for building with sparseChristoph Hellwig1-2/+2
2008-12-30fix up xfs-cmds build after the parallel-festEric Sandeen1-1/+1
2008-11-26fprintf returns the number of characters printed, we can use thisBarry Naujok2-20/+6
2008-11-26Don't redeclare offsetof, we already include <stddef.h> to get it andBarry Naujok1-2/+0
2008-11-21Allow parallel builds of xfs-cmds.Barry Naujok4-24/+47
2008-11-18Fix up some error handling in _rmt_open for popen, fgets which return pointersTim Shimmin3-3/+7
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok6-266/+158
2008-04-24xfsdump debian changesAnibal Monsalve Salazar6-6/+22
2008-03-03Debian and version updatesBarry Naujok1-0/+1
2008-02-08Change xfsinvutil to prune entries with 0 media files even when -mBill Kendall4-4/+14
2008-02-01Ask TS directly whether the device xfsdump is using is fixed or variable,Bill Kendall3-15/+35
2007-08-24Fedora Core 8 refuses to compile code that uses O_CREAT on an open(2) call wi...Bill Kendall8-9/+12
2007-06-28make sure the library link respects LDFLAGSBarry Naujok1-0/+1
2007-05-28Update debian changelogsBarry Naujok1-3/+3
2007-05-24Restrict acess to temp working directoryBarry Naujok3-5/+23
2007-02-01Bump xfsdump version to 2.2.44 and document changes.Bill Kendall2-1/+12
2007-02-01Issue a sync call before doing the initial inode scan so thatBill Kendall1-0/+8
2007-02-01When using -z, check a file's size against the max dump file sizeBill Kendall4-6/+42
2007-02-01Log a message for each quota file restored, not just the first one.Bill Kendall1-5/+15
2007-02-01Initialize xfsdump's logging facility earlier during initialization.Bill Kendall4-10/+29
2007-02-01xfsdump uses the optopt variable from getopt incorrectly. It assumesBill Kendall9-61/+61
2006-10-04The DMF-specific code in xfsdump was taking a shortcut inBill Kendall4-21/+61
2006-10-02Change xfsdump to use its inode map to determine the next inodeBill Kendall7-78/+159
2006-08-21Fix symlink detection in userspace MakefilesNathan Scott2-2/+5
2006-08-11Update debian changelog for xfsdump.Nathan Scott1-2/+2
2006-08-09Remove xfsdump's dependency on libdm by substituting libdm callsBill Kendall13-103/+36
2006-08-04Fix typo noticed by Ming Zhang.Tim Shimmin1-1/+1
2006-08-04Merge the uid/gid username/groupname install target fixup to all packages.Nathan Scott2-6/+6
2006-07-14fix make depend for libtool librariesTim Shimmin3-7/+18
2006-07-05Update xfsdump package to better integrate into the Ubuntu localisation up-to...Nathan Scott9-3785/+256
2006-07-04some Makefile dependency fixesTim Shimmin6-14/+26
2006-06-21Modify the xfsdump makefiles to be parallel-compile safe. ThanksBill Kendall5-7/+16
2006-06-21Fix xfsdump build issue vs latest xfsprogs, fix cc warnings on NDEBUG.Nathan Scott2-1/+2
2006-06-20Update Debian changelog for xfsdump.Nathan Scott1-2/+2
2006-06-06Improve subtree dump performance. The old way of doingBill Kendall3-669/+136
2006-06-06The inomap was implemented to all efficient lookups inBill Kendall3-437/+419
2006-06-06xfsdump had a set of macros and a set of functions for manipulatingBill Kendall2-220/+87
2006-06-06Add a function to call a given callback for each inode group inBill Kendall3-21/+66
2006-05-24Update debian changelog for xfsdump.Nathan Scott1-1/+1
2006-05-24Roll xfsdump version forward for recent changes, update configure goo.Nathan Scott6-219/+230
2006-05-24Fix fsr handling of directory argument, using strcmp on paths is bad. Debian...Nathan Scott1-30/+24
2006-05-24Update xfsdump build to use xfs.h instead of libxfs.h, fixing a recent namesp...Nathan Scott57-70/+135
2006-05-24Fix fsr handling of directory argument, using strcmp on paths is bad. Debian...Nathan Scott1-11/+20
2006-05-19Add degframentation exclusion supportBarry Naujok2-2/+22
2006-05-04Change xfsrestore to use the DMF NOMIGR (no-migrate) attribute whenBill Kendall4-76/+252
2006-05-02Allow LDFLAGS to come from build env, for the Gentoo fringe dwellers.Nathan Scott2-1/+2
2006-05-01This was meant to be checked in with the previous mod (for PV 939438).Bill Kendall1-0/+3
2006-05-01Another approach to restoring the immutable flag at the correctBill Kendall6-466/+345
2006-04-24Change tape strategies to default to using a single media file,Bill Kendall7-147/+25
2006-04-20Move hsmapi.[hc] to the common directory so that xfsrestore canBill Kendall5-4/+6
2006-04-06Update debian changelog for xfsdump.Nathan Scott1-0/+6
2006-04-05Fix bulkstat error reporting in xfs_fsr.Nathan Scott1-3/+6
2006-04-05Fix incorrect handling of several extended inode flags/fields by xfs_fsr (pro...Nathan Scott1-37/+29
2006-04-05Fix up some whitespace inconsistencies in xfs_fsr code.Nathan Scott1-61/+59
2006-04-05Fix some memory and file descriptor leaks in xfs_fsr.Nathan Scott1-0/+4
2006-04-05xfsdump packaging updates for Debian.Nathan Scott4-3/+11
2006-04-04fix lib64 installsTim Shimmin9-179/+305
2006-02-15Debian packaging updates.Nathan Scott2-1/+2
2006-02-15Debian packaging updates for xfsdump.Nathan Scott7-27/+35
2006-02-07Merge in some changes from the IRIX tree. A few minor bugBill Kendall20-608/+587
2006-02-06Fix up a configure diagnostic when detecting attr/acl headers.Nathan Scott2-7/+7
2006-01-31Bump xfsdump version, document changes.Nathan Scott3-3/+36
2006-01-31This mod adds a number of optimizations to increase theBill Kendall20-449/+624
2006-01-31Minor updates - spec file usr/grp fixups on install, double-free cleanup in l...Nathan Scott1-0/+3
2006-01-26Update xfsdump man page to explain how to use chattrBill Kendall2-58/+27
2005-12-16Add option to allow dump time to be overridden.Bill Kendall6-4/+46
2005-11-29Bump xfsdump version and update change log for recent fixes.Bill Kendall2-1/+9
2005-11-29Change xfsdump to dump project quotas in addition to user and groupBill Kendall15-518/+38
2005-11-29Change xfsrestore to set various inode flags at the appropriateBill Kendall6-29/+199
2005-11-10Add support for dumping and restoring project ids for regular filesBill Kendall7-41/+46
2005-11-10Change xfsdump and xfsrestore to unconditionally compile support forBill Kendall15-244/+40
2005-11-10Bump version numbers of userspace packages to note copyright/license updates.Nathan Scott3-26/+36
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ...Nathan Scott132-3699/+1753
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ...Nathan Scott21-596/+1
2005-11-07Keep packaging scripts in sync across all of the packages were maintaining hereNathan Scott3-5/+19
2005-07-28Fix xfsrq use of setquota. Fix verbose mode in xfsrq also.Nathan Scott4-16/+25
2005-06-23When restoring a filesystem that is nearly full, writes start toBill Kendall3-13/+26
2005-06-03get rid of stat64_to_xfsbstatTim Shimmin6-60/+23
2005-04-21GCC4 fixesChristoph Hellwig4-5/+5
2005-04-19extract major number directly from struct stat in xfsdumpChristoph Hellwig1-8/+1
2005-04-18check whether we actually have an rpm binary before lookin at its versionChristoph Hellwig2-4/+4
2005-03-09Fix xfsdump builds with gcc version 4 - static vs extern in headers.Nathan Scott4-2/+12
2005-03-08Fix up some autoconf macros to get freebsd builds working again.Nathan Scott2-2/+2
2005-02-21Propogae last BSD build/configure fix to all places its useful.Nathan Scott2-6/+6
2005-02-09Fix a couple of spots in xfsrestore where XFS-specific calls wereBill Kendall7-59/+58
2004-10-13Bump xfsdump version to deal with a mixup from a fix coming in via LBS.Nathan Scott3-9/+13
2004-10-11xfsdump needs help handling offline dmapi filesBill Kendall2-0/+5
2004-09-30Keep userspace packaging in sync, portability changes.Nathan Scott11-51/+140
2004-09-17Fix incorrect use of hyphens where minus sign was intended.Nathan Scott4-33/+33
2004-09-14Update xfsdump Debian changelog.Nathan Scott1-0/+6
2004-07-22make ocount argument to bulkstat a signed 32 int - suggested by Jan-Jaap van...Tim Shimmin4-7/+14
2004-07-20The next release of DMF (3.1) will introduce a new attributeBill Kendall5-75/+195
2004-04-16Update Debian packagin information.Nathan Scott1-1/+1
2004-04-16Debian packaging updates.Nathan Scott1-2/+2
2004-04-15- Fix file descriptor leak in path_to_fshandle. It now cachesBill Kendall4-26/+23
2004-03-31update invutil for correct string length and to use snprintf (bugzilla#320)ptools8-40/+56
2004-03-24Update Debian packaging information.Nathan Scott1-0/+6
2004-03-23Change fsr routines so that they don't copy data unlessEric Sandeen3-14/+40
2004-03-19Simpler fix for the libuuid problem from awhile ago, works with all autoconf ...Nathan Scott2-22/+20
2004-02-26Whoops, missed a comment close delimiter in last fix.fsgqa1-8/+9
2004-02-26Update Debian packaging information.Nathan Scott1-5/+6
2004-02-26Add xfsdump support for the security extended attributes namespace.Mandy Kirkconnell7-38/+83
2004-02-19Bump required attr dev version number for security attr macros.Nathan Scott1-1/+1
2004-02-16Ensure packaging and configuring is done correctly, after libhandle extension.Nathan Scott6-7/+14
2004-02-13Some of the libhandle routines were not clear whether they were workingMandy Kirkconnell5-11/+27
2004-01-26Update xfsdump Debian build files.Nathan Scott2-1/+8
2004-01-19Fix up autoconf/configure issues, esp. mishandling the AC_CHECK_SIZEOF macro.Nathan Scott2-4/+4
2004-01-05Add support to properly dump and restore the new inode flags:Mandy Kirkconnell7-56/+160
2003-12-28When xfsdump was modified in 2.2.13, the ioctl used to backspace over theMandy Kirkconnell3-10/+80
2003-11-17Remove a section from xfs_fsr man page which is inapprioriate for Linux.Nathan Scott1-9/+0
2003-11-02Debian packaging update to close out an old DMAPI package-naming request. On...Nathan Scott5-4/+14
2003-10-08Default package version to 1, not 0, to follow conventionEric Sandeen1-1/+1
2003-08-24Clarify the configure message for when pre-xfsctl libxfs.h versions are being...Nathan Scott2-23/+24
2003-07-23Move xfs_copy into xfsprogs, build and install it too. Reasons for it being ...Nathan Scott5-1447/+1
2003-07-23Do a better job of managing targets in xfs_copyNathan Scott2-110/+68
2003-07-22Numerous xfs_copy cleanups - remove dead code, unused variables, sanitize sou...Nathan Scott4-294/+124
2003-07-22update xfsdump debian changelog for uploadNathan Scott1-0/+6
2003-07-22xfs_copy updates - several man page fixes, sanitise logging code, add tempora...Nathan Scott2-692/+340
2003-07-21Fix ST/TS tape driver compatibility issues in drive_scsitape.Mandy Kirkconnell3-65/+70
2003-07-16should be printing the i'th element of target_names if target_names has more ...Harshula Jayasuriya1-1/+1
2003-07-14fixed segfault in xfs_copyHarshula Jayasuriya1-1/+2
2003-07-07Dont rebuild .pot file always, for fresh checkouts it will be readonlyNathan Scott1-2/+2
2003-07-07Fix userspace build so that msgmerge is not always run. Originally by Steve ...Nathan Scott1-3/+6
2003-06-24Remove (busted anyway) Id rcs keywords for keeping trees in syncNathan Scott1-1/+1
2003-06-13Stop the hyphenation of SGI_XFSDUMP_SKIP_FILE attribute nameIvan Rayner1-3/+9
2003-05-29Fix Makefile error in xfsinvutil disabling optional ncurses supportNathan Scott4-2/+12
2003-05-20Fix an endian coversion bugRussell Cattelan1-1/+1
2003-05-15Minor updates to the xfs_copy Makefile to get build working again.Nathan Scott1-8/+5
2003-05-15Additional uuid changes - last round didnt work with all autoconf versions.Nathan Scott3-30/+39
2003-05-14Fix build - bsd changes from awhile ago introduced a m4 macro bug, onlyfsgqa2-2/+2
2003-05-14Sync up minor differences between configure scripts (uuid, libtool checks), a...Nathan Scott5-27/+34
2003-05-02Bunch of configure updates for xfsdump to allow packages to better be keptNathan Scott24-408/+906
2003-04-29Fix includes to not be relative to paths provided by -I directives, forNathan Scott56-116/+115
2003-04-17Fix for DMF dualstate file dump.Mandy Kirkconnell3-8/+7
2003-04-16Keep build files in sync -- merge Russells whitespace changes to other files.Nathan Scott2-17/+17
2003-04-14dmapi/xfsdump configure fixes, some xfs_copy fixups.Nathan Scott5-40/+68
2003-04-11Security fix for the way xfsdump creates quota status files in theNathan Scott6-17/+61
2003-03-31Minor userspace build changes, keeping packages in sync.Nathan Scott6-34/+38
2003-03-26Minor packaging related cleanups and updates.Nathan Scott5-8/+14
2003-03-26Merge back some spec file cleanups after investigating a mysteriousNathan Scott3-52/+35
2003-03-26Fix xfsdump compile warnings when building with recent xfs headers.Nathan Scott1-7/+9
2003-03-17Minor tweaks to Mandys ts driver changes.Nathan Scott2-9/+9
2003-03-17Undoes mod: xfs-cmds:slinx:141863aMandy Kirkconnell8-38/+765
2003-03-17All of the SGI tape applications (TMF, DMF, OpenVault, andMandy Kirkconnell8-24/+141
2003-02-26Use rounded brackets in xfsdump configure.in, square braces are strippedNathan Scott1-9/+9
2003-02-19This mod fixes the bug reported in PV 873931 (xfsdump -I ignoresMandy Kirkconnell1-0/+1
2003-02-17Fix build issue when gettext is disable via configure.Nathan Scott1-0/+1
2003-02-10Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs.Nathan Scott1-1/+1
2003-02-06Push Steves INSTALL_LINGUAS shell macro fix to other buildmacros files, andNathan Scott1-5/+7
2002-12-23Undoes mod: xfs-cmds:slinx:135744aNathan Scott1-4/+4
2002-12-22Minor formatting fixups to i18n xfsdump changes.Nathan Scott1-3/+3
2002-12-19I18N support for xfsdump package.Nathan Scott50-2048/+5865
2002-12-19Fix build fallout from recent sync-up with kernel headers in xfsprogs.Nathan Scott6-6/+18
2002-12-13Started messing with this the other night.Russell Cattelan4-93/+83
2002-11-07Bump version for switch to ncurses libs/headers.Nathan Scott3-3/+10
2002-11-07check for ncurses instead of cursesChristoph Hellwig8-14/+14
2002-11-05Remove "Distribution" tag from RPMs, let rpm set it more flexiblyEric Sandeen1-1/+0
2002-11-03Add missing build dependencies for config.h.Nathan Scott2-2/+1
2002-10-31Fix up spec files:Eric Sandeen1-2/+2
2002-10-31Bump version for recent bugfix and several Debian packaging related mods.Nathan Scott4-2/+13
2002-10-24xfsdump -I core dump when one of the inventory/*StObj was corruptedMandy Kirkconnell1-3/+9
2002-10-20Change to the package name for the ACL and attr development packages.Nathan Scott1-18/+30
2002-10-06Update version for next push up to the Debian archives.Nathan Scott1-2/+2
2002-10-03Update version/changelog for fsr changeEric Sandeen2-1/+6
2002-10-03Remove forks from xfs_fsr.Eric Sandeen1-44/+21
2002-09-24Fix a troff-version-specific issue in the xfsrestore man page.Nathan Scott4-8/+17
2002-09-03do some additional cleanup after autoconf has run.Nathan Scott10-13/+90
2002-08-23trivial change allowing LIBTOOL var to specify where libtool lives, justNathan Scott1-2/+2
2002-08-13bump version, document changes - getdents build issue on earlier glibc versions.Nathan Scott4-8/+16
2002-08-05Bump version, document changes:Nathan Scott19-44/+563
2002-07-30one set of ia64 fixes introduced several warnings on ia32 - this finds aNathan Scott1-10/+10
2002-07-30bump version/.Nathan Scott1-0/+6
2002-07-30fix compiler warnings from builds for 64 bit processors.Nathan Scott2-13/+13
2002-07-30bump version for updates to invutil for ia64 builds.Nathan Scott3-21/+26
2002-07-30provide a backward compat -n option so we don't break stuff.Nathan Scott2-3/+8
2002-07-29bump version, document changes for xfsinvutil interactive mode port from IRIX.Nathan Scott24-421/+4513
2002-07-29Merge of irix6.5m:eoe:123563a - test if a child exited with error and if a ch...Nathan Scott1-3/+6
2002-07-16Use rpmbuild for building rpmsEric Sandeen4-7/+21
2002-07-05Build infrastructure updates so that configure options can be used toNathan Scott10-79/+66
2002-06-20bump to latest version.Nathan Scott1-0/+7
2002-06-18Bump revision numberSteve Lord2-2/+6
2002-06-17bump version number.Nathan Scott5-7/+13
2002-06-14- Update version numberJohn Kihonge4-6/+18
2002-06-05Make scripts executable again... sigh...Eric Sandeen0-0/+0
2002-06-05sync kernel/user copyright headersEric Sandeen1-1/+1
2002-06-04Update copyright dates (again)Eric Sandeen140-139/+171
2002-06-04Undoes mod: xfs-cmds:slinx:120772aEric Sandeen140-171/+139
2002-06-04Update copyright datesEric Sandeen140-139/+171
2002-05-30use local, renamed quota header.Nathan Scott5-5/+170
2002-05-14Don't overwrite existing CPPFLAGSEric Sandeen3-3/+11
2002-05-082.0.3 will be pushed up to the archive, not 2.0.2, so reflect in changelog.Nathan Scott1-1/+1
2002-05-08No Message SuppliedJohn Kihonge3-4/+10
2002-05-08fix for -v silent to really be silent.Nathan Scott3-2/+9
2002-05-08Bump to 2.0.2 for xfsdump ERANGE checking.Tim Shimmin3-2/+9
2002-04-13bump version number, build updates to fix a cflags propogation issueNathan Scott5-12/+21
2002-04-05incorporate Andreas' makedepend realtive-path change everywhere.Nathan Scott1-4/+10
2002-04-05split out builddefs into configurable and static parts, should help inNathan Scott3-152/+181
2002-04-03sync up with minor build changes from other packages, noop for xfsdump.Nathan Scott1-30/+34
2002-03-15Block diagram of inventory data layout.Tim Shimmin3-90/+638