aboutsummaryrefslogtreecommitdiffstats
path: root/mdrestore
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Remove use of LFS64 interfacesViolet Purcell1-1/+1
2023-12-21xfs_mdrestore: refactor progress printing and sb fixup codeDarrick J. Wong1-50/+59
2023-12-21xfs_mdrestore: fix missed progress reportingDarrick J. Wong1-6/+19
2023-12-21xfs_mdrestore: EXTERNALLOG is a compat value, not incompatDarrick J. Wong1-4/+3
2023-12-21xfs_mdrestore: emit newlines for fatal errorsDarrick J. Wong1-2/+2
2023-12-21xfs_mdrestore: fix uninitialized variables in mdrestore mainDarrick J. Wong1-5/+4
2023-11-21mdrestore: Add support for passing log device as an argumentChandan Babu R1-2/+9
2023-11-21mdrestore: Define mdrestore ops for v2 formatChandan Babu R1-12/+228
2023-11-21mdrestore: Extract target device size verification into a functionChandan Babu R1-17/+26
2023-11-21mdrestore: Introduce mdrestore v1 operationsChandan Babu R1-23/+28
2023-11-21mdrestore: Replace metadump header pointer argument with a union pointerChandan Babu R1-32/+34
2023-11-21mdrestore: Add open_device(), read_header() and show_info() functionsChandan Babu R1-57/+84
2023-11-21mdrestore: Detect metadump v1 magic before reading the headerChandan Babu R1-3/+15
2023-11-21mdrestore: Define and use struct mdrestoreChandan Babu R1-10/+17
2023-11-21mdrestore: Declare boolean variables with bool typeChandan Babu R1-6/+6
2023-11-21metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1Chandan Babu R1-1/+1
2023-11-21mdrestore: Fix logic used to check if target device is large enoughChandan Babu R1-1/+1
2022-04-28xfs: remove the xfs_dsb_t typedefChristoph Hellwig1-3/+3
2022-01-31xfsprogs: fix static build problems caused by liburcuTheodore Ts'o1-2/+1
2021-09-29xfsprogs: introduce liburcu supportDave Chinner1-1/+2
2020-01-30xfsprogs: do not redeclare globals provided by librariesEric Sandeen1-1/+0
2018-10-09xfsprogs: make static things staticEric Sandeen1-3/+3
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner2-14/+2
2018-03-26metadump/restore: don't use errno after fwrite/fread failuresEric Sandeen1-7/+6
2018-02-05xfs_mdrestore: Don't rewind source file streamMarco Benatto1-35/+33
2018-02-05xfs_mdrestore: Add -i option to built-in helpMarco Benatto1-1/+1
2017-12-06libfrog: move list_sort out of libxfsDarrick J. Wong1-2/+2
2017-08-04xfsprogs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-06-21xfs_metadump: tag metadump image with informational flagsEric Sandeen1-2/+38
2016-11-01xfsprogs: replace pread64/pwrite64 by equivalent pread/pwriteFelix Janda1-2/+2
2016-11-01xfsprogs: replace ftruncate64 by equivalent ftruncateFelix Janda1-1/+1
2016-11-01xfsprogs: replace [fl]stat64 by equivalent [fl]statFelix Janda1-3/+3
2016-05-10metadump: limit permissible sector sizesEric Sandeen1-6/+16
2016-02-09xfs_mdrestore: correctly account bytes readDave Chinner1-2/+2
2015-12-21xfsprogs: Remove trailing blanks on various placesJan Tulak1-1/+1
2015-07-31xfsprogs: simplify internal includesChristoph Hellwig1-1/+1
2015-07-31progs: clean up libxfs.h includesDave Chinner1-1/+1
2015-07-31libxfs: update to 4.1-rc2 code baseDave Chinner1-1/+1
2013-11-14db: enable metadump on CRC filesystemsDave Chinner1-3/+0
2013-08-06xfs_metadump: requires some object CRC recalculationDave Chinner1-0/+3
2013-08-06xfs_mdrestore: recalculate sb CRC before writingDave Chinner1-0/+5
2013-08-06libxfs: add crc format changes to generic btreesDave Chinner1-1/+1
2013-04-25xfsprogs: Fix up usage() errors and omissionsEric Sandeen1-1/+1
2010-02-17xfsprogs: clean up make install build V2Dave Chinner1-1/+1
2010-01-21xfsprogs: Automatic build dependency calculationsDave Chinner1-1/+3
2009-10-10update configure defaultsChristoph Hellwig1-2/+2
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok1-21/+18
2007-09-07Link xfsprogs utils to libpthread when linking to libxfsBarry Naujok1-1/+1
2007-06-05XFS metadata dump toolv2.9.0Barry Naujok2-0/+285