aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-15xfsdump: Release 3.1.12HEADv3.1.12masterCarlos Maiolino4-2/+11
2022-10-24xfsrestore: untangle inventory unpacking logicDonald Douwsma1-8/+5
2022-10-24xfsdump: fix on-media inventory stream packingDonald Douwsma1-1/+1
2022-10-24xfsrestore: fix on-media inventory stream unpackingDonald Douwsma1-6/+7
2022-10-24xfsrestore: fix on-media inventory media unpackingDonald Douwsma1-20/+7
2022-08-26xfsdump: Release 3.1.11v3.1.11Carlos Maiolino4-2/+17
2022-08-25Rename worker threads from xfsdump's documentationCarlos Maiolino3-23/+23
2022-08-25Remove trailing white spaces from xfsdump.htmlCarlos Maiolino1-204/+204
2022-08-25xfsdump: Initialize getbmap structure in quantity2offsetCarlos Maiolino1-1/+1
2022-08-25xfsdump: remove BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2-5/+3
2022-08-25xfs_restore: remove DMAPI supportDarrick J. Wong6-138/+6
2022-02-11xfsdump: Release 3.1.10v3.1.10Eric Sandeen4-2/+14
2022-02-03xfsdump: intercept bind mount targetsGao Xiang1-0/+62
2022-02-03xfsdump: Revert "xfsdump: handle bind mount targets"Gao Xiang1-19/+2
2022-02-03xfsdump: remove obsolete code for handling xenix named pipesAnthony Iliopoulos5-16/+1
2022-02-03xfsdump: remove obsolete code for handling mountpoint inodesAnthony Iliopoulos2-6/+2
2022-02-03xfsdump: don't try to generate .ltdep in inventory/Eric Sandeen1-2/+0
2020-12-16xfsdump: rename worker threadsEric Sandeen8-68/+68
2020-01-31xfsdump: Release v3.1.9v3.1.9Eric Sandeen4-8/+19
2020-01-31common: remove old ioctl typedef usageDarrick J. Wong9-124/+124
2019-05-20xfs_restore: support fallocate when reserving space for a fileDarrick J. Wong6-0/+34
2019-05-20xfs_restore: fix unsupported ioctl detectionDarrick J. Wong1-1/+1
2019-05-20xfs_restore: check return valueDarrick J. Wong1-1/+3
2019-05-20xfs_restore: refactor open-coded file creation codeDarrick J. Wong3-127/+37
2019-05-20xfsdump: add a space after commas and semicolons where was noneJan Tulak23-63/+63
2019-05-15xfsdump: (style) remove spaces for pointers and negationsJan Tulak45-934/+934
2019-05-15xfsdump: (style) remove spaces in front of commas/semicolonsJan Tulak31-195/+195
2019-02-20xfsdump: (style) remove spaces from parenthesesJan Tulak99-14417/+14417
2019-01-11xfsdump: don't fail installation if /sbin is symlink of /usr/sbinJan Tulak2-2/+6
2018-12-06common/drive.c: include stdlib.hJan Tulak1-0/+1
2018-12-06common/types.h: Wrap #define UUID_STR_LEN 36 in #ifndefJan Tulak1-1/+3
2018-12-06xfsdump: do not split function call with ifdefJan Tulak2-3/+8
2018-12-06xsfsdump: (style) remove trailing whitespacesJan Tulak58-1069/+1069
2017-09-21xfsdump: Release v3.1.8v3.1.8Eric Sandeen4-2/+11
2017-09-14common/main.c: Include <locale.h>Felix Janda1-0/+1
2017-09-14common/types.h: explicitly define NBBY (bits per byte)Felix Janda1-0/+4
2017-09-14cleanup: Kill __[u]int*_t typesFelix Janda6-11/+11
2017-09-14dump/var.c: Include <limits.h> for PATH_MAXFelix Janda1-0/+1
2017-09-14librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>Felix Janda1-1/+1
2017-09-14common/main.c: Replace nonstandard SIGCLD by SIGCHLDFelix Janda1-1/+1
2017-09-14dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAXFelix Janda1-0/+1
2017-09-14invutil/invidx: include <fcntl.h> for O_CREATFelix Janda1-0/+1
2017-08-18xfsdump: Release v3.1.7v3.1.7Eric Sandeen4-2/+12
2017-07-13xfsdump: Release v3.1.7-rc1v3.1.7-rc1Eric Sandeen3-2/+7
2017-07-13xfsdump: fix race condition between lseek() and read()/write()Eryu Guan6-56/+41
2017-07-13xfsdump: Fix memory leakPaulo Cezar A Junior1-7/+19
2017-07-13fix build on 32-bit platformsEric Sandeen1-0/+2
2017-02-08xfsdump: handle bind mount targetsEric Sandeen1-2/+19
2015-11-10xfsdump: Release v3.1.6v3.1.6Dave Chinner4-2/+13
2015-11-10cleanup: Kill unnecessary xfs includesDave Chinner37-109/+79
2015-10-16cleanup: move fold_t out of util.hDave Chinner5-56/+56
2015-10-16cleanup: use system uuid.h headersDave Chinner19-0/+19
2015-10-16cleanup: define a local xfs_ino_tDave Chinner1-0/+2
2015-10-16cleanup: kill u_int*_t typesDave Chinner35-314/+319
2015-10-16cleanup: kill intgen_tDave Chinner58-872/+872
2015-10-16build: don't rely on xfs/xfs.h to include necessary headersDave Chinner61-18/+256
2015-10-16cleanup: get rid of ASSERTDave Chinner45-1319/+1362
2015-10-14xfsdump: Release v3.1.5v3.1.5Dave Chinner4-3/+9
2015-10-14xfsdump: remove use of __psint_t, it is no longer availableNathan Scott5-8/+14
2015-10-14xfsrestore: fix 2GB directory dump limitation for multi-streamRich Johnston1-11/+13
2015-10-14xfsrestore: fix fs uuid order check for incremental restoresRich Johnston6-99/+151
2015-10-14xfsdump: prevent segfault in cb_add_inogrprjohnston@sgi.com1-5/+3
2014-07-18xfsdump: v3.1.4 Releasev3.1.4Dave Chinner2-1/+11
2014-07-18dump: updated Polish translationJakub Bogusz1-926/+940
2014-07-18dump: fix translation build errorsDave Chinner2-18/+1
2014-07-18dump: don't redefine min() or max()Dave Chinner4-10/+0
2014-07-16Fix trivial typo in xfsrestore warning messageIustin Pop3-3/+3
2014-07-16xfsdump: update debian packaging for next releaseNathan Scott1-0/+8
2014-07-16xfsdump: add a watch file into the debian packagingNathan Scott2-1/+4
2014-07-16xfsdump: rebuild configure files during deb package buildsNathan Scott2-1/+4
2014-04-08remove ancient sys_getdents code pathsKyle McMartin1-177/+69
2014-04-08xfsdump: getdents.c: clean up ifdef-hell around sys_getdentsKyle McMartin1-70/+34
2014-04-08xfsdump: Fix memory and fd leak in invutil/stobj.cBoris Ranto1-6/+7
2014-02-06restore: don't trash file capabilitiesDave Chinner1-39/+77
2013-10-18xfsdump: handle large, wholly-sparse filesEric Sandeen1-0/+5
2013-10-18xfsdump: fix DEBUGPARTIALS buildEric Sandeen1-6/+12
2013-10-18xfsdump: avoid segfault in partial_reg() in error caseEric Sandeen1-0/+1
2013-05-083.1.3 releasev3.1.3Ben Myers1-1/+1
2013-05-08xfsdump: Update version numbers and changelog.Rich Johnston4-2/+19
2013-02-19xfsdump: update 'make deb' to use tarball archiveBen Myers3-22/+13
2013-02-01xfsdump: Refactor release scripts to conform to using git archiveAndrew Dahl2-3/+10
2013-01-31xfsdump: zero bs_forkoff, don't fill in the valueEric Sandeen1-1/+1
2013-01-04xfsdump: fix format string in restore_spec()Alex Elder1-1/+1
2012-12-13xfsdump: update version to 3.1.2v3.1.2Ben Myers4-4/+11
2012-11-02xfsdump: fill in bs_forkoffv3.1.1-rc2v3.1.1Eric Sandeen2-0/+2
2012-10-31xfsdump: update version and changelogBen Myers4-2/+17
2012-10-31xfsdump: enable gettextBen Myers1-0/+4
2012-10-31xfsdump: Update .gitignoreBen Myers1-110/+110
2012-10-31xfsdump: build: use new autoconf constructsJan Engelhardt1-2/+4
2012-10-31xfsdump: Polish translationJakub Bogusz2-1/+3937
2012-10-26xfsdump: Revert dump version bump for 32bit projid fixv3.1.1-rc1Eric Sandeen2-5/+2
2012-10-25xfsdump: rename configure.in to configure.acBen Myers1-1/+1
2012-10-24xfsdump: install shared libs with +x bitsMike Frysinger1-1/+1
2012-10-24xfsdump: respect DESTDIR when installingMike Frysinger1-0/+2
2012-10-24xfsdump: rename configure.in to configure.acMike Frysinger1-0/+0
2012-09-19xfsdump: followup to German translationStefan Ring1-23/+23
2012-09-19xfsdump: German translationNathan Scott2-1/+3992
2012-09-18xfsdump: save & restore 32-bit projidsEric Sandeen7-10/+29
2012-09-06xfsdump: Use installed libraries onlyRich Johnston1-4/+0
2012-03-223.1.0 releasev3.1.0Ben Myers1-1/+1
2012-03-22xfsdump: update summaries in preparation for release 3.1.0Ben Myers3-2/+23
2012-03-02xfsdump: dirs being created in list-only restoreBill Kendall1-5/+9
2012-03-02xfsdump: handle files with no extent headersBill Kendall2-10/+32
2012-03-02xfsdump: use the full 32-bit generation numberBill Kendall16-120/+335
2012-02-05xfsdump: allow system() to obtain exit statusBill Kendall1-4/+7
2012-02-05xfsdump: fix restore of ext attrs on root directoryBill Kendall1-1/+1
2011-12-08xfsdump: obsolete excluding files by extended attrBill Kendall2-42/+1
2011-11-20xfsdump: add .ltdep to .gitignoreBen Myers1-0/+1
2011-11-20xfsdump: handle Ctrl-D during promptsBill Kendall1-11/+22
2011-11-10xfsdump: enable multiple streamsBill Kendall12-194/+74
2011-11-10xfsdump: path lookup cache must be thread specificBill Kendall1-1/+1
2011-11-10xfsdump: process thread exit statusBill Kendall5-59/+73
2011-11-10xfsdump: convert IRIX sproc threads to pthreadsBill Kendall18-217/+127
2011-11-10xfsdump: simplify qlock ordinal bitmapBill Kendall4-199/+14
2011-11-10xfsdump: implement lock abstraction with pthreadsBill Kendall5-303/+88
2011-11-10xfsdump: remove multi-stream synchronous dir dumpBill Kendall4-199/+75
2011-11-10xfsdump: link with libpthreadBill Kendall6-2/+26
2011-11-10path: fix 1 byte overflow with empty listsMike Frysinger1-0/+2
2011-11-03xfsdump: incremental dump directory selectionBill Kendall8-8/+57
2011-11-03xfsdump: fix metadata restore on split filesBill Kendall1-17/+33
2011-10-143.0.6 releasev3.0.6Alex Elder2-6/+4
2011-10-14xfsdump: update summaries in preparation for release 3.0.6Alex Elder3-1/+17
2011-09-29xfsdump: handle dump files with checksum bugBill Kendall2-9/+26
2011-09-23invutil: fix a gcc warningChristoph Hellwig1-2/+1
2011-09-21xfsdump: call mlog_exit in content_stream_restoreBill Kendall1-41/+35
2011-09-21xfsdump: remove redundant error code mappingBill Kendall2-17/+7
2011-09-21xfsdump: remove unnecessary #ifdefsBill Kendall15-208/+19
2011-09-21xfsdump: enable dump header checksumsBill Kendall4-103/+44
2011-08-26xfsdump: refactor exit_codestring()Bill Kendall2-34/+11
2011-08-26xfsdump: refactor ring_createBill Kendall4-54/+15
2011-08-26xfsdump: refactor inventory session creationBill Kendall1-83/+92
2011-08-26xfsdump: convert to the POSIX signal APIBill Kendall5-111/+79
2011-08-26xfsdump: rework dialog to use main signal handlerBill Kendall3-15/+26
2011-08-26xfsdump: rework dialog timeout and EINTR relianceBill Kendall1-26/+39
2011-08-26xfsdump: remove SIGCHLD handlingBill Kendall4-160/+33
2011-08-09xfsdump: process EPIPE instead of catching SIGPIPEBill Kendall4-55/+7
2011-08-09xfsdump: remove conditional OPENMASKED codeBill Kendall2-112/+4
2011-08-09xfsdump: allow multi-digit dialog promptsBill Kendall1-12/+9
2011-08-02build using CFLAGS passed in at configureTheodore Ts'o1-0/+1
2011-07-22configure.in: declare a requirement for at least autoconf 2.50Theodore Ts'o1-0/+1
2011-07-17xfsdump: don't hard code shell configurationDave Chinner2-1/+1
2011-03-303.0.5 releasev3.0.5Alex Elder2-2/+2
2011-03-30xfsdump: update CHANGES file for releaseAlex Elder2-0/+33
2011-03-01xfsdump: fix bug restricting -f pathname lengthBill Kendall1-17/+1
2011-03-01xfsdump: prune inventory sessions by session idBill Kendall4-25/+91
2010-11-29xfsdump: fix xfs_invutil dependency generationBill Kendall1-1/+1
2010-11-29xfsdump: remove old namreg codeBill Kendall3-323/+1
2010-11-29xfsrestore: check for compatible xfsrestoreBill Kendall2-10/+108
2010-11-29xfsrestore: remove nix_tBill Kendall1-68/+44
2010-11-29xfsrestore: make node lookup more efficientBill Kendall3-149/+129
2010-11-29xfsrestore: fix node table setupBill Kendall3-55/+80
2010-11-29xfsrestore: cleanup node allocationBill Kendall1-104/+38
2010-11-29xfsrestore: mmap dirent names for faster lookupsBill Kendall3-33/+73
2010-11-29xfsrestore: cache path lookupsBill Kendall1-5/+37
2010-11-29xfsrestore: change nrh_t from 32 to 64 bitsBill Kendall3-30/+23
2010-11-29xfsrestore: turn off NODECHKBill Kendall2-2/+4
2010-09-11xfsdump: add missing sys/stat.h includesMike Frysinger3-0/+3
2010-08-03xfsdump: fix depend targetsAlex Elder6-13/+17
2010-07-22fix configure --prefixChristoph Hellwig1-3/+8
2010-05-17unbreak make update-poArkadiusz Miśkiewicz1-1/+1
2010-05-17use /bin/bash as install-sh uses bash syntaxArkadiusz Miśkiewicz1-1/+1
2010-05-06xfsdump: exempt quota files from filesize checksBill Kendall3-6/+39
2010-02-13xfsdump: digitally sign release tagsAlex Elder1-2/+2
2010-01-26xfsdump: Automatic build dependency calculationsDave Chinner8-35/+53
2010-01-21xfsdump: Clean up build outputDave Chinner7-33/+67
2010-01-133.0.4 releasev3.0.4root1-1/+1
2010-01-12xfsdump: bump version and update changelogChristoph Hellwig3-1/+12
2010-01-06improve xfsinvutil man page and argument processingBill Kendall3-132/+87
2010-01-06use time32_t consistently in xfsdump treeBill Kendall22-95/+153
2009-12-21update build systemNathan Scott24-594/+211
2009-11-25Revert "3.0.3 release" and "use lpath_to_handle when restoringAlex Elder4-27/+36
2009-10-233.0.3 releasev3.0.3Alex Elder3-2/+6
2009-10-23use lpath_to_handle when restoring symlinksBill Kendall1-34/+21
2009-06-05add -x flags to include/install-shRobert Herndon1-0/+0
2009-05-11Merge branch 'master' of git://oss.sgi.com/xfs/cmds/xfsdumpChristoph Hellwig1-1/+1
2009-05-10Merge branch 'master' of hera.kernel.org:/pub/scm/fs/xfs/xfsdump-devChristoph Hellwig5-4/+14
2009-05-09Debian packaging updates, and bumped minor version to 3.0.2.v3.0.2Nathan Scott5-4/+14
2009-05-053.0.1 releasev3.0.1Felix Blyakher1-1/+1
2009-05-05Modified permission for release.sh: 644 -> 755Felix Blyakher1-0/+0
2009-05-02add release.shChristoph Hellwig2-1/+26
2009-05-02add .gitignoreChristoph Hellwig1-0/+134
2009-04-29keep autoconf-generated files over make distcleanChristoph Hellwig1-11/+14
2009-04-23fix libtool spellingChristoph Hellwig1-1/+1
2009-04-16xfsdump: bump version and updates CHANGESChristoph Hellwig2-1/+7
2009-03-24automake and libtool fixesAndreas Gruenbacher6-513/+20
2009-03-23fix tarball names generated by MakepkgsChristoph Hellwig3-3/+3
2009-03-21make sure Makpekgs is completeChristoph Hellwig3-9/+4
2009-03-16Fix cross-compile issues with libtool and compiler.Barry Naujok3-9/+4
2009-02-26remove Distribution/Packager tagJan Engelhardt1-2/+0
2009-02-23xfsdump: fix system() error reportingChristoph Hellwig1-1/+2
2009-02-043.0.0 releaseFelix Blyakher1-1/+1
2009-01-30small update for CHANGESChristoph Hellwig1-0/+2
2009-01-28Update debian packaging for xfsdump-3.0 release.Nathan Scott4-5/+11
2009-01-28version & rpm spec file updateNathan Scott3-4/+13
2009-01-25only symlink development libraries when neededMike Frysinger1-1/+3
2009-01-24correct CIH_DUMPATTR_SUBTREE settingdean gaudet1-1/+1
2009-01-24remove files moved over to xfsprogsChristoph Hellwig6-1898/+2
2009-01-08Various fixes to allow xfsdump/xfsrestore to work with 64KMark Goodwin2-7/+1
2009-01-02xfs_fsr: fix insufficient space checkChris Wedgwood1-6/+12
2009-01-02fix fsrlast location in --help outputChristoph Hellwig1-28/+4