commit | 46891532370e862d6bddedef9e6ca22a59a51fa4 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Mar 29 13:55:39 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Fri May 21 19:30:37 2010 +0200 |
tree | 0e4d6128f7f4a1f67d6c3ede3504100ec5d5ee7a | |
parent | 8cef107a1d890ff76c85d665083ff3562be01d32 [diff] |
ext2: Avoid loading bitmaps for full groups during block allocation There is no point in loading bitmap for groups which are completely full. This causes noticeable performance problems (and memory pressure) on small systems with large full filesystem (http://marc.info/?l=linux-ext4&m=126843108314310&w=2). Port of the same ext3 patch. Signed-off-by: Jan Kara <jack@suse.cz>