http://lkml.org/lkml/2007/6/20/238
V3->V4
- It is possible to transparently make filesystems support larger
blocksizes by simply allowing larger blocksizes in set_blocksize.
Remove all special modifications for mmap etc from the filesystems.
This now makes 3 disk based filesystems that
http://www.kernel.org/pub/linux/kernel/people/christoph/largeblocksize/4/overview
From: clame...@sgi.com
Subject: Large Blocksize Support V4
V3->V4
- It is possible to transparently make filesystems support larger
blocksizes by simply allowing larger blocksizes in set_blocksize.
Remove