commit | 0ed4792af0e8346cb670b4bc540df7594f4b2020 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | Thu Apr 16 16:55:08 2015 +0800 |
committer | Chris Mason <clm@fb.com> | Wed Jun 10 09:25:59 2015 -0700 |
tree | b00c9218655cf51dffd78f141abda64c7ea8a696 | |
parent | 9d220c95f5191f6e99fbb992d5f36a929d3fc432 [diff] |
btrfs: qgroup: Switch to new extent-oriented qgroup mechanism. Switch from old ref_node based qgroup to extent based qgroup mechanism for normal operations. The new mechanism should hugely reduce the overhead of btrfs quota system, and further more, the codes and logic should be more clean and easier to maintain. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>