On Wed, 21 Aug 2013 17:56:32 +0400 Maxim Patlasov <mpatlasov@xxxxxxxxxxxxx> wrote: > The feature prevents mistrusted filesystems to grow a large number of dirty > pages before throttling. For such filesystems balance_dirty_pages always > check bdi counters against bdi limits. I.e. even if global "nr_dirty" is under > "freerun", it's not allowed to skip bdi checks. The only use case for now is > fuse: it sets bdi max_ratio to 1% by default and system administrators are > supposed to expect that this limit won't be exceeded. > > The feature is on if a BDI is marked by BDI_CAP_STRICTLIMIT flag. > A filesystem may set the flag when it initializes its BDI. Now I think about it, I don't really understand the need for this feature. Can you please go into some detail about the problematic scenarios and why they need fixing? Including an expanded descritopn of the term "mistrusted filesystem"? Is this some theoretical happens-in-the-lab thing, or are real world users actually hurting due to the lack of this feature? I think I'll apply it to -mm for now to get a bit of testing, but would very much like it if Fengguang could find time to review the implementation, please. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html