summaryrefslogtreecommitdiff
path: root/cmds-restore.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-restoreGui Hecheng2014-12-041-1/+2
* btrfs-progs: fix compiler warningChristian Hesse2014-11-181-1/+1
* Btrfs-progs: spit out the broken file when ignoring errorsJosef Bacik2014-11-141-0/+4
* btrfs-progs: remove wrong set_argv0 for restoreGui Hecheng2014-09-141-1/+0
* btrfs-progs: fix next_leaf in restore as it improperly skips some slotsv3.16.1-rc1Gui Hecheng2014-09-141-0/+1
* btrfs-progs: fix len of read_extent_buffer for inline extent in restoreGui Hecheng2014-09-141-1/+3
* btrfs-progs: init uninitialized output buf for btrfs-restoreGui Hecheng2014-09-141-2/+2
* btrfs-progs: move debug info to verbose mode for restoreGui Hecheng2014-09-021-1/+1
* btrfs-progs: remove unused flags for btrfs_pathGui Hecheng2014-08-281-2/+0
* btrfs-progs: add always option to restore's looping promptJustin Maggard2014-08-221-9/+22
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-221-1/+2
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-221-2/+3
* btrfs-progs: restore: document updatesWang Shilong2014-08-221-3/+4
* btrfs-progs: restore: don't allow users to specify -r and -f at the same timeWang Shilong2014-08-221-0/+5
* btrfs-progs: restore: output resason why it fails to read rootWang Shilong2014-08-221-1/+2
* btrfs-progs: restore: fix wrong return value if it fails to read specified fs...Wang Shilong2014-08-221-0/+1
* btrfs-progs: restore: check if specified root is fs/file tree firstlyWang Shilong2014-08-221-0/+5
* btrfs-progs: restore: check lzo compress lengthVincent Stehlé2014-08-221-0/+6
* Btrfs-progs: update btrfs_file_extent_inline_len to match kernel versionFilipe David Borba Manana2014-04-111-2/+1
* Btrfs-progs: restore, for compressed extents don't read more bytes than neededFilipe David Borba Manana2014-04-111-2/+2
* btrfs-progs: include <sys/xattr.h> instead of <attr/xattr.h>Christophe Vu-Brugier2014-03-211-1/+1
* Btrfs-progs: fix restore of files with compressed extentsFilipe David Borba Manana2014-03-211-3/+6
* Btrfs-progs: switch to arg_strtou64() part1Wang Shilong2014-03-211-22/+5
* btrfs-progs: add dry-run option to restore commandJustin Maggard2014-03-211-3/+17
* Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik2013-11-071-1/+2
* Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik2013-11-071-1/+1
* btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk2013-10-161-1/+1
* Btrfs-progs: fix magic return value in cmds-restore.cWang Shilong2013-10-161-9/+9
* Btrfs-progs: fix restore command leaving corrupted filesFilipe David Borba Manana2013-10-161-5/+8
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: fix shadow symbolsZach Brown2013-09-031-4/+4
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-031-1/+1
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-1/+1
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-2/+3
* Btrfs-progs: restore can now recover file xattrsFilipe David Borba Manana2013-08-091-1/+121
* Btrfs-progs: update usage message for cmds-restoreFilipe David Borba Manana2013-08-091-1/+2
* btrfs-progs: restore: use long option for the path regexDavid Sterba2013-08-091-2/+15
* btrfs-progs: fix regexec to only work if we actually have a regexecJosef Bacik2013-08-091-1/+1
* restore: Add regex matching of paths and files to be restoredPeter Stuge2013-08-091-4/+33
* btrfs-restore: deal with NULL returns from read_node_slotrepairChris Mason2013-07-051-2/+8
* btrfs-restore: use the correct leafsize when reading the FS locationChris Mason2013-07-051-1/+1
* Btrfs-progs: pass properly formated key to read_fs_rootJosef Bacik2013-06-191-0/+1
* Btrfs-progs: fix compile warnings in i386 machineWang Shilong2013-05-101-1/+2
* Btrfs-progs: make restore deal with really broken file systemsJosef Bacik2013-04-231-7/+44
* Btrfs-progs: give restore a list roots optionJosef Bacik2013-03-181-7/+85
* btrfs-progs: add lzo compression support to restoreJosef Bacik2013-03-181-6/+83
* restore: Split output directory and btrfs-local path search_dir() parametersPeter Stuge2013-03-181-5/+10
* btrfs-progs: Fix error handling for failed reads in restore tool when mirrors...David Marcin2013-03-181-4/+7
* Btrfs-progs: try other mirrors on read failureJosef Bacik2013-03-181-3/+10
* Btrfs-progs: try other mirrors if decompression failsJosef Bacik2013-03-181-21/+25