I'm copying 200 GB to Truecrypt partition and it freezes system every two minutes. Who wrote IO? Some moron, apperantly.
Name:
Anonymous2011-09-21 11:44
I was taking a look at the IO subsystem in the kernel sources, looks like someone tried to hack in a minimal garbage collector instead of using the traditional kernel slab allocator. Hence your system free during the GC collection every two minutes. Fucking retards using GC in the kernel! Next, they'll be trying to using dynamically and weakly typed languages in kernel modules, because that's what they were taught was superior by the a GC-biased academia.