summaryrefslogtreecommitdiff
path: root/cmds-restore.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-121-5/+2
* btrfs-progs: restore: fix off-by-one len checkVincent Stehlé2015-10-161-1/+1
* btrfs-progs: restore: add more long option variantsDavid Sterba2015-05-141-9/+17
* btrfs-progs: restore: shift option textsDavid Sterba2015-05-141-18/+18
* btrfs-progs: restore: use bigger buffer for output path nameDavid Sterba2015-05-141-1/+6
* btrfs-progs: optionally restore symlinks.Dan Merillat2015-05-141-3/+138
* btrfs-progs: restore: separate the overwrite checkDan Merillat2015-04-291-19/+33
* btrfs-progs: restore: don't misreport errors from search_dirDavid Sterba2015-04-291-0/+2
* btrfs-progs: fix typos in restore help/docDavid Sterba2015-04-241-1/+1
* btrfs-progs: restore: cleanup, use PATH_MAXDavid Sterba2015-04-241-6/+6
* btrfs-progs: restore: convert copy_file exit paths to a single returnDavid Sterba2015-04-241-26/+19
* btrfs-progs: restore: convert search_dir exit paths to a single returnDavid Sterba2015-04-241-30/+26
* btrfs-progs: restore: fix path leak in copy_metadataDavid Sterba2015-04-241-1/+1
* btrfs-progs: restore: optionally restore metadataDan Merillat2015-04-241-1/+121
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-081-2/+2
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-2/+1
* btrfs-progs: restore, fix page alignment issue for lzo compressionGui Hecheng2015-03-231-0/+13
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-021-3/+3
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-281-1/+0
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-2/+0
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-1/+1
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-191-10/+13
* 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