On Fri, Sep 28, 2018 at 12:23:10PM -0400, Eric Whitney wrote: > Ext4 can make gross overestimates of the number of reserved clusters > required to handle bigalloc write requests under delayed allocation, > resulting in premature ENOSPC and quota limit failures. > > These patches fix the implementation of reserved cluster accounting for > bigalloc file systems configured to use delayed allocation, and fix the > specific bugs described in bugzilla #151491. Thanks, I've applied this patch series to the ext4 git tree. - Ted