[linuxkernelnewbies] Large Blocksize Support V4

2009-09-09 Thread peter teoh
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

[linuxkernelnewbies] Large Blocksize Support V4

2009-04-20 Thread Peter Teoh
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