aboutsummaryrefslogtreecommitdiffstats
path: root/cmds-restore.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: remove unnecessary errno temp variablesDavid Sterba1-5/+2
2015-10-16btrfs-progs: restore: fix off-by-one len checkVincent Stehlé1-1/+1
2015-05-14btrfs-progs: restore: add more long option variantsDavid Sterba1-9/+17
2015-05-14btrfs-progs: restore: shift option textsDavid Sterba1-18/+18
2015-05-14btrfs-progs: restore: use bigger buffer for output path nameDavid Sterba1-1/+6
2015-05-14btrfs-progs: optionally restore symlinks.Dan Merillat1-3/+138
2015-04-29btrfs-progs: restore: separate the overwrite checkDan Merillat1-19/+33
2015-04-29btrfs-progs: restore: don't misreport errors from search_dirDavid Sterba1-0/+2
2015-04-24btrfs-progs: fix typos in restore help/docDavid Sterba1-1/+1
2015-04-24btrfs-progs: restore: cleanup, use PATH_MAXDavid Sterba1-6/+6
2015-04-24btrfs-progs: restore: convert copy_file exit paths to a single returnDavid Sterba1-26/+19
2015-04-24btrfs-progs: restore: convert search_dir exit paths to a single returnDavid Sterba1-30/+26
2015-04-24btrfs-progs: restore: fix path leak in copy_metadataDavid Sterba1-1/+1
2015-04-24btrfs-progs: restore: optionally restore metadataDan Merillat1-1/+121
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-2/+2
2015-04-08btrfs-progs: cleanup option index argument from getopt_longDavid Sterba1-2/+1
2015-03-23btrfs-progs: restore, fix page alignment issue for lzo compressionGui Hecheng1-0/+13
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-3/+3
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-1/+0
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2015-01-19btrfs-progs: make getopt tables static constDavid Sterba1-1/+1
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba1-10/+13
2014-12-04btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-restoreGui Hecheng1-1/+2
2014-11-18btrfs-progs: fix compiler warningChristian Hesse1-1/+1
2014-11-14Btrfs-progs: spit out the broken file when ignoring errorsJosef Bacik1-0/+4
2014-09-14btrfs-progs: remove wrong set_argv0 for restoreGui Hecheng1-1/+0
2014-09-14btrfs-progs: fix next_leaf in restore as it improperly skips some slotsv3.16.1-rc1Gui Hecheng1-0/+1
2014-09-14btrfs-progs: fix len of read_extent_buffer for inline extent in restoreGui Hecheng1-1/+3
2014-09-14btrfs-progs: init uninitialized output buf for btrfs-restoreGui Hecheng1-2/+2
2014-09-02btrfs-progs: move debug info to verbose mode for restoreGui Hecheng1-1/+1
2014-08-28btrfs-progs: remove unused flags for btrfs_pathGui Hecheng1-2/+0
2014-08-22btrfs-progs: add always option to restore's looping promptJustin Maggard1-9/+22
2014-08-22Btrfs-progs: fix some build warnings on 32bit platformWang Shilong1-1/+2
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng1-2/+3
2014-08-22btrfs-progs: restore: document updatesWang Shilong1-3/+4
2014-08-22btrfs-progs: restore: don't allow users to specify -r and -f at the same timeWang Shilong1-0/+5
2014-08-22btrfs-progs: restore: output resason why it fails to read rootWang Shilong1-1/+2
2014-08-22btrfs-progs: restore: fix wrong return value if it fails to read specified fs...Wang Shilong1-0/+1
2014-08-22btrfs-progs: restore: check if specified root is fs/file tree firstlyWang Shilong1-0/+5
2014-08-22btrfs-progs: restore: check lzo compress lengthVincent Stehlé1-0/+6
2014-04-11Btrfs-progs: update btrfs_file_extent_inline_len to match kernel versionFilipe David Borba Manana1-2/+1
2014-04-11Btrfs-progs: restore, for compressed extents don't read more bytes than neededFilipe David Borba Manana1-2/+2
2014-03-21btrfs-progs: include <sys/xattr.h> instead of <attr/xattr.h>Christophe Vu-Brugier1-1/+1
2014-03-21Btrfs-progs: fix restore of files with compressed extentsFilipe David Borba Manana1-3/+6
2014-03-21Btrfs-progs: switch to arg_strtou64() part1Wang Shilong1-22/+5
2014-03-21btrfs-progs: add dry-run option to restore commandJustin Maggard1-3/+17
2013-11-07Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik1-1/+2
2013-11-07Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik1-1/+1
2013-10-16btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk1-1/+1
2013-10-16Btrfs-progs: fix magic return value in cmds-restore.cWang Shilong1-9/+9
2013-10-16Btrfs-progs: fix restore command leaving corrupted filesFilipe David Borba Manana1-5/+8
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-1/+1
2013-09-03btrfs-progs: fix shadow symbolsZach Brown1-4/+4
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-1/+1
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-1/+1
2013-08-09btrfs-progs: Update the usage strings of some cmdsQu Wenruo1-2/+3
2013-08-09Btrfs-progs: restore can now recover file xattrsFilipe David Borba Manana1-1/+121
2013-08-09Btrfs-progs: update usage message for cmds-restoreFilipe David Borba Manana1-1/+2
2013-08-09btrfs-progs: restore: use long option for the path regexDavid Sterba1-2/+15
2013-08-09btrfs-progs: fix regexec to only work if we actually have a regexecJosef Bacik1-1/+1
2013-08-09restore: Add regex matching of paths and files to be restoredPeter Stuge1-4/+33
2013-07-05btrfs-restore: deal with NULL returns from read_node_slotrepairChris Mason1-2/+8
2013-07-05btrfs-restore: use the correct leafsize when reading the FS locationChris Mason1-1/+1
2013-06-19Btrfs-progs: pass properly formated key to read_fs_rootJosef Bacik1-0/+1
2013-05-10Btrfs-progs: fix compile warnings in i386 machineWang Shilong1-1/+2
2013-04-23Btrfs-progs: make restore deal with really broken file systemsJosef Bacik1-7/+44
2013-03-18Btrfs-progs: give restore a list roots optionJosef Bacik1-7/+85
2013-03-18btrfs-progs: add lzo compression support to restoreJosef Bacik1-6/+83
2013-03-18restore: Split output directory and btrfs-local path search_dir() parametersPeter Stuge1-5/+10
2013-03-18btrfs-progs: Fix error handling for failed reads in restore tool when mirrors...David Marcin1-4/+7
2013-03-18Btrfs-progs: try other mirrors on read failureJosef Bacik1-3/+10
2013-03-18Btrfs-progs: try other mirrors if decompression failsJosef Bacik1-21/+25
2013-03-15Btrfs-progs: add an option for specifying the root to restoreJosef Bacik1-4/+28
2013-03-03btrfs-progs: usage should match what is codedAnand Jain1-4/+0
2013-02-27btrfs-progs: provide positive errno to strerror in cmd_restoreEric Sandeen1-1/+1
2013-02-12Btrfs-progs: add restore command to btrfsIan Kumlien1-13/+24
2013-02-12Btrfs-progs: restore.c -> cmds-restore.cIan Kumlien1-0/+874