Surely this is compression algorithm dependent! AFAIR all the
compression algorithms avaiolable in e2compr are block compression
algorithms. Plenty of them can be blocked 4K at a time. If I remember
even more correctly, that is one of the default choices (and if I
remember even more and more correctly, I usually change it to 32K to get
better ratios, since gzip is fast on decompress, and my cpu is faster on
compress than the disk is on write).
If the above is right, then all one has to do for the moment is disable
e2compr compression blocks of more than PAGESIZE.
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/