summaryrefslogtreecommitdiff
path: root/cmds-restore.c
Commit message (Expand)AuthorAge
* btrfs-progs: Replace root parameter using fs_info for reada_for_search()Qu Wenruo2018-10-31
* btrfs-progs: convert strerror to implicit %mDavid Sterba2018-10-31
* btrfs-progs: Get rid of the confusing btrfs_file_extent_inline_len()Qu Wenruo2018-08-06
* btrfs-progs: restore: Fix wrong compressed item size for decompress()Qu Wenruo2018-08-06
* btrfs-progs: Fix wrong optind re-initialization to allow mixed option and non...Qu Wenruo2018-08-06
* btrfs-progs: restore: fix mistake on overwrite_ok() if relative path is givenTing-Chang Hou2018-06-07
* btrfs-progs: Use more loose open ctree flags for dump-tree and restoreQu Wenruo2018-04-24
* btrfs-progs: treewide: Replace strerror(errno) with %m.Rosen Penev2018-01-31
* 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