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