Among the major enhancements in the 3.2 kernel is a pair of improvements to two Linux filesystems. The Ext4 filesystem is getting a boost that will see filesystem blocks grow to up to 1 MB in size up from the traditional 4 KB.
"This adds supports for bigalloc file systems," Linux kernel developer Ted Ts'o wrote in his initial code
2.6.28 kernel as the successor to Ext3. It is often used as the default filesystem in Linux distributions.
Looking beyond Ext4 is the next-generation Btrfs filesystem that is seen by some as the possible future successor to Ext4. In the new Linux 3.2 kernel, Btrfs continues to mature with performance improvements, including a scrub read-ahead.
"This change raises the average disk bandwidth utilization on my test volume from 70 percent to 90 percent," Kernel developer Arne Jansen wrote in his code
commit. "On another volume, the time for a test run went down from 89s to 43s."