summaryrefslogtreecommitdiff
path: root/cmds-restore.c
Commit message (Expand)AuthorAge
* btrfs-progs: restore: add more long option variantsDavid Sterba2015-05-14
* btrfs-progs: restore: shift option textsDavid Sterba2015-05-14
* btrfs-progs: restore: use bigger buffer for output path nameDavid Sterba2015-05-14
* btrfs-progs: optionally restore symlinks.Dan Merillat2015-05-14
* btrfs-progs: restore: separate the overwrite checkDan Merillat2015-04-29
* btrfs-progs: restore: don't misreport errors from search_dirDavid Sterba2015-04-29
* btrfs-progs: fix typos in restore help/docDavid Sterba2015-04-24
* btrfs-progs: restore: cleanup, use PATH_MAXDavid Sterba2015-04-24
* btrfs-progs: restore: convert copy_file exit paths to a single returnDavid Sterba2015-04-24
* btrfs-progs: restore: convert search_dir exit paths to a single returnDavid Sterba2015-04-24
* btrfs-progs: restore: fix path leak in copy_metadataDavid Sterba2015-04-24
* btrfs-progs: restore: optionally restore metadataDan Merillat2015-04-24
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-08
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-08
* btrfs-progs: restore, fix page alignment issue for lzo compressionGui Hecheng2015-03-23
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-02
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-28
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-19
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-19
* btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-restoreGui Hecheng2014-12-04
* btrfs-progs: fix compiler warningChristian Hesse2014-11-18
* Btrfs-progs: spit out the broken file when ignoring errorsJosef Bacik2014-11-14
* btrfs-progs: remove wrong set_argv0 for restoreGui Hecheng2014-09-14
* btrfs-progs: fix next_leaf in restore as it improperly skips some slotsGui Hecheng2014-09-14
* btrfs-progs: fix len of read_extent_buffer for inline extent in restoreGui Hecheng2014-09-14
* btrfs-progs: init uninitialized output buf for btrfs-restoreGui Hecheng2014-09-14
* btrfs-progs: move debug info to verbose mode for restoreGui Hecheng2014-09-02
* btrfs-progs: remove unused flags for btrfs_pathGui Hecheng2014-08-28
* btrfs-progs: add always option to restore's looping promptJustin Maggard2014-08-22
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-22
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-22
* btrfs-progs: restore: document updatesWang Shilong2014-08-22
* btrfs-progs: restore: don't allow users to specify -r and -f at the same timeWang Shilong2014-08-22
* btrfs-progs: restore: output resason why it fails to read rootWang Shilong2014-08-22
* btrfs-progs: restore: fix wrong return value if it fails to read specified fs...Wang Shilong2014-08-22
* btrfs-progs: restore: check if specified root is fs/file tree firstlyWang Shilong2014-08-22
* btrfs-progs: restore: check lzo compress lengthVincent Stehlé2014-08-22
* Btrfs-progs: update btrfs_file_extent_inline_len to match kernel versionFilipe David Borba Manana2014-04-11
* Btrfs-progs: restore, for compressed extents don't read more bytes than neededFilipe David Borba Manana2014-04-11
* btrfs-progs: include <sys/xattr.h> instead of <attr/xattr.h>Christophe Vu-Brugier2014-03-21
* Btrfs-progs: fix restore of files with compressed extentsFilipe David Borba Manana2014-03-21
* Btrfs-progs: switch to arg_strtou64() part1Wang Shilong2014-03-21
* btrfs-progs: add dry-run option to restore commandJustin Maggard2014-03-21
* Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik2013-11-07
* Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik2013-11-07
* btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk2013-10-16
* Btrfs-progs: fix magic return value in cmds-restore.cWang Shilong2013-10-16
* Btrfs-progs: fix restore command leaving corrupted filesFilipe David Borba Manana2013-10-16
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-03