On 12.09.2012 19:35, Andreas Dilger wrote:
On 2012-09-12, at 10:36, norritt@xxxxxxxxxxx wrote:
Ongoing data reorganization/defragmentation?
So my question is, does ext4 reorganize data when it encounters fragmented files? If so, is there a way to disable that feature which would not do any good on SSDs? Is there anything else to consider when using ext4 on SSDs, except the things I mentioned above?
No, there is no such background reorganization happening of allocated files. With "delalloc" there is batching of block allocations to try and optimize the initial block selection, but it is static after this time.
Cheers, Andreas
Hi Andreas,
thank you for the quick reply and clearing up the rumours about ext4.
Its good to know for sure, that ext4 doesn't reorganize data, once it
has been written to the disk.
Regards Nor
--
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