summaryrefslogtreecommitdiff
path: root/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-121-3/+1
* btrfs-progs: use NULL instead of 0Byongho Lee2016-01-121-2/+4
* btrfs-progs: fix memory leak in cmd_qgroup_show()Eryu Guan2015-11-021-0/+1
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-211-6/+3
* btrfs-progs: cleanup, update function definitions to be ANSI conformantDavid Sterba2015-09-141-1/+1
* btrfs-progs: fix memory leaks in error pathByongho Lee2015-08-311-0/+8
* btrfs-progs: qgroup: show 'none' when we did not limit it on this qgroupDongsheng Yang2015-06-051-2/+8
* btrfs-progs: Print warning message if qgroup data is inconsistentQu Wenruo2015-03-241-2/+24
* btrfs-progs: Move parse_qgroupid() to utils.cQu Wenruo2015-03-241-28/+0
* btrfs-progs: Update qgroup status flags and replace qgroup level/subvid calcu...Qu Wenruo2015-03-241-12/+16
* btrfs-progs: use correct the return valueFan Chengniang2015-02-271-3/+4
* btrfs-progs: qgroup: make large size alignedFan Chengniang2015-01-271-8/+5
* btrfs-progs: make btrfs qgroups show human readable sizesFan Chengniang2015-01-211-25/+52
* btrfs-progs: fix spacing in error messagesDavid Sterba2014-11-251-1/+1
* btrfs-progs: print qgroup excl as unsignedMark Fasheh2014-08-221-2/+2
* btrfs-progs: make it static if function isn't called outsideAnand Jain2014-01-311-3/+3
* Btrfs-progs: enhance btrfs qgroup to print the result as a tableWang Shilong2013-10-161-22/+170
* Btrfs-progs: enhance btrfs qgroup show to sort qgroupsWang Shilong2013-10-161-8/+248
* Btrfs-progs: list all qgroups impact given path(exclude ancestral qgroups)Wang Shilong2013-10-161-1/+15
* Btrfs-progs: list all qgroups impact given path(include ancestral qgroups)Wang Shilong2013-10-161-4/+235
* Btrfs-progs: introduce '-e' option to print max exclusive size of qgroupsWang Shilong2013-10-161-0/+8
* Btrfs-progs: introduce '-r' option to print max referenced size of qgroupsWang Shilong2013-10-161-0/+7
* Btrfs-progs: introduces '-c' option to print the ID of the child qgroupsWang Shilong2013-10-161-0/+22
* Btrfs-progs: introduces '-p' option to print the ID of the parent qgroupsWang Shilong2013-10-161-0/+22
* Btrfs-progs: restructure show_qgroupsWang Shilong2013-10-161-0/+509
* btrfs-progs: fix qgroup realloc inheritanceZach Brown2013-09-031-1/+1
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-031-2/+2
* Btrfs-progs: clean up reduplicate parse_qgroupid() and replace atoi with strt...Wang Shilong2013-01-211-4/+18
* Btrfs progs: quota groups supportv0.20-rc1Arne Jansen2012-09-041-0/+140