Btrfs Gets Improved Performance On Linux 3.8 Kernel

Posted by Michael Larabel on December 17, 2012

The Btrfs file-system updates for the Linux 3.8 kernel will feature performance improvements among other work. Btrfs RAID 5/6 support is also to be published this week.

Here's the key part of the Btrfs 3.8 feature pull request from Chris Mason:
In terms of line count, most of the code comes from Stefan, who added the ability to replace a single drive in place. This is different from how btrfs normally replaces drives, and is much much much faster.

Josef is plowing through our synchronous write performance. This pull request does not include the DIO_OWN_WAITING patch that was discussed on the list, but it has a number of other improvements to cut down our latencies and CPU time during fsync/O_DIRECT writes.

Miao Xie has a big series of fixes and is spreading out ordered operations over more CPUs. This improves performance and reduces contention.

I've put in fixes for error handling around hash collisions. These are going back to individual stable kernels as I test against them.

Otherwise we have a lot of fixes and cleanups, thanks everyone! raid5/6 is being rebased against the device replacement code. I'll have it posted this Friday along with a nice series of benchmarks.
The performance improvements will be much appreciated since with the EXT4 vs. Btrfs vs. XFS benchmarks from the Linux 3.7 kernel, the next-generation Btrfs file-system lost in a number of the test cases. There's also numbers from Btrfs mount option tuning for maximum performance.

The hash collision fixes is another big item to address the recent Btrfs security vulnerability that could lead to a hash-based denial-of-service attack.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite