https://bugzilla.kernel.org/show_bug.cgi?id=47151 --- Comment #2 from Elmar Stellnberger <estellnb@xxxxxxxxxx> 2012-09-07 18:03:21 --- Perhaps a file system block size of 8KB and higher should only be supported if the user boots in an adequate paging mode. PAE paging and IA-32e paging f.i. support a physical page size of 2MB. This may even be more efficient for certain usage scenarios (especially with a rich memory accouterment) as the page table will hereby get smaller. Another idea would simply be to keep sufficient chunks of 8KB and guarantee allocation in 8KB chunks if the allocation area or segment size is being kept a multiple of 8KB starting at an 8KB aligned address (I don`t think it would be that hard to manage since most segments are bigger than 4KB and 8KB chunks could also be used for these 4KB chunked and aligned segments.) btw.: it was filed as enhancement -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html