summaryrefslogtreecommitdiff
path: root/cmds-restore.c
Commit message (Expand)AuthorAge
* btrfs-progs: Add zstd supportNick Terrell2017-09-25
* btrfs-progs: drop blocksize from read_tree_blockDavid Sterba2017-09-08
* btrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor read_node_slot function to get rid of btrfs_rootQu Wenruo2017-07-03
* btrfs-progs: Refactor read_tree_block to get rid of btrfs_rootQu Wenruo2017-07-03
* btrfs-progs: Refactor block sizes users in cmds-restore.cQu Wenruo2017-07-03
* btrfs-progs: move help defines to own headerDavid Sterba2017-03-08
* btrfs-progs: remove extra newline from messagesDavid Sterba2016-12-14
* btrfs-progs: restore: use on-stack path buffer in find_first_dirDavid Sterba2016-11-09
* btrfs-progs: restore: use on-stack path buffer in do_list_rootsDavid Sterba2016-11-09
* btrfs-progs: restore: use on-stack path buffer in search_dirDavid Sterba2016-11-09
* btrfs-progs: restore: use on-stack path buffer in copy_symlinkDavid Sterba2016-11-09
* btrfs-progs: restore: use on-stack path buffer in copy_fileDavid Sterba2016-11-09
* btrfs-progs: restore: use on-stack path buffer in copy_metadataDavid Sterba2016-11-09
* btrfs-progs: restore: use on-stack path buffer in set_file_xattrsDavid Sterba2016-11-09
* btrfs-progs: restore: update help textDavid Sterba2016-10-03
* btrfs-progs: cleanup, kill trivial btrfs_key_type helperDavid Sterba2016-10-03
* btrfs-progs: use standard allocation functions in non-kenrel codeDavid Sterba2016-10-03
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: Replace hardcoded PAGE_CACHE_SIZE with sectorsize.Feifei Xu2016-03-14
* btrfs-progs: Add new option for specify chunk root bytenrLu Fengqi2016-03-14
* btrfs-progs: restore: update error messagesDavid Sterba2016-03-14
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-12
* btrfs-progs: restore: fix off-by-one len checkVincent Stehlé2015-10-16
* 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