Announcement

Collapse
No announcement yet.

Btrfs For The Mainline Linux Kernel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Btrfs For The Mainline Linux Kernel

    Phoronix: Btrfs For The Mainline Linux Kernel

    Chris Mason, the founder of the Btrfs file-system, had previously stated he hoped to merge the first bits of this much-improved Linux file-system into the Linux 2.6.29 kernel. With the 2.6.29 merge window still open, earlier this week he started a new thread entitled Btrfs for mainline.Chris shares that the Btrfs file-system is currently working against the latest kernel Git tree and not much has changed with this file-system code since early December...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    When you do benchmark Btrfs, could you please include Reiser4? I think that would be the most interesting comparison since they probably have the most in common.

    Comment


    • #3
      Does anyone know waht features btrfs have? E.g. is it possible to undelete like EXT4?

      Also I really hope that someone will include a "rm zero" command that does "rm" but fills the sectors with zeros. Sort of
      Code:
      alias rmzero="shred -n 1 -z -u"
      This would be extremely useful for low performance virtual machines, when you want to compress the backups.

      But it shoudl of course be for all deletes, and not just the ones that the users does from a terminal.
      Last edited by Louise; 04 January 2009, 05:37 AM.

      Comment


      • #4
        Check out the amazing feature list from

        • * Extent based file storage (2^64 max file size)
        • * Space efficient packing of small files
        • * Space efficient indexed directories
        • * Dynamic inode allocation
        • * Writable snapshots
        • * Subvolumes (separate internal filesystem roots)
        • * Object level mirroring and striping
        • * Checksums on data and metadata (multiple algorithms available)
        • * Compression
        • * Integrated multiple device support, with several raid algorithms
        • * Online filesystem check
        • * Very fast offline filesystem check
        • * Efficient incremental backup and FS mirroring
        • * Online filesystem defragmentation

        Comment


        • #5
          ButterFS IS in the Kernel!!

          Yay, btrfs now _is_ in the kernel since 2.6.28-git14 . See here!

          Comment

          Working...
          X