Hello, here is next revision of my quota fixes for e2fsprogs. When addressing the e2fsck regression Ted has pointed out, I've noticed another serious bug in e2fsck support for quotas where it just nukes existing quota limits when replaying orphan list. A fix is now included in this series together with expanded test to catch the problem. Changes since v1: * Rename the functions so that names match functionality * Fix e2fsck regression when processing orphan list * Fix e2fsck bug to preserve quota limits over orphan processing * Expand test to verify quota limits are properly preserved * Fix quota output headings in debugfs Honza