| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-12-15 | xfsdump: Release 3.1.12HEADv3.1.12master | Carlos Maiolino | 4 | -2/+11 |
| 2022-10-24 | xfsrestore: untangle inventory unpacking logic | Donald Douwsma | 1 | -8/+5 |
| 2022-10-24 | xfsdump: fix on-media inventory stream packing | Donald Douwsma | 1 | -1/+1 |
| 2022-10-24 | xfsrestore: fix on-media inventory stream unpacking | Donald Douwsma | 1 | -6/+7 |
| 2022-10-24 | xfsrestore: fix on-media inventory media unpacking | Donald Douwsma | 1 | -20/+7 |
| 2022-08-26 | xfsdump: Release 3.1.11v3.1.11xfsdump-3_1_11 | Carlos Maiolino | 4 | -2/+17 |
| 2022-08-25 | Rename worker threads from xfsdump's documentation | Carlos Maiolino | 3 | -23/+23 |
| 2022-08-25 | Remove trailing white spaces from xfsdump.html | Carlos Maiolino | 1 | -204/+204 |
| 2022-08-25 | xfsdump: Initialize getbmap structure in quantity2offset | Carlos Maiolino | 1 | -1/+1 |
| 2022-08-25 | xfsdump: remove BMV_IF_NO_DMAPI_READ flag | Anthony Iliopoulos | 2 | -5/+3 |
| 2022-08-25 | xfs_restore: remove DMAPI support | Darrick J. Wong | 6 | -138/+6 |
| 2022-02-11 | xfsdump: Release 3.1.10v3.1.10 | Eric Sandeen | 4 | -2/+14 |
| 2022-02-03 | xfsdump: intercept bind mount targets | Gao Xiang | 1 | -0/+62 |
| 2022-02-03 | xfsdump: Revert "xfsdump: handle bind mount targets" | Gao Xiang | 1 | -19/+2 |
| 2022-02-03 | xfsdump: remove obsolete code for handling xenix named pipes | Anthony Iliopoulos | 5 | -16/+1 |
| 2022-02-03 | xfsdump: remove obsolete code for handling mountpoint inodes | Anthony Iliopoulos | 2 | -6/+2 |
| 2022-02-03 | xfsdump: don't try to generate .ltdep in inventory/ | Eric Sandeen | 1 | -2/+0 |
| 2020-12-16 | xfsdump: rename worker threads | Eric Sandeen | 8 | -68/+68 |
| 2020-01-31 | xfsdump: Release v3.1.9v3.1.9 | Eric Sandeen | 4 | -8/+19 |
| 2020-01-31 | common: remove old ioctl typedef usage | Darrick J. Wong | 9 | -124/+124 |
| 2019-05-20 | xfs_restore: support fallocate when reserving space for a file | Darrick J. Wong | 6 | -0/+34 |
| 2019-05-20 | xfs_restore: fix unsupported ioctl detection | Darrick J. Wong | 1 | -1/+1 |
| 2019-05-20 | xfs_restore: check return value | Darrick J. Wong | 1 | -1/+3 |
| 2019-05-20 | xfs_restore: refactor open-coded file creation code | Darrick J. Wong | 3 | -127/+37 |
| 2019-05-20 | xfsdump: add a space after commas and semicolons where was none | Jan Tulak | 23 | -63/+63 |
| 2019-05-15 | xfsdump: (style) remove spaces for pointers and negations | Jan Tulak | 45 | -934/+934 |
| 2019-05-15 | xfsdump: (style) remove spaces in front of commas/semicolons | Jan Tulak | 31 | -195/+195 |
| 2019-02-20 | xfsdump: (style) remove spaces from parentheses | Jan Tulak | 99 | -14417/+14417 |
| 2019-01-11 | xfsdump: don't fail installation if /sbin is symlink of /usr/sbin | Jan Tulak | 2 | -2/+6 |
| 2018-12-06 | common/drive.c: include stdlib.h | Jan Tulak | 1 | -0/+1 |
| 2018-12-06 | common/types.h: Wrap #define UUID_STR_LEN 36 in #ifndef | Jan Tulak | 1 | -1/+3 |
| 2018-12-06 | xfsdump: do not split function call with ifdef | Jan Tulak | 2 | -3/+8 |
| 2018-12-06 | xsfsdump: (style) remove trailing whitespaces | Jan Tulak | 58 | -1069/+1069 |
| 2017-09-21 | xfsdump: Release v3.1.8v3.1.8 | Eric Sandeen | 4 | -2/+11 |
| 2017-09-14 | common/main.c: Include <locale.h> | Felix Janda | 1 | -0/+1 |
| 2017-09-14 | common/types.h: explicitly define NBBY (bits per byte) | Felix Janda | 1 | -0/+4 |
| 2017-09-14 | cleanup: Kill __[u]int*_t types | Felix Janda | 6 | -11/+11 |
| 2017-09-14 | dump/var.c: Include <limits.h> for PATH_MAX | Felix Janda | 1 | -0/+1 |
| 2017-09-14 | librmt/rmtopen: Prefer <signal.h> over <sys/signal.h> | Felix Janda | 1 | -1/+1 |
| 2017-09-14 | common/main.c: Replace nonstandard SIGCLD by SIGCHLD | Felix Janda | 1 | -1/+1 |
| 2017-09-14 | dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX | Felix Janda | 1 | -0/+1 |
| 2017-09-14 | invutil/invidx: include <fcntl.h> for O_CREAT | Felix Janda | 1 | -0/+1 |
| 2017-08-18 | xfsdump: Release v3.1.7v3.1.7 | Eric Sandeen | 4 | -2/+12 |
| 2017-07-13 | xfsdump: Release v3.1.7-rc1v3.1.7-rc1 | Eric Sandeen | 3 | -2/+7 |
| 2017-07-13 | xfsdump: fix race condition between lseek() and read()/write() | Eryu Guan | 6 | -56/+41 |
| 2017-07-13 | xfsdump: Fix memory leak | Paulo Cezar A Junior | 1 | -7/+19 |
| 2017-07-13 | fix build on 32-bit platforms | Eric Sandeen | 1 | -0/+2 |
| 2017-02-08 | xfsdump: handle bind mount targets | Eric Sandeen | 1 | -2/+19 |
| 2015-11-10 | xfsdump: Release v3.1.6v3.1.6 | Dave Chinner | 4 | -2/+13 |
| 2015-11-10 | cleanup: Kill unnecessary xfs includes | Dave Chinner | 37 | -109/+79 |
| 2015-10-16 | cleanup: move fold_t out of util.h | Dave Chinner | 5 | -56/+56 |
| 2015-10-16 | cleanup: use system uuid.h headers | Dave Chinner | 19 | -0/+19 |
| 2015-10-16 | cleanup: define a local xfs_ino_t | Dave Chinner | 1 | -0/+2 |
| 2015-10-16 | cleanup: kill u_int*_t types | Dave Chinner | 35 | -314/+319 |
| 2015-10-16 | cleanup: kill intgen_t | Dave Chinner | 58 | -872/+872 |
| 2015-10-16 | build: don't rely on xfs/xfs.h to include necessary headers | Dave Chinner | 61 | -18/+256 |
| 2015-10-16 | cleanup: get rid of ASSERT | Dave Chinner | 45 | -1319/+1362 |
| 2015-10-14 | xfsdump: Release v3.1.5v3.1.5 | Dave Chinner | 4 | -3/+9 |
| 2015-10-14 | xfsdump: remove use of __psint_t, it is no longer available | Nathan Scott | 5 | -8/+14 |
| 2015-10-14 | xfsrestore: fix 2GB directory dump limitation for multi-stream | Rich Johnston | 1 | -11/+13 |
| 2015-10-14 | xfsrestore: fix fs uuid order check for incremental restores | Rich Johnston | 6 | -99/+151 |
| 2015-10-14 | xfsdump: prevent segfault in cb_add_inogrp | rjohnston@sgi.com | 1 | -5/+3 |
| 2014-07-18 | xfsdump: v3.1.4 Releasev3.1.4 | Dave Chinner | 2 | -1/+11 |
| 2014-07-18 | dump: updated Polish translation | Jakub Bogusz | 1 | -926/+940 |
| 2014-07-18 | dump: fix translation build errors | Dave Chinner | 2 | -18/+1 |
| 2014-07-18 | dump: don't redefine min() or max() | Dave Chinner | 4 | -10/+0 |
| 2014-07-16 | Fix trivial typo in xfsrestore warning message | Iustin Pop | 3 | -3/+3 |
| 2014-07-16 | xfsdump: update debian packaging for next release | Nathan Scott | 1 | -0/+8 |
| 2014-07-16 | xfsdump: add a watch file into the debian packaging | Nathan Scott | 2 | -1/+4 |
| 2014-07-16 | xfsdump: rebuild configure files during deb package builds | Nathan Scott | 2 | -1/+4 |
| 2014-04-08 | remove ancient sys_getdents code paths | Kyle McMartin | 1 | -177/+69 |
| 2014-04-08 | xfsdump: getdents.c: clean up ifdef-hell around sys_getdents | Kyle McMartin | 1 | -70/+34 |
| 2014-04-08 | xfsdump: Fix memory and fd leak in invutil/stobj.c | Boris Ranto | 1 | -6/+7 |
| 2014-02-06 | restore: don't trash file capabilities | Dave Chinner | 1 | -39/+77 |
| 2013-10-18 | xfsdump: handle large, wholly-sparse files | Eric Sandeen | 1 | -0/+5 |
| 2013-10-18 | xfsdump: fix DEBUGPARTIALS build | Eric Sandeen | 1 | -6/+12 |
| 2013-10-18 | xfsdump: avoid segfault in partial_reg() in error case | Eric Sandeen | 1 | -0/+1 |
| 2013-05-08 | 3.1.3 releasev3.1.3 | Ben Myers | 1 | -1/+1 |
| 2013-05-08 | xfsdump: Update version numbers and changelog. | Rich Johnston | 4 | -2/+19 |
| 2013-02-19 | xfsdump: update 'make deb' to use tarball archive | Ben Myers | 3 | -22/+13 |
| 2013-02-01 | xfsdump: Refactor release scripts to conform to using git archive | Andrew Dahl | 2 | -3/+10 |
| 2013-01-31 | xfsdump: zero bs_forkoff, don't fill in the value | Eric Sandeen | 1 | -1/+1 |
| 2013-01-04 | xfsdump: fix format string in restore_spec() | Alex Elder | 1 | -1/+1 |
| 2012-12-13 | xfsdump: update version to 3.1.2v3.1.2 | Ben Myers | 4 | -4/+11 |
| 2012-11-02 | xfsdump: fill in bs_forkoffv3.1.1-rc2v3.1.1 | Eric Sandeen | 2 | -0/+2 |
| 2012-10-31 | xfsdump: update version and changelog | Ben Myers | 4 | -2/+17 |
| 2012-10-31 | xfsdump: enable gettext | Ben Myers | 1 | -0/+4 |
| 2012-10-31 | xfsdump: Update .gitignore | Ben Myers | 1 | -110/+110 |
| 2012-10-31 | xfsdump: build: use new autoconf constructs | Jan Engelhardt | 1 | -2/+4 |
| 2012-10-31 | xfsdump: Polish translation | Jakub Bogusz | 2 | -1/+3937 |
| 2012-10-26 | xfsdump: Revert dump version bump for 32bit projid fixv3.1.1-rc1 | Eric Sandeen | 2 | -5/+2 |
| 2012-10-25 | xfsdump: rename configure.in to configure.ac | Ben Myers | 1 | -1/+1 |
| 2012-10-24 | xfsdump: install shared libs with +x bits | Mike Frysinger | 1 | -1/+1 |
| 2012-10-24 | xfsdump: respect DESTDIR when installing | Mike Frysinger | 1 | -0/+2 |
| 2012-10-24 | xfsdump: rename configure.in to configure.ac | Mike Frysinger | 1 | -0/+0 |
| 2012-09-19 | xfsdump: followup to German translation | Stefan Ring | 1 | -23/+23 |
| 2012-09-19 | xfsdump: German translation | Nathan Scott | 2 | -1/+3992 |
| 2012-09-18 | xfsdump: save & restore 32-bit projids | Eric Sandeen | 7 | -10/+29 |
| 2012-09-06 | xfsdump: Use installed libraries only | Rich Johnston | 1 | -4/+0 |
| 2012-03-22 | 3.1.0 releasev3.1.0 | Ben Myers | 1 | -1/+1 |
| 2012-03-22 | xfsdump: update summaries in preparation for release 3.1.0 | Ben Myers | 3 | -2/+23 |
| 2012-03-02 | xfsdump: dirs being created in list-only restore | Bill Kendall | 1 | -5/+9 |
| 2012-03-02 | xfsdump: handle files with no extent headers | Bill Kendall | 2 | -10/+32 |
| 2012-03-02 | xfsdump: use the full 32-bit generation number | Bill Kendall | 16 | -120/+335 |
| 2012-02-05 | xfsdump: allow system() to obtain exit status | Bill Kendall | 1 | -4/+7 |
| 2012-02-05 | xfsdump: fix restore of ext attrs on root directory | Bill Kendall | 1 | -1/+1 |
| 2011-12-08 | xfsdump: obsolete excluding files by extended attr | Bill Kendall | 2 | -42/+1 |
| 2011-11-20 | xfsdump: add .ltdep to .gitignore | Ben Myers | 1 | -0/+1 |
| 2011-11-20 | xfsdump: handle Ctrl-D during prompts | Bill Kendall | 1 | -11/+22 |
| 2011-11-10 | xfsdump: enable multiple streams | Bill Kendall | 12 | -194/+74 |
| 2011-11-10 | xfsdump: path lookup cache must be thread specific | Bill Kendall | 1 | -1/+1 |
| 2011-11-10 | xfsdump: process thread exit status | Bill Kendall | 5 | -59/+73 |
| 2011-11-10 | xfsdump: convert IRIX sproc threads to pthreads | Bill Kendall | 18 | -217/+127 |
| 2011-11-10 | xfsdump: simplify qlock ordinal bitmap | Bill Kendall | 4 | -199/+14 |
| 2011-11-10 | xfsdump: implement lock abstraction with pthreads | Bill Kendall | 5 | -303/+88 |
| 2011-11-10 | xfsdump: remove multi-stream synchronous dir dump | Bill Kendall | 4 | -199/+75 |
| 2011-11-10 | xfsdump: link with libpthread | Bill Kendall | 6 | -2/+26 |
| 2011-11-10 | path: fix 1 byte overflow with empty lists | Mike Frysinger | 1 | -0/+2 |
| 2011-11-03 | xfsdump: incremental dump directory selection | Bill Kendall | 8 | -8/+57 |
| 2011-11-03 | xfsdump: fix metadata restore on split files | Bill Kendall | 1 | -17/+33 |
| 2011-10-14 | 3.0.6 releasev3.0.6 | Alex Elder | 2 | -6/+4 |
| 2011-10-14 | xfsdump: update summaries in preparation for release 3.0.6 | Alex Elder | 3 | -1/+17 |
| 2011-09-29 | xfsdump: handle dump files with checksum bug | Bill Kendall | 2 | -9/+26 |
| 2011-09-23 | invutil: fix a gcc warning | Christoph Hellwig | 1 | -2/+1 |
| 2011-09-21 | xfsdump: call mlog_exit in content_stream_restore | Bill Kendall | 1 | -41/+35 |
| 2011-09-21 | xfsdump: remove redundant error code mapping | Bill Kendall | 2 | -17/+7 |
| 2011-09-21 | xfsdump: remove unnecessary #ifdefs | Bill Kendall | 15 | -208/+19 |
| 2011-09-21 | xfsdump: enable dump header checksums | Bill Kendall | 4 | -103/+44 |
| 2011-08-26 | xfsdump: refactor exit_codestring() | Bill Kendall | 2 | -34/+11 |
| 2011-08-26 | xfsdump: refactor ring_create | Bill Kendall | 4 | -54/+15 |
| 2011-08-26 | xfsdump: refactor inventory session creation | Bill Kendall | 1 | -83/+92 |
| 2011-08-26 | xfsdump: convert to the POSIX signal API | Bill Kendall | 5 | -111/+79 |
| 2011-08-26 | xfsdump: rework dialog to use main signal handler | Bill Kendall | 3 | -15/+26 |
| 2011-08-26 | xfsdump: rework dialog timeout and EINTR reliance | Bill Kendall | 1 | -26/+39 |
| 2011-08-26 | xfsdump: remove SIGCHLD handling | Bill Kendall | 4 | -160/+33 |
| 2011-08-09 | xfsdump: process EPIPE instead of catching SIGPIPE | Bill Kendall | 4 | -55/+7 |
| 2011-08-09 | xfsdump: remove conditional OPENMASKED code | Bill Kendall | 2 | -112/+4 |
| 2011-08-09 | xfsdump: allow multi-digit dialog prompts | Bill Kendall | 1 | -12/+9 |
| 2011-08-02 | build using CFLAGS passed in at configure | Theodore Ts'o | 1 | -0/+1 |
| 2011-07-22 | configure.in: declare a requirement for at least autoconf 2.50 | Theodore Ts'o | 1 | -0/+1 |
| 2011-07-17 | xfsdump: don't hard code shell configuration | Dave Chinner | 2 | -1/+1 |
| 2011-03-30 | 3.0.5 releasev3.0.5 | Alex Elder | 2 | -2/+2 |
| 2011-03-30 | xfsdump: update CHANGES file for release | Alex Elder | 2 | -0/+33 |
| 2011-03-01 | xfsdump: fix bug restricting -f pathname length | Bill Kendall | 1 | -17/+1 |
| 2011-03-01 | xfsdump: prune inventory sessions by session id | Bill Kendall | 4 | -25/+91 |
| 2010-11-29 | xfsdump: fix xfs_invutil dependency generation | Bill Kendall | 1 | -1/+1 |
| 2010-11-29 | xfsdump: remove old namreg code | Bill Kendall | 3 | -323/+1 |
| 2010-11-29 | xfsrestore: check for compatible xfsrestore | Bill Kendall | 2 | -10/+108 |
| 2010-11-29 | xfsrestore: remove nix_t | Bill Kendall | 1 | -68/+44 |
| 2010-11-29 | xfsrestore: make node lookup more efficient | Bill Kendall | 3 | -149/+129 |
| 2010-11-29 | xfsrestore: fix node table setup | Bill Kendall | 3 | -55/+80 |
| 2010-11-29 | xfsrestore: cleanup node allocation | Bill Kendall | 1 | -104/+38 |
| 2010-11-29 | xfsrestore: mmap dirent names for faster lookups | Bill Kendall | 3 | -33/+73 |
| 2010-11-29 | xfsrestore: cache path lookups | Bill Kendall | 1 | -5/+37 |
| 2010-11-29 | xfsrestore: change nrh_t from 32 to 64 bits | Bill Kendall | 3 | -30/+23 |
| 2010-11-29 | xfsrestore: turn off NODECHK | Bill Kendall | 2 | -2/+4 |
| 2010-09-11 | xfsdump: add missing sys/stat.h includes | Mike Frysinger | 3 | -0/+3 |
| 2010-08-03 | xfsdump: fix depend targets | Alex Elder | 6 | -13/+17 |
| 2010-07-22 | fix configure --prefix | Christoph Hellwig | 1 | -3/+8 |
| 2010-05-17 | unbreak make update-po | Arkadiusz Miśkiewicz | 1 | -1/+1 |
| 2010-05-17 | use /bin/bash as install-sh uses bash syntax | Arkadiusz Miśkiewicz | 1 | -1/+1 |
| 2010-05-06 | xfsdump: exempt quota files from filesize checks | Bill Kendall | 3 | -6/+39 |
| 2010-02-13 | xfsdump: digitally sign release tags | Alex Elder | 1 | -2/+2 |
| 2010-01-26 | xfsdump: Automatic build dependency calculations | Dave Chinner | 8 | -35/+53 |
| 2010-01-21 | xfsdump: Clean up build output | Dave Chinner | 7 | -33/+67 |
| 2010-01-13 | 3.0.4 releasev3.0.4 | root | 1 | -1/+1 |
| 2010-01-12 | xfsdump: bump version and update changelog | Christoph Hellwig | 3 | -1/+12 |
| 2010-01-06 | improve xfsinvutil man page and argument processing | Bill Kendall | 3 | -132/+87 |
| 2010-01-06 | use time32_t consistently in xfsdump tree | Bill Kendall | 22 | -95/+153 |
| 2009-12-21 | update build system | Nathan Scott | 24 | -594/+211 |
| 2009-11-25 | Revert "3.0.3 release" and "use lpath_to_handle when restoring | Alex Elder | 4 | -27/+36 |
| 2009-10-23 | 3.0.3 releasev3.0.3 | Alex Elder | 3 | -2/+6 |
| 2009-10-23 | use lpath_to_handle when restoring symlinks | Bill Kendall | 1 | -34/+21 |
| 2009-06-05 | add -x flags to include/install-sh | Robert Herndon | 1 | -0/+0 |
| 2009-05-11 | Merge branch 'master' of git://oss.sgi.com/xfs/cmds/xfsdump | Christoph Hellwig | 1 | -1/+1 |
| 2009-05-10 | Merge branch 'master' of hera.kernel.org:/pub/scm/fs/xfs/xfsdump-dev | Christoph Hellwig | 5 | -4/+14 |
| 2009-05-09 | Debian packaging updates, and bumped minor version to 3.0.2.v3.0.2 | Nathan Scott | 5 | -4/+14 |
| 2009-05-05 | 3.0.1 releasev3.0.1 | Felix Blyakher | 1 | -1/+1 |
| 2009-05-05 | Modified permission for release.sh: 644 -> 755 | Felix Blyakher | 1 | -0/+0 |
| 2009-05-02 | add release.sh | Christoph Hellwig | 2 | -1/+26 |
| 2009-05-02 | add .gitignore | Christoph Hellwig | 1 | -0/+134 |
| 2009-04-29 | keep autoconf-generated files over make distclean | Christoph Hellwig | 1 | -11/+14 |
| 2009-04-23 | fix libtool spelling | Christoph Hellwig | 1 | -1/+1 |
| 2009-04-16 | xfsdump: bump version and updates CHANGES | Christoph Hellwig | 2 | -1/+7 |
| 2009-03-24 | automake and libtool fixes | Andreas Gruenbacher | 6 | -513/+20 |
| 2009-03-23 | fix tarball names generated by Makepkgs | Christoph Hellwig | 3 | -3/+3 |
| 2009-03-21 | make sure Makpekgs is complete | Christoph Hellwig | 3 | -9/+4 |
| 2009-03-16 | Fix cross-compile issues with libtool and compiler. | Barry Naujok | 3 | -9/+4 |
| 2009-02-26 | remove Distribution/Packager tag | Jan Engelhardt | 1 | -2/+0 |
| 2009-02-23 | xfsdump: fix system() error reporting | Christoph Hellwig | 1 | -1/+2 |
| 2009-02-04 | 3.0.0 release | Felix Blyakher | 1 | -1/+1 |
| 2009-01-30 | small update for CHANGES | Christoph Hellwig | 1 | -0/+2 |
| 2009-01-28 | Update debian packaging for xfsdump-3.0 release. | Nathan Scott | 4 | -5/+11 |
| 2009-01-28 | version & rpm spec file update | Nathan Scott | 3 | -4/+13 |
| 2009-01-25 | only symlink development libraries when needed | Mike Frysinger | 1 | -1/+3 |
| 2009-01-24 | correct CIH_DUMPATTR_SUBTREE setting | dean gaudet | 1 | -1/+1 |
| 2009-01-24 | remove files moved over to xfsprogs | Christoph Hellwig | 6 | -1898/+2 |
| 2009-01-08 | Various fixes to allow xfsdump/xfsrestore to work with 64K | Mark Goodwin | 2 | -7/+1 |
| 2009-01-02 | xfs_fsr: fix insufficient space check | Chris Wedgwood | 1 | -6/+12 |
| 2009-01-02 | fix fsrlast location in --help output | Christoph Hellwig | 1 | -28/+4 |