summaryrefslogtreecommitdiff
path: root/cmds-restore.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Btrfs-progs: add an option for specifying the root to restoreJosef Bacik2013-03-151-4/+28
* btrfs-progs: usage should match what is codedAnand Jain2013-03-031-4/+0
* btrfs-progs: provide positive errno to strerror in cmd_restoreEric Sandeen2013-02-271-1/+1
* Btrfs-progs: add restore command to btrfsIan Kumlien2013-02-121-13/+24
* Btrfs-progs: restore.c -> cmds-restore.cIan Kumlien2013-02-121-0/+874