libbtrfsutil: use local mkfs.btrfs for tests if it exists
[platform/upstream/btrfs-progs.git] / cmds-replace.c
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2017-03-08 David Sterbabtrfs-progs: move more mkfs declarations to the common...
2017-03-08 David Sterbabtrfs-progs: move help defines to own header
2016-12-14 David Sterbabtrfs-progs: remove extra newline from messages
2016-07-28 David Sterbabtrfs-progs: refactor and extend btrfs_prepare_device...
2016-01-12 David Sterbabtrfs-progs: check for negative return value from ioctl
2016-01-12 David Sterbabtrfs-progs: cmd replace: switch to common error messag...
2015-11-02 Zhao Leibtrfs-progs: Remove all btrfs_close_all_devices in...
2015-11-02 Chandan RajendraBtrfs-progs: Do not force mixed block group creation...
2015-11-02 Anand Jainbtrfs-progs: move is_numerical() helper to utils and...
2015-11-02 Zhao Leibtrfs-progs: replace: use btrfs_open_dir for btrfs...
2015-11-02 Zhao Leibtrfs-progs: use btrfs_open_dir in open_path_or_dev_mnt
2015-08-31 David Sterbabtrfs-progs: fix use after free in replace start
2015-08-31 Zhao Leibtrfs-progs: close all fs_devices before exit in some...
2015-08-31 Zhao Leibtrfs-progs: unified error handling in print_replace_status
2015-08-31 Goffredo Baroncellibtrfs-progs: Add further checks to btrfs replace start...
2015-08-31 David Sterbabtrfs-progs: unify naming of command handlers
2015-06-10 David Sterbabtrfs-progs: print error within test_dev_for_mkfs
2015-06-09 David Sterbabtrfs-progs: add command group info strings
2015-06-02 Anand Jainbtrfs-progs: use function is_block_device() instead
2014-11-25 Eryu Guanbtrfs-progs: add new dev replace result
2014-11-03 Eryu Guanbtrfs-progs: only report internal dev replace result...
2014-10-10 Eryu Guanbtrfs-progs: return error when canonicalize_path failed
2014-08-22 Gui Hechengbtrfs-progs: show meaningful msgs for replace cmd upon...
2014-08-22 Jeff Mahoneybtrfs-progs: canonicalize pathnames for device commands
2014-08-22 Qu Wenruobtrfs-progs: Replace the overkill assert with normal...
2014-08-22 Qu Wenruobtrfs-progs: Improve the errno string about open_path_o...
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part3
2014-01-31 Anand Jainbtrfs-progs: handle error in the btrfs_prepare_device
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-replace.c
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-09-03 Anand Jainbtrfs-progs: cmd_start_replace() to use test_dev_for_mkfs()
2013-09-03 Anand Jainbtrfs-progs: let user know that devid can be used if...
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Wang ShilongBtrfs-progs: fix closing of opendir()
2013-03-12 Eric Sandeenbtrfs-progs: rework get_fs_info to remove side effects
2013-03-10 Eric Sandeenbtrfs-progs: Issue warnings if ioctls fail in sigint...
2013-02-27 Eric Sandeenbtrfs-progs: free allocated di_args in cmd_start_replace
2013-02-27 Eric Sandeenbtrfs-progs: fix open error test in cmd_start_replace
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-01-31 Stefan BehrensBtrfs-progs: add support for device replace procedure