summaryrefslogtreecommitdiff
path: root/cmds-balance.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: cmd balance: switch to common error message wrapperDavid Sterba2016-01-121-62/+40
* Btrfs-progs: fix typo in parse_rangeLiu Bo2016-01-121-1/+1
* btrfs-progs: balance: enhance the usage filter with rangeDavid Sterba2016-01-121-5/+24
* btrfs-progs: extend balance args to take min/max usage filterDavid Sterba2016-01-121-0/+4
* btrfs-progs: balance: add stripes filterGabríel Arthúr Pétursson2016-01-121-0/+16
* btrfs-progs: balance: enhance the limit fiter with rangeDavid Sterba2016-01-121-4/+12
* btrfs-progs: extend balance args to take min/max limit filterDavid Sterba2016-01-121-0/+4
* btrfs-progs: add helpers to print rangesDavid Sterba2015-11-021-0/+20
* btrfs-progs: add helpers for parsing 32bit rangesDavid Sterba2015-11-021-0/+32
* btrfs-progs: extend parse_range API to accept a relaxed rangeDavid Sterba2015-11-021-5/+25
* btrfs-progs: do not modify the string in parse_rangeDavid Sterba2015-11-021-3/+5
* btrfs-progs: cleanup and comment parse_rangeDavid Sterba2015-11-021-26/+37
* btrfs-progs: balance: use btrfs_open_dir for btrfs balance commandZhao Lei2015-11-021-20/+10
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* btrfs-progs: remove stray deprecation noticeDavid Sterba2015-06-081-5/+1
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-5/+3
* btrfs-progs: drop old fi balance syntax from helpDavid Sterba2015-02-021-7/+7
* btrfs-progs: unify getopt table terminatorsDavid Sterba2015-01-211-2/+2
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-2/+2
* btrfs-progs: balance filter: add limit of processed chunksDavid Sterba2014-08-221-0/+14
* btrfs-progs: fix minor grammar issuesMitchel Humpherys2014-01-311-5/+5
* Btrfs-progs: fix magic return value in cmds-balance.cWang Shilong2013-10-161-9/+18
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-3/+3
* Btrfs-progs: fix closing of opendir()Wang Shilong2013-08-091-10/+15
* btrfs-progs: no pending balance is not an errorAnand Jain2013-04-231-4/+14
* btrfs-progs: initialize save_ptr prior to strtok_rEric Sandeen2013-02-271-2/+2
* Btrfs-progs: make 0 a valid usage filter argumentIlya Dryomov2013-02-131-1/+1
* Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-061-1/+2
|\
| * Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain2013-01-301-0/+1
| * Btrfs-progs: Fix typo in balance start usage; filetrs -> filters.Andreas Fischer2013-01-221-1/+1
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-0/+4
|/
* Btrfs-progs: allow multi-line command group synopsisIlya Dryomov2012-02-081-2/+5
* Btrfs-progs: fall back to the v1 ioctl if the new balance ioctl failsChris Mason2012-02-051-6/+32
* Btrfs-progs: add restriper commandsIlya Dryomov2012-02-031-0/+588
* Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov2012-02-031-0/+96