Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext3: 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). Jan Kara: Added a comment and changed check to use cpu-endian value. Signed-off-by: "Frans van de Wiel" <[email protected]> Signed-off-by: Jan Kara <[email protected]>
- Loading branch information