summaryrefslogtreecommitdiff
path: root/cmds-device.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-121-0/+4
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-121-6/+4
* btrfs-progs: cleanup cmd_device_usage, simplify loop checksZhao Lei2015-11-161-6/+4
* btrfs-progs: device: use warning/error for error messageZhao Lei2015-11-161-29/+18
* btrfs-progs: allow device deletion using 'missing' keyword againAlexander Fougner2015-11-161-1/+1
* btrfs-progs: utils: rename helpinfo unit vairablesDavid Sterba2015-11-061-1/+1
* btrfs-progs: Remove all btrfs_close_all_devices in sub-commandZhao Lei2015-11-021-3/+0
* Btrfs-progs: Do not force mixed block group creation unless '-M' option is sp...Chandan Rajendra2015-11-021-2/+1
* btrfs-progs: device add: cleanup argument handlingAnand Jain2015-11-021-5/+5
* btrfs-progs: use btrfs_open_dir in open_path_or_dev_mntZhao Lei2015-11-021-11/+2
* btrfs-progs: fix is_block_device() return checksAnand Jain2015-10-021-3/+3
* btrfs-progs: cleanup, mark more functions staticDavid Sterba2015-09-141-1/+1
* btrfs-progs: cleanup, make usage strings staticDavid Sterba2015-09-141-1/+1
* btrfs-progs: Use common unit parser for btrfs device commandZhao Lei2015-09-011-67/+9
* btrfs-progs: use btrfs_open_dir for btrfs device commandZhao Lei2015-08-311-11/+5
* btrfs-progs: close all fs_devices before exit in some commandsZhao Lei2015-08-311-0/+4
* btrfs-progs: update help for device statsDavid Sterba2015-08-311-1/+3
* btrfs-progs: unify naming of command handlersDavid Sterba2015-08-311-28/+30
* btrfs-progs: alias btrfs device delete to btrfs device removeOmar Sandoval2015-06-261-9/+26
* btrfs-progs: properly set up ioctl argumentsDavid Sterba2015-06-121-1/+4
* btrfs-progs: print error within test_dev_for_mkfsDavid Sterba2015-06-111-3/+1
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* btrfs-progs: use the correct variableAnand Jain2015-05-141-1/+1
* btrfs-progs: cleanup, rename *disk_usage* files to usageDavid Sterba2015-04-221-1/+1
* btrfs-progs: improve troubleshooting avoid duplicate error stringsAnand Jain2015-04-141-7/+8
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-9/+8
* btrfs-progs: unify getopt table terminatorsDavid Sterba2015-01-211-2/+3
* btrfs-progs: add --human-readable option where applicableDavid Sterba2015-01-211-1/+5
* btrfs-progs: use predefined getopt values for unit suffixesDavid Sterba2015-01-211-4/+4
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-2/+2
* btrfs-progs: unify unit mode parameters and variablesDavid Sterba2014-12-181-3/+3
* btrfs-progs: dev usage, add switches to set output unitsDavid Sterba2014-12-181-10/+50
* btrfs-progs: clean up return codes and pathsDavid Sterba2014-12-041-14/+13
* btrfs-progs: replace df_pretty_sizes with pretty_size_modeDavid Sterba2014-12-041-4/+4
* btrfs-progs: cleanup filesystem/device usage codeDavid Sterba2014-12-041-16/+15
* btrfs-progs: compare unallocated space against the correct valueDavid Sterba2014-12-041-4/+2
* btrfs-progs: Print more info about device sizesDavid Sterba2014-12-041-3/+3
* btrfs-progs: move device usage to cmds-device, more cleanupsDavid Sterba2014-12-041-2/+94
* btrfs-progs: Add btrfs device disk-usage commandGoffredo Baroncelli2014-12-041-0/+3
* btrfs-progs: use canonical name for device in btrfs fi show when mountedGui Hecheng2014-11-141-5/+11
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-031-1/+4
* btrfs-progs: code optimize cmd_scan_dev() use btrfs_register_one_device()Anand Jain2014-11-031-27/+6
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-101-3/+2
* btrfs-progs: scan /proc/partitions not all of /dev with "-d"Eric Sandeen2014-10-101-1/+1
* Btrfs-progs: fix typosHolger Hoffstätte2014-09-021-1/+1
* btrfs-progs: canonicalize pathnames for device commandsJeff Mahoney2014-08-221-13/+47
* btrfs-progs: Improve the errno string about open_path_or_dev_mnt()Qu Wenruo2014-08-221-1/+7
* btrfs-progs: Modify the help string to keep consistent with man page.Qu Wenruo2014-04-111-2/+1
* btrfs-progs: make the device scan logic more clearGui Hecheng2014-03-211-22/+39
* btrfs-progs: cleanup device stat usage promptGui Hecheng2014-03-211-9/+4