summaryrefslogtreecommitdiff
path: root/cmds-replace.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-121-4/+4
* btrfs-progs: cmd replace: switch to common error message wrapperDavid Sterba2016-01-121-23/+14
* btrfs-progs: Remove all btrfs_close_all_devices in sub-commandZhao Lei2015-11-021-2/+0
* Btrfs-progs: Do not force mixed block group creation unless '-M' option is sp...Chandan Rajendra2015-11-021-2/+1
* btrfs-progs: move is_numerical() helper to utils and renameAnand Jain2015-11-021-12/+1
* btrfs-progs: replace: use btrfs_open_dir for btrfs replace commandZhao Lei2015-11-021-12/+4
* btrfs-progs: use btrfs_open_dir in open_path_or_dev_mntZhao Lei2015-11-021-11/+2
* btrfs-progs: fix use after free in replace startDavid Sterba2015-08-311-1/+1
* btrfs-progs: close all fs_devices before exit in some commandsZhao Lei2015-08-311-0/+2
* btrfs-progs: unified error handling in print_replace_statusZhao Lei2015-08-311-8/+7
* btrfs-progs: Add further checks to btrfs replace start commandGoffredo Baroncelli2015-08-311-1/+15
* btrfs-progs: unify naming of command handlersDavid Sterba2015-08-311-15/+15
* btrfs-progs: print error within test_dev_for_mkfsDavid Sterba2015-06-111-5/+3
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* btrfs-progs: use function is_block_device() insteadAnand Jain2015-06-021-24/+1
* btrfs-progs: add new dev replace resultEryu Guan2014-11-251-0/+2
* btrfs-progs: only report internal dev replace result if there's a resultEryu Guan2014-11-031-12/+32
* btrfs-progs: return error when canonicalize_path failedEryu Guan2014-10-101-0/+1
* btrfs-progs: show meaningful msgs for replace cmd upon raid56Gui Hecheng2014-08-221-0/+5
* btrfs-progs: canonicalize pathnames for device commandsJeff Mahoney2014-08-221-2/+11
* btrfs-progs: Replace the overkill assert with normal error message.Qu Wenruo2014-08-221-3/+6
* btrfs-progs: Improve the errno string about open_path_or_dev_mnt()Qu Wenruo2014-08-221-2/+7
* Btrfs-progs: switch to arg_strtou64() part3Wang Shilong2014-03-211-6/+1
* btrfs-progs: handle error in the btrfs_prepare_deviceAnand Jain2014-01-311-5/+4
* Btrfs-progs: fix magic return value in cmds-replace.cWang Shilong2013-10-161-6/+10
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: cmd_start_replace() to use test_dev_for_mkfs()Anand Jain2013-09-031-28/+4
* btrfs-progs: let user know that devid can be used if path is missingAnand Jain2013-09-031-0/+1
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-11/+11
* Btrfs-progs: fix closing of opendir()Wang Shilong2013-08-091-6/+9
* btrfs-progs: rework get_fs_info to remove side effectsEric Sandeen2013-03-121-2/+4
* btrfs-progs: Issue warnings if ioctls fail in sigint handlersEric Sandeen2013-03-101-1/+4
* btrfs-progs: free allocated di_args in cmd_start_replaceEric Sandeen2013-02-271-0/+1
* btrfs-progs: fix open error test in cmd_start_replaceEric Sandeen2013-02-271-1/+1
* Btrfs-progs: add support for device replace procedureStefan Behrens2013-01-311-0/+579