summaryrefslogtreecommitdiffstats
path: root/cmds-qgroup.c
AgeCommit message (Expand)AuthorFilesLines
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