From: Jan Kara Date: Mon, 29 Mar 2010 11:55:39 +0000 (+0200) Subject: ext2: Avoid loading bitmaps for full groups during block allocation X-Git-Tag: v2.6.35-rc1~455^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46891532370e862d6bddedef9e6ca22a59a51fa4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed