summaryrefslogtreecommitdiff
path: root/cmds-device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs-progs: fix minor grammar issuesMitchel Humpherys2014-01-311-2/+2
* btrfs-progs: handle error in the btrfs_prepare_deviceAnand Jain2014-01-311-4/+3
* Btrfs-progs: add sanity checks for btrfs device operationsWang Shilong2014-01-311-0/+18
* Btrfs-progs: make sure we return an error when we can't add a deviceJosef Bacik2013-10-241-0/+1
* btrfs-progs: use the marco BTRFS_UPDATE_KERNEL where neededAnand Jain2013-10-161-1/+1
* btrfs-progs: device scan use BTRFS_SCAN_LBLKID by defaultAnand Jain2013-10-161-1/+1
* btrfs-progs: device add should check existing FS before addingAnand Jain2013-10-161-25/+11
* btrfs-progs: add nodiscard option to device addDavid Sterba2013-10-161-5/+29
* Btrfs-progs: fix magic return value in cmds-device.cWang Shilong2013-10-161-15/+9
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: fix shadow symbolsZach Brown2013-09-031-5/+5