packaging: Enable LTO and set visibility to hidden
[platform/upstream/btrfs-progs.git] / cmds-restore.c
2018-04-24 Qu Wenruobtrfs-progs: Use more loose open ctree flags for dump...
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2017-09-25 Nick Terrellbtrfs-progs: Add zstd support
2017-09-08 David Sterbabtrfs-progs: drop blocksize from read_tree_block
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_info
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_map_block and its variants...
2017-07-03 Qu Wenruobtrfs-progs: Refactor read_node_slot function to get...
2017-07-03 Qu Wenruobtrfs-progs: Refactor read_tree_block to get rid of...
2017-07-03 Qu Wenruobtrfs-progs: Refactor block sizes users in cmds-restore.c
2017-03-08 David Sterbabtrfs-progs: move help defines to own header
2016-12-14 David Sterbabtrfs-progs: remove extra newline from messages
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in find_...
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in do_li...
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in searc...
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in copy_...
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in copy_file
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in copy_...
2016-11-09 David Sterbabtrfs-progs: restore: use on-stack path buffer in set_f...
2016-10-03 David Sterbabtrfs-progs: restore: update help text
2016-10-03 David Sterbabtrfs-progs: cleanup, kill trivial btrfs_key_type helper
2016-10-03 David Sterbabtrfs-progs: use standard allocation functions in non...
2016-05-02 David Sterbabtrfs-progs: replace leafsize with nodesize
2016-03-14 Feifei Xubtrfs-progs: Replace hardcoded PAGE_CACHE_SIZE with...
2016-03-14 Lu Fengqibtrfs-progs: Add new option for specify chunk root...
2016-03-14 David Sterbabtrfs-progs: restore: update error messages
2016-01-12 David Sterbabtrfs-progs: remove unnecessary errno temp variables
2015-10-16 Vincent Stehlébtrfs-progs: restore: fix off-by-one len check
2015-05-14 David Sterbabtrfs-progs: restore: add more long option variants
2015-05-14 David Sterbabtrfs-progs: restore: shift option texts
2015-05-14 David Sterbabtrfs-progs: restore: use bigger buffer for output...
2015-05-14 Dan Merillatbtrfs-progs: optionally restore symlinks.
2015-04-29 Dan Merillatbtrfs-progs: restore: separate the overwrite check
2015-04-29 David Sterbabtrfs-progs: restore: don't misreport errors from searc...
2015-04-24 David Sterbabtrfs-progs: fix typos in restore help/doc
2015-04-24 David Sterbabtrfs-progs: restore: cleanup, use PATH_MAX
2015-04-24 David Sterbabtrfs-progs: restore: convert copy_file exit paths...
2015-04-24 David Sterbabtrfs-progs: restore: convert search_dir exit paths...
2015-04-24 David Sterbabtrfs-progs: restore: fix path leak in copy_metadata
2015-04-24 Dan Merillatbtrfs-progs: restore: optionally restore metadata
2015-04-08 David Sterbabtrfs-progs: getopt, use symbolic name for argument...
2015-04-08 David Sterbabtrfs-progs: cleanup option index argument from getopt_long
2015-03-23 Gui Hechengbtrfs-progs: restore, fix page alignment issue for...
2015-02-02 Qu Wenruobtrfs-progs: read_tree_block() and read_node_slot(...
2015-01-28 Karel Zakbtrfs-progs: autoconf: use standard PACKAGE_* macros
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2015-01-19 David Sterbabtrfs-progs: make getopt tables static const
2015-01-19 David Sterbabtrfs-progs: cleanup, move getop long options close...
2014-12-04 Gui Hechengbtrfs-progs: cleanup duplicate assignment of variable...
2014-11-18 Christian Hessebtrfs-progs: fix compiler warning
2014-11-14 Josef BacikBtrfs-progs: spit out the broken file when ignoring...
2014-09-14 Gui Hechengbtrfs-progs: remove wrong set_argv0 for restore
2014-09-14 Gui Hechengbtrfs-progs: fix next_leaf in restore as it improperly...
2014-09-14 Gui Hechengbtrfs-progs: fix len of read_extent_buffer for inline...
2014-09-14 Gui Hechengbtrfs-progs: init uninitialized output buf for btrfs...
2014-09-02 Gui Hechengbtrfs-progs: move debug info to verbose mode for restore
2014-08-28 Gui Hechengbtrfs-progs: remove unused flags for btrfs_path
2014-08-22 Justin Maggardbtrfs-progs: add always option to restore's looping...
2014-08-22 Wang ShilongBtrfs-progs: fix some build warnings on 32bit platform
2014-08-22 Gui Hechengbtrfs-progs: use check_argc_* to check arg number for...
2014-08-22 Wang Shilongbtrfs-progs: restore: document updates
2014-08-22 Wang Shilongbtrfs-progs: restore: don't allow users to specify...
2014-08-22 Wang Shilongbtrfs-progs: restore: output resason why it fails to...
2014-08-22 Wang Shilongbtrfs-progs: restore: fix wrong return value if it...
2014-08-22 Wang Shilongbtrfs-progs: restore: check if specified root is fs...
2014-08-22 Vincent Stehlébtrfs-progs: restore: check lzo compress length
2014-04-11 Filipe David Borba... Btrfs-progs: update btrfs_file_extent_inline_len to...
2014-04-11 Filipe David Borba... Btrfs-progs: restore, for compressed extents don't...
2014-03-21 Christophe Vu-Brugierbtrfs-progs: include <sys/xattr.h> instead of <attr...
2014-03-21 Filipe David Borba... Btrfs-progs: fix restore of files with compressed extents
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part1
2014-03-21 Justin Maggardbtrfs-progs: add dry-run option to restore command
2013-11-07 Josef BacikBtrfs-progs: rework open_ctree to take flags, add a...
2013-11-07 Josef BacikBtrfs-progs: add -b to btrfsck to look at backup roots
2013-10-16 Ross Kirkbtrfs-progs: drop unused parameter from btrfs_item_nr
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-restore.c
2013-10-16 Filipe David Borba... Btrfs-progs: fix restore command leaving corrupted...
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-09-03 Zach Brownbtrfs-progs: fix shadow symbols
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from non-kerne...
2013-09-03 Eric Sandeenbtrfs-progs: drop unused parameter from btrfs_release_path
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Filipe David Borba... Btrfs-progs: restore can now recover file xattrs
2013-08-09 Filipe David Borba... Btrfs-progs: update usage message for cmds-restore
2013-08-09 David Sterbabtrfs-progs: restore: use long option for the path...
2013-08-09 Josef Bacikbtrfs-progs: fix regexec to only work if we actually...
2013-08-09 Peter Stugerestore: Add regex matching of paths and files to be...
2013-07-05 Chris Masonbtrfs-restore: deal with NULL returns from read_node_slot
2013-07-05 Chris Masonbtrfs-restore: use the correct leafsize when reading...
2013-06-19 Josef BacikBtrfs-progs: pass properly formated key to read_fs_root
2013-05-10 Wang ShilongBtrfs-progs: fix compile warnings in i386 machine
2013-04-23 Josef BacikBtrfs-progs: make restore deal with really broken file...
2013-03-18 Josef BacikBtrfs-progs: give restore a list roots option
2013-03-18 Josef Bacikbtrfs-progs: add lzo compression support to restore
2013-03-18 Peter Stugerestore: Split output directory and btrfs-local path...
2013-03-18 David Marcinbtrfs-progs: Fix error handling for failed reads in...
2013-03-18 Josef BacikBtrfs-progs: try other mirrors on read failure
2013-03-18 Josef BacikBtrfs-progs: try other mirrors if decompression fails
2013-03-15 Josef BacikBtrfs-progs: add an option for specifying the root...
2013-03-03 Anand Jainbtrfs-progs: usage should match what is coded
2013-02-27 Eric Sandeenbtrfs-progs: provide positive errno to strerror in...
next