aboutsummaryrefslogtreecommitdiffstats
path: root/cmds-qgroup.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14btrfs-progs: more verbose errors from test_issubvolumeDavid Sterba1-1/+1
2016-01-12btrfs-porgs: qgroup: rename variable to avoid shadowingDavid Sterba1-3/+3
2016-01-12btrfs-progs: remove unnecessary errno temp variablesDavid Sterba1-3/+1
2016-01-12btrfs-progs: cmd qgroup: switch to common error message wrapperDavid Sterba1-15/+10
2015-11-06btrfs-progs: utils: rename helpinfo unit vairablesDavid Sterba1-1/+1
2015-11-02btrfs-progs: fix memory leak in cmd_qgroup_show()Eryu Guan1-1/+4
2015-11-02btrfs-progs: qgroup: use btrfs_open_dir for btrfs qgroup commandZhao Lei1-16/+8
2015-09-01btrfs-progs: Use common unit parser for btrfs qgroup commandZhao Lei1-43/+4
2015-08-31btrfs-progs: doc: update qgroup docsDavid Sterba1-4/+4
2015-08-31btrfs-progs: qgroup assign: add option to schedule rescanDavid Sterba1-13/+42
2015-08-31btrfs-progs: qgroup assign: set path after checking argument countDavid Sterba1-1/+3
2015-08-31btrfs-progs: Schedule quota rescan if qgroup assign caused inconsistence.Qu Wenruo1-2/+22
2015-06-09btrfs-progs: add command group info stringsDavid Sterba1-1/+4
2015-06-05btrfs-progs: qgroup limit: add a check for invalid input of 'T/G/M/K'Dongsheng Yang1-0/+3
2015-06-05btrfs-progs: qgroup limit: error out if input value is negativeDongsheng Yang1-0/+4
2015-06-05btrfs-progs: qgroup: allow user to clear some limitation on qgroup.Dongsheng Yang1-12/+11
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-1/+1
2015-04-08btrfs-progs: cleanup option index argument from getopt_longDavid Sterba1-3/+1
2015-03-24btrfs-progs: Update qgroup status flags and replace qgroup level/subvid calcu...Qu Wenruo1-1/+1
2015-02-03btrfs-progs: qgroups, adjust help textDavid Sterba1-2/+1
2015-01-27btrfs-progs: update wording for qgroup limitsDavid Sterba1-6/+6
2015-01-21btrfs-progs: unify getopt table terminatorsDavid Sterba1-1/+1
2015-01-21btrfs-progs: add --human-readable option where applicableDavid Sterba1-0/+7
2015-01-21btrfs-progs: use predefined getopt values for unit suffixesDavid Sterba1-16/+19
2015-01-21btrfs-progs: make btrfs qgroups show human readable sizesFan Chengniang1-10/+46
2015-01-19btrfs-progs: make getopt tables static constDavid Sterba1-1/+1
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba1-5/+6
2014-01-31btrfs-progs: qgroup destroy says create failedAnand Jain1-2/+2
2013-11-07btrfs-progs: annotate fallthroughs in parse_limitEric Sandeen1-0/+3
2013-10-16Btrfs-progs: enhance btrfs qgroup show to sort qgroupsWang Shilong1-3/+22
2013-10-16Btrfs-progs: list all qgroups impact given path(exclude ancestral qgroups)Wang Shilong1-5/+15
2013-10-16Btrfs-progs: list all qgroups impact given path(include ancestral qgroups)Wang Shilong1-4/+20
2013-10-16Btrfs-progs: introduce '-e' option to print max exclusive size of qgroupsWang Shilong1-2/+7
2013-10-16Btrfs-progs: introduce '-r' option to print max referenced size of qgroupsWang Shilong1-2/+7
2013-10-16Btrfs-progs: introduces '-c' option to print the ID of the child qgroupsWang Shilong1-2/+7
2013-10-16Btrfs-progs: introduces '-p' option to print the ID of the parent qgroupsWang Shilong1-3/+20
2013-10-16Btrfs-progs: restructure show_qgroupsWang Shilong1-90/+1
2013-10-16Btrfs-progs: fix magic return value in cmds-qgroup.cWang Shilong1-14/+12
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-8/+13
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-2/+2
2013-08-09Btrfs-progs: fix closing of opendir()Wang Shilong1-8/+12
2013-04-23btrfs-progs: add quota-related info to usage messagesKoen De Wit1-1/+2
2013-02-27Btrfs-progs: output the error reason when qgroup_show failsWang Shilong1-1/+4
2013-02-27Btrfs-progs: let the error message outputed only onceWang Shilong1-7/+2
2013-02-05btrfs-progs: close fd in qgroup showZach Brown1-2/+1
2013-01-30Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain1-0/+1
2013-01-28Btrfs-progs: Fix trival compiler error in cmds-qgroup.cGene Czarcinski1-1/+1
2013-01-21Btrfs-progs: check the relation of two group by real level numbersWang Shilong1-1/+1
2013-01-21Btrfs-progs: clean up reduplicate parse_qgroupid() and replace atoi with strt...Wang Shilong1-14/+1
2013-01-21Btrfs-progs: fix arg parsing for btrfs qgroup limit commandsWang Shilong1-8/+6
2012-10-02Btrfs-progs: fix arguments check of qgroup limitTsutomu Itoh1-0/+3
2012-09-04Btrfs progs: quota groups supportv0.20-rc1Arne Jansen1-0/+454