Hello, I've been testing how transition from old-style quota files to ext4 quota feature works and I've found two serious bugs which make the transation problematic. First, e2fsprogs do not support commonly used version 0 quota format (which has 32-bit inode and block limit counters) and second, the transfer of quota information from old quota files is broken. This series addresses both problems. Honza