Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dquot: Detect partial write error to quota file in write_blk() and add ↵ | Jiaying Zhang | 2010-05-21 | 1 | -0/+6 |
| | | | | | | | | | | | printk_ratelimit for quota error messages This patch changes quota_tree.c:write_blk() to detect error caused by partial write to quota file and add a macro to limit control printed quota error messages so we won't fill up dmesg with a corrupted quota file. Signed-off-by: Jiaying Zhang <jiayingz@google.com> Signed-off-by: Jan Kara <jack@suse.cz> | ||||
* | quota: Move quota files into separate directory | Jan Kara | 2009-03-26 | 1 | -0/+25 |
Quota subsystem has more and more files. It's time to create a dir for it. Signed-off-by: Jan Kara <jack@suse.cz> |