summaryrefslogtreecommitdiff
path: root/restore.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs-progs: restore.c -> cmds-restore.cIan Kumlien2013-02-121-874/+0
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-061-6/+4
|\
| * btrfs-progs: free path before returningZach Brown2013-02-051-0/+1
| * btrfs-progs: don't return -EBUSY from main()Zach Brown2013-02-051-1/+1
| * btrfs-progs: don't free null pathZach Brown2013-02-051-1/+1
| * btrfs-progs: remove dead code that checks null ebZach Brown2013-02-051-3/+0
| * btrfs-progs: fix copy-n-paste error checkingZach Brown2013-02-051-1/+1
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-1/+1
|/
* btrfs-progs: print the right mount checking info in restore.cWang Sheng-Hui2013-01-171-1/+1
* Btrfs-progs: Fix compiler warnings on PPC64Wade Cline2013-01-171-1/+4
* Btrfs-progs: fix several complie warningMiao Xie2012-10-041-3/+5
* avoid several strncpy-induced buffer overrunsJim Meyering2012-06-051-1/+2
* restore: don't corrupt stack for a zero-length command-line argumentJim Meyering2012-06-051-5/+3
* restore: deal with holes and set i_size correctlyChris Mason2011-10-271-2/+20
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-0/+854