summaryrefslogtreecommitdiff
path: root/btrfs-image.c
Commit message (Expand)AuthorAge
* btrfs-progs: image: fix minor resource leakDavid Sterba2016-07-15
* btrfs-progs: Use new random number APIQu Wenruo2016-06-03
* btrfs-progs: make btrfs-image restore to support dupLu Fengqi2016-06-01
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: Add new option for specify chunk root bytenrLu Fengqi2016-03-14
* btrfs-progs: unify argc min/max checkingDavid Sterba2016-03-14
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-12
* btrfs-progs: fix endian bug in update_super()Byongho Lee2016-01-12
* btrfs-progs: image: reorder initialization in metadump_initDavid Sterba2015-11-16
* btrfs-progs: image: fix bogus check after cpu on-line detectionDavid Sterba2015-11-02
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: image: close all_devices at the endZhao Lei2015-09-11
* btrfs-progs: image: don't create unused threadsZhao Lei2015-09-11
* btrfs-progs: image: fix infinite looping with -t 0Zhao Lei2015-09-11
* btrfs-progs: use on-stack buffer for superblockDavid Sterba2015-09-02
* btrfs-progs: image: better error handling in update_disk_super_on_deviceDavid Sterba2015-09-02
* btrfs-progs: Use existing facility to replace read_data_extent functionQu Wenruo2015-08-31
* btrfs-progs: Avoid reading bad fd in case of missing device.Qu Wenruo2015-08-31
* btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba2015-06-11
* Btrfs-progs: skip opening all devices with restoreJosef Bacik2015-02-09
* Btrfs-progs: make restore update dev itemsJosef Bacik2015-02-09
* Btrfs-progs: Introduce metadump_v2Josef Bacik2015-02-09
* Btrfs-progs: multi-thread btrfs-image restoreJosef Bacik2015-02-09
* btrfs-progs: fix btrfs-image overlapping chunksJosef Bacik2015-02-09
* Btrfs-progs: read super properly in btrfs-imageJosef Bacik2015-02-09
* 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: Doc: Add explain on 'source' and 'target' for btrfs-image.Qu Wenruo2015-01-21
* btrfs-progs: add mount status check for btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: limit minimal num of args for btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: cleanup unnecessary free if malloc fails in btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: fix btrfs-image old_restore fsck failureGui Hecheng2014-08-22
* btrfs-progs: use BTRFS_SUPER_INFO_SIZE to replace raw 4096 in btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: cleanup possible silent failure in btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: deal with malloc failure in btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: delete invalid output file when btrfs-image failedGui Hecheng2014-08-22
* btrfs-progs: deal with invalid option combinations for btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: update manpage for btrfs-image with -m option addedGui Hecheng2014-08-22
* btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-imageGui Hecheng2014-08-22
* btrfs-progs: Properly size the leafsize field in the mdrestore_struct structAdam Buchbinder2014-08-22
* btrfs-image: Fix a data race in build_chunk_tree.Adam Buchbinder2014-08-22
* Btrfs-progs: btrfs-image: don't call pthread_join on IDs not presentRakesh Pandit2014-04-22
* Btrfs-progs: remove unused variable and update btrfs-image man pageRakesh Pandit2014-03-21
* btrfs-progs: don't remove BTRFS_BLOCK_GROUP_DUP in chunk typeRakesh Pandit2014-03-21
* Btrfs-progs: switch to arg_strtou64() part2Wang Shilong2014-03-21
* btrfs-progs: use stripe_len define hereAnand Jain2014-01-31
* Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik2013-11-07
* btrfs-progs: free eb in fixup_chunk_tree_block()Zach Brown2013-10-16