aboutsummaryrefslogtreecommitdiffstats
path: root/btrfs-image.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: remove unnecessary errno temp variablesDavid Sterba1-2/+1
2016-01-12btrfs-progs: fix endian bug in update_super()Byongho Lee1-2/+1
2015-11-16btrfs-progs: image: reorder initialization in metadump_initDavid Sterba1-19/+13
2015-11-02btrfs-progs: image: fix bogus check after cpu on-line detectionDavid Sterba1-3/+5
2015-10-21btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke1-2/+1
2015-09-11btrfs-progs: image: close all_devices at the endZhao Lei1-0/+2
2015-09-11btrfs-progs: image: don't create unused threadsZhao Lei1-5/+8
2015-09-11btrfs-progs: image: fix infinite looping with -t 0Zhao Lei1-2/+3
2015-09-02btrfs-progs: use on-stack buffer for superblockDavid Sterba1-9/+1
2015-09-02btrfs-progs: image: better error handling in update_disk_super_on_deviceDavid Sterba1-10/+18
2015-08-31btrfs-progs: Use existing facility to replace read_data_extent functionQu Wenruo1-39/+19
2015-08-31btrfs-progs: Avoid reading bad fd in case of missing device.Qu Wenruo1-1/+1
2015-06-11btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba1-9/+15
2015-02-09Btrfs-progs: skip opening all devices with restoreJosef Bacik1-3/+6
2015-02-09Btrfs-progs: make restore update dev itemsJosef Bacik1-19/+131
2015-02-09Btrfs-progs: Introduce metadump_v2Josef Bacik1-0/+3
2015-02-09Btrfs-progs: multi-thread btrfs-image restoreJosef Bacik1-12/+5
2015-02-09btrfs-progs: fix btrfs-image overlapping chunksJosef Bacik1-36/+134
2015-02-09Btrfs-progs: read super properly in btrfs-imageJosef Bacik1-0/+27
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-3/+3
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-1/+0
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2015-01-21btrfs-progs: Doc: Add explain on 'source' and 'target' for btrfs-image.Qu Wenruo1-0/+3
2014-08-22btrfs-progs: add mount status check for btrfs-imageGui Hecheng1-2/+12
2014-08-22btrfs-progs: limit minimal num of args for btrfs-imageGui Hecheng1-0/+4
2014-08-22btrfs-progs: cleanup unnecessary free if malloc fails in btrfs-imageGui Hecheng1-1/+1
2014-08-22btrfs-progs: fix btrfs-image old_restore fsck failureGui Hecheng1-2/+2
2014-08-22btrfs-progs: use BTRFS_SUPER_INFO_SIZE to replace raw 4096 in btrfs-imageGui Hecheng1-8/+9
2014-08-22btrfs-progs: cleanup possible silent failure in btrfs-imageGui Hecheng1-1/+2
2014-08-22btrfs-progs: deal with malloc failure in btrfs-imageGui Hecheng1-1/+18
2014-08-22btrfs-progs: delete invalid output file when btrfs-image failedGui Hecheng1-2/+12
2014-08-22btrfs-progs: deal with invalid option combinations for btrfs-imageGui Hecheng1-6/+22
2014-08-22btrfs-progs: update manpage for btrfs-image with -m option addedGui Hecheng1-0/+1
2014-08-22btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-imageGui Hecheng1-2/+4
2014-08-22btrfs-progs: Properly size the leafsize field in the mdrestore_struct structAdam Buchbinder1-1/+1
2014-08-22btrfs-image: Fix a data race in build_chunk_tree.Adam Buchbinder1-0/+2
2014-04-22Btrfs-progs: btrfs-image: don't call pthread_join on IDs not presentRakesh Pandit1-48/+36
2014-03-21Btrfs-progs: remove unused variable and update btrfs-image man pageRakesh Pandit1-3/+0
2014-03-21btrfs-progs: don't remove BTRFS_BLOCK_GROUP_DUP in chunk typeRakesh Pandit1-1/+2
2014-03-21Btrfs-progs: switch to arg_strtou64() part2Wang Shilong1-6/+6
2014-01-31btrfs-progs: use stripe_len define hereAnand Jain1-1/+1
2013-11-07Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik1-2/+7
2013-10-16btrfs-progs: free eb in fixup_chunk_tree_block()Zach Brown1-0/+1
2013-10-16btrfs-progs: don't overflow read buffer in imageZach Brown1-3/+11
2013-10-16btrfs-progs: don't overrun name in find-collisionsZach Brown1-2/+2
2013-10-16btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk1-3/+3
2013-10-16btrfs-progs: fix -Wmissing-noreturnChris West (Faux)1-0/+1
2013-10-16btrfs-progs: free local variable buf upon unsuccessful returnsGui Hecheng1-0/+2
2013-10-16Btrfs-progs: fix magic return value in btrfs-imgae.cWang Shilong1-1/+1
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-3/+3
2013-09-03Btrfs-progs: sanitize xattrs when we specify sanitizationJosef Bacik1-0/+19
2013-08-09btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-1/+1
2013-07-03Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo1-51/+262
2013-07-03Btrfs-progs: cleanup btrfs-image usageLiu Bo1-1/+1
2013-07-03Btrfs-progs: fix misuse of skinny metadata in btrfs-imageLiu Bo1-2/+2
2013-06-19Btrfs-progs: make image restore with the original device offsetsJosef Bacik1-33/+443
2013-06-19Btrfs-image: add the ability to santize file names when making an imageJosef Bacik1-9/+349
2013-05-03btrfs-image: fix reading the super block on big metadata blocksChris Mason1-4/+5
2013-04-23Btrfs-progs: add an option to btrfs-image to walk the treesJosef Bacik1-65/+98
2013-04-23Btrfs-progs: add skinny metadata support to progs V3Josef Bacik1-2/+6
2013-04-09Btrfs-progs: make btrfs-image restore with a valid chunk tree V2Josef Bacik1-10/+301
2013-03-21Btrfs-progs: make btrfs-image grab the free space cacheJosef Bacik1-11/+151
2013-03-21Btrfs-progs: make btrfs-image copy the tree logs if they existJosef Bacik1-0/+81
2013-03-21Btrfs-progs: cleanup error handling in btrfs-imageJosef Bacik1-61/+231
2013-03-10btrfs-progs: free allocated metadump structure on restore failureEric Sandeen1-4/+5
2013-02-05btrfs-progs: fix mdresotre typo in function namesEric Sandeen1-4/+4
2013-01-21btrfs-progs: Handle errors returned from open_ctreeDanny Kukawka1-0/+5
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-20/+52
2009-01-21btrfs-image.c: fix return valuesWang Cong1-3/+3
2008-12-02Fix image tool compile warningsyanhai zhu1-4/+5
2008-11-20Btrfs image toolYan Zheng1-0/+853