aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-12-16xfsdump: rename worker threadsEric Sandeen8-68/+68
2020-01-31common: remove old ioctl typedef usageDarrick J. Wong6-59/+59
2019-05-20xfsdump: add a space after commas and semicolons where was noneJan Tulak8-17/+17
2019-05-15xfsdump: (style) remove spaces for pointers and negationsJan Tulak23-401/+401
2019-05-15xfsdump: (style) remove spaces in front of commas/semicolonsJan Tulak17-94/+94
2019-02-20xfsdump: (style) remove spaces from parenthesesJan Tulak49-5505/+5505
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 Tulak30-255/+255
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 Janda2-3/+3
2017-09-14common/main.c: Replace nonstandard SIGCLD by SIGCHLDFelix Janda1-1/+1
2017-07-13xfsdump: fix race condition between lseek() and read()/write()Eryu Guan1-2/+2
2017-07-13xfsdump: Fix memory leakPaulo Cezar A Junior1-7/+19
2015-11-10cleanup: Kill unnecessary xfs includesDave Chinner24-75/+58
2015-10-16cleanup: move fold_t out of util.hDave Chinner5-56/+56
2015-10-16cleanup: use system uuid.h headersDave Chinner3-0/+3
2015-10-16cleanup: define a local xfs_ino_tDave Chinner1-0/+2
2015-10-16cleanup: kill u_int*_t typesDave Chinner14-132/+137
2015-10-16cleanup: kill intgen_tDave Chinner31-488/+488
2015-10-16build: don't rely on xfs/xfs.h to include necessary headersDave Chinner22-0/+83
2015-10-16cleanup: get rid of ASSERTDave Chinner24-668/+691
2015-10-14xfsdump: remove use of __psint_t, it is no longer availableNathan Scott4-8/+8
2015-10-14xfsrestore: fix 2GB directory dump limitation for multi-streamRich Johnston1-11/+13
2014-07-18dump: don't redefine min() or max()Dave Chinner1-3/+0
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
2012-11-02xfsdump: fill in bs_forkoffv3.1.1-rc2v3.1.1Eric Sandeen1-0/+1
2012-10-26xfsdump: Revert dump version bump for 32bit projid fixv3.1.1-rc1Eric Sandeen2-5/+2
2012-09-18xfsdump: save & restore 32-bit projidsEric Sandeen4-5/+23
2012-03-02xfsdump: use the full 32-bit generation numberBill Kendall6-20/+87
2012-02-05xfsdump: allow system() to obtain exit statusBill Kendall1-4/+7
2011-11-20xfsdump: handle Ctrl-D during promptsBill Kendall1-11/+22
2011-11-10xfsdump: enable multiple streamsBill Kendall6-150/+40
2011-11-10xfsdump: process thread exit statusBill Kendall5-59/+73
2011-11-10xfsdump: convert IRIX sproc threads to pthreadsBill Kendall14-208/+121
2011-11-10xfsdump: simplify qlock ordinal bitmapBill Kendall4-199/+14
2011-11-10xfsdump: implement lock abstraction with pthreadsBill Kendall4-297/+77
2011-11-10xfsdump: remove multi-stream synchronous dir dumpBill Kendall2-48/+0
2011-11-10path: fix 1 byte overflow with empty listsMike Frysinger1-0/+2
2011-11-03xfsdump: incremental dump directory selectionBill Kendall2-0/+2
2011-09-29xfsdump: handle dump files with checksum bugBill Kendall1-3/+7
2011-09-21xfsdump: remove redundant error code mappingBill Kendall2-17/+7
2011-09-21xfsdump: remove unnecessary #ifdefsBill Kendall4-30/+0
2011-09-21xfsdump: enable dump header checksumsBill Kendall1-0/+27
2011-08-26xfsdump: refactor exit_codestring()Bill Kendall2-34/+11
2011-08-26xfsdump: refactor ring_createBill Kendall4-54/+15
2011-08-26xfsdump: convert to the POSIX signal APIBill Kendall4-99/+70
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 Kendall2-44/+6
2011-08-09xfsdump: remove conditional OPENMASKED codeBill Kendall2-112/+4
2011-08-09xfsdump: allow multi-digit dialog promptsBill Kendall1-12/+9
2011-03-01xfsdump: fix bug restricting -f pathname lengthBill Kendall1-17/+1
2010-11-29xfsdump: remove old namreg codeBill Kendall3-323/+1
2010-05-06xfsdump: exempt quota files from filesize checksBill Kendall1-0/+6
2010-01-06use time32_t consistently in xfsdump treeBill Kendall5-32/+88
2008-11-26fprintf returns the number of characters printed, we can use thisBarry Naujok1-11/+3
2008-11-26Don't redeclare offsetof, we already include <stddef.h> to get it andBarry Naujok1-2/+0
2008-02-01Ask TS directly whether the device xfsdump is using is fixed or variable,Bill Kendall1-14/+30
2007-02-01When using -z, check a file's size against the max dump file sizeBill Kendall2-5/+17
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 Kendall7-34/+34
2006-10-04The DMF-specific code in xfsdump was taking a shortcut inBill Kendall2-20/+50
2006-10-02Change xfsdump to use its inode map to determine the next inodeBill Kendall2-11/+31
2006-08-09Remove xfsdump's dependency on libdm by substituting libdm callsBill Kendall1-37/+26
2006-06-21Fix xfsdump build issue vs latest xfsprogs, fix cc warnings on NDEBUG.Nathan Scott1-0/+2
2006-06-06Add a function to call a given callback for each inode group inBill Kendall2-19/+52
2006-05-24Update xfsdump build to use xfs.h instead of libxfs.h, fixing a recent namesp...Nathan Scott23-29/+30
2006-05-04Change xfsrestore to use the DMF NOMIGR (no-migrate) attribute whenBill Kendall2-0/+209
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 Kendall1-5/+3
2006-04-24Change tape strategies to default to using a single media file,Bill Kendall3-131/+8
2006-04-20Move hsmapi.[hc] to the common directory so that xfsrestore canBill Kendall3-1/+997
2006-02-07Merge in some changes from the IRIX tree. A few minor bugBill Kendall6-25/+24
2006-01-31This mod adds a number of optimizations to increase theBill Kendall4-3/+48
2005-12-16Add option to allow dump time to be overridden.Bill Kendall2-1/+28
2005-11-29Change xfsdump to dump project quotas in addition to user and groupBill Kendall1-0/+1
2005-11-29Change xfsrestore to set various inode flags at the appropriateBill Kendall2-3/+12
2005-11-10Add support for dumping and restoring project ids for regular filesBill Kendall2-2/+6
2005-11-10Change xfsdump and xfsrestore to unconditionally compile support forBill Kendall5-32/+0
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ...Nathan Scott52-1450/+722
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ...Nathan Scott1-28/+0
2005-06-03get rid of stat64_to_xfsbstatTim Shimmin2-48/+5
2005-04-21GCC4 fixesChristoph Hellwig1-1/+1
2005-04-19extract major number directly from struct stat in xfsdumpChristoph Hellwig1-8/+1
2005-02-09Fix a couple of spots in xfsrestore where XFS-specific calls wereBill Kendall2-28/+0
2004-02-26Add xfsdump support for the security extended attributes namespace.Mandy Kirkconnell1-0/+4
2003-12-28When xfsdump was modified in 2.2.13, the ioctl used to backspace over theMandy Kirkconnell1-9/+72
2003-07-21Fix ST/TS tape driver compatibility issues in drive_scsitape.Mandy Kirkconnell1-64/+65
2003-04-29Fix includes to not be relative to paths provided by -I directives, forNathan Scott21-42/+41
2003-03-17Minor tweaks to Mandys ts driver changes.Nathan Scott2-9/+9
2003-03-17Undoes mod: xfs-cmds:slinx:141863aMandy Kirkconnell3-26/+763
2003-03-17All of the SGI tape applications (TMF, DMF, OpenVault, andMandy Kirkconnell2-22/+122
2002-12-19I18N support for xfsdump package.Nathan Scott16-537/+539
2002-09-03do some additional cleanup after autoconf has run.Nathan Scott2-4/+6
2002-08-13bump version, document changes - getdents build issue on earlier glibc versions.Nathan Scott1-5/+9
2002-07-29Merge of irix6.5m:eoe:123563a - test if a child exited with error and if a ch...Nathan Scott1-3/+6
2002-06-14- Update version numberJohn Kihonge1-2/+4
2002-06-04Update copyright dates (again)Eric Sandeen53-53/+53
2002-06-04Undoes mod: xfs-cmds:slinx:120772aEric Sandeen53-53/+53
2002-06-04Update copyright datesEric Sandeen53-53/+53
2002-05-08fix for -v silent to really be silent.Nathan Scott1-1/+1
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111137a by nathans.Nathan Scott3-258/+1
2002-02-18change builkstat failure WARNING to TRACE messageIvan Rayner1-1/+1
2002-02-05document -q QIC tape optionIvan Rayner1-0/+2
2002-01-25effectively no-op change (cleanup) - switch over to usingNathan Scott1-3/+3
2001-12-14bump minor number for new xfsrestore -B optionIvan Rayner1-0/+1
2001-12-13bump version for xfsrestore perf changesTim Shimmin8-47/+77
2001-12-11bump version for rechdr endian conversion fixTim Shimmin3-31/+83
2001-11-14add ability to exclude files based on an extended attributeIvan Rayner4-24/+17
2001-10-08wrap calls to exit() for miniroot/linuxAndrew Gildfind3-43/+55
2001-10-03remove unused inventory_priv files.Nathan Scott4-6/+27
2001-10-01bump revision for removal of stkchk abstractionfsgqa3-30/+1
2001-10-01Fix for ia32 - forgot to copy over this change fromfsgqa1-2/+0
2001-09-28Bump version for ia64 changes.fsgqa15-111/+283
2001-09-28fix dopey compiler warning - unused variable.Nathan Scott1-1/+0
2001-09-17check return code for bulkstat_single callIvan Rayner1-8/+17
2001-09-13remove locking from stream_getix, cleanup, commentsAndrew Gildfind3-21/+35
2001-09-04Remove warningsAndrew Gildfind2-0/+3
2001-09-03Undoes mod: 2.4.x-xfs:slinx:101997aAndrew Gildfind4-10/+10
2001-08-31Fix build : s/STREAM_SIMMAX/STREAM_MAX/Eric Sandeen3-8/+8
2001-08-31merge of irix6.5f-melb:eoe:06291a, irix6.5f-melb:eoe:06307a,Andrew Gildfind9-86/+637
2001-08-01common/content.c is not used at all, nuke it.Nathan Scott2-7/+7
2001-07-24merge in several missing fixes from IRIX.Nathan Scott3-31/+221
2001-07-19add headerDean Roehrich2-3/+6
2001-07-19change the way we interact with libtool and do .deb packaging forNathan Scott1-1/+1
2001-07-12Bump minor version numberSteve Lord1-1/+1
2001-07-05Bump version for librmt changes.Tim Shimmin1-0/+3
2001-05-15Add some diags for ino and mode on bstat translation.Tim Shimmin1-0/+13
2001-05-09bump minor version number.Nathan Scott1-122/+106
2001-04-30remove inomap.[ch] - not used at all & rotting badly.Nathan Scott1-2/+2
2001-04-09ensure parameter types match fprintf type directives for bothNathan Scott4-5/+5
2001-04-03add quota supportIvan Rayner2-3/+15
2001-03-29change over to ia64 friendly syscall() instead of _syscall* macrosAndrew Gildfind1-2/+6
2001-02-09No Message SuppliedAndrew Gildfind3-31/+179
2001-01-15rework build environment such that xfsdump is a separate package.Nathan Scott3-6/+4
2001-01-15cmd/xfs/dump/Makefile 1.5 Renamed to cmd/xfsdump/MakefileNathan Scott55-0/+24655