aboutsummaryrefslogtreecommitdiffstats
path: root/chunk-recover.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: fix endian bugs in chunk rebuildingByongho Lee1-4/+4
2015-11-19btrfs-progs: chunk-recovery: Fix a float point errorQu Wenruo1-3/+6
2015-11-13btrfs-progs: use on-stack buffer in recover_prepareDavid Sterba1-13/+6
2015-11-13btrfs-progs: use on-stack variable in __rebuild_device_itemsDavid Sterba1-6/+2
2015-11-02btrfs-progs: fix memory leak on error pathEryu Guan1-2/+7
2015-10-21btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke1-4/+2
2015-09-02btrfs-progs: remove unused argument from block_group_free_all_extentZhao Lei1-3/+2
2015-09-02btrfs-progs: Fix some spelling typos in chunk-recover.cZhao Lei1-2/+2
2015-09-02btrfs-progs: stat info for btrfs rescue chunk-recoverZhao Lei1-18/+54
2015-09-02btrfs-progs: Use long type to get thread's return valueZhao Lei1-2/+2
2015-09-02btrfs-progs: use for loop for scan_devicesZhao Lei1-3/+1
2015-09-01btrfs-progs: use android compat headerDavid Sterba1-1/+3
2015-02-09Btrfs-progs: skip opening all devices with restoreJosef Bacik1-1/+1
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
2014-12-04btrfs-progs: rebuild missing block group during chunk recovery if possibleQu Wenruo1-28/+214
2014-10-16btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain1-1/+1
2014-10-14btrfs-progs: fix uninitialized warning in btrfs_calc_stripe_indexAnand Jain1-1/+3
2014-10-10btrfs-progs: Fix malloc size for superblock.Qu Wenruo1-1/+1
2014-08-22btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo1-3/+3
2014-08-22btrfs-progs: replace BTRFS_NUM_MIRRORS with BTRFS_MAX_MIRRORSGui Hecheng1-5/+3
2014-08-22btrfs-progs: fix max mirror number error for chunk-recoverGui Hecheng1-1/+1
2014-08-22btrfs-progs: fix missing parity stripe for raid6 in chunk-recoverGui Hecheng1-10/+20
2014-08-22btrfs-progs: cleanup unused assignment for chunk-recoverGui Hecheng1-1/+0
2014-08-22btrfs-progs: fix blindly goto failure for chunk-recoverGui Hecheng1-3/+2
2014-08-22btrfs-progs: fix uninitialized number count in chunk-recoverGui Hecheng1-6/+14
2014-04-22Btrfs-progs: chunk_recovery: fix mem leak and pthread_cancel callRakesh Pandit1-6/+9
2014-03-21btrfs-progs: Copyright string updateHidetoshi Seto1-1/+1
2014-01-31btrfs-progs: don't replicate the stripe_len definesAnand Jain1-1/+0
2014-01-31btrfs-progs: scan devices in parallel for chunk-recoverGui Hecheng1-7/+82
2014-01-31btrfs-progs: add chunk-recover raid0/5/6 data stripes rebuild routineGui Hecheng1-0/+371
2014-01-31btrfs-progs: skip chunk recover works when check chunks successfullyGui Hecheng1-0/+3
2014-01-31Btrfs-progs: chunk-recover: add new flag to prepare recovering for ordered da...Wang Shilong1-0/+1
2014-01-31Btrfs-progs: chunk-recover: use right size when allocating chunk root nodeWang Shilong1-1/+1
2014-01-31btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk1-2/+2
2013-10-16btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk1-3/+2
2013-10-16btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk1-2/+2
2013-10-16Btrfs-progs: move ask_user() to utils.cWang Shilong1-18/+0
2013-10-16Btrfs-progs: pass flag to control whether run ioctl in btrfs_scan_for_fsid()Wang Shilong1-1/+1
2013-10-16btrfs-progs: separate command and implementation of chunk-recover codeDavid Sterba1-0/+1745