Announcement

Collapse
No announcement yet.

Tux3 Will Likely Soon Be Added To The Linux Kernel

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

  • Tux3 Will Likely Soon Be Added To The Linux Kernel

    Phoronix: Tux3 Will Likely Soon Be Added To The Linux Kernel

    The Tux3 file-system has been in development since 2008 but it looks like in the next kernel release or two we will likely see it merged into the mainline Linux kernel...

    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
    cow...

    Isn't this filesystem supposed to have a lot of CoW features without actually being Cow? Does anyone know?

    Comment


    • #3
      Daniel Phillips, author of Tux3 got some interesting idea, namely shardmap.

      Comment


      • #4
        "hardened more than some other operating systems"
        Did you/he mean file systems?

        Comment


        • #5
          I think we all know what those unnamed file systems he was talking about are.

          Comment


          • #6
            I can't wait to try Tux3 when it is officially upstream! I want to run it on root

            Comment


            • #7
              What is the purpose of this filesystem? Is it better than Ext3/4?

              Comment


              • #8
                Originally posted by Szzz View Post
                What is the purpose of this filesystem? Is it better than Ext3/4?
                Tux3 is a write-anywhere, atomic commit, btree-based versioning filesystem. It is the spiritual and moral successor of Tux2, the most famous filesystem that was never released. The main purpose of Tux3 is to embody Daniel Phillips's new ideas on storage data versioning. The secondary goal is to provide a more efficient snapshotting and replication method for the Zumastor NAS project, and a tertiary goal is to be better than ZFS.
                (source: http://tux3.org/ )
                The performance results shared by Tux3 say that the performance is on-par with EXT4 and XFS, with sometimes being even faster.
                (source: http://www.phoronix.com/scan.php?pag...tem&px=MTY0NTA )

                Others might have more information.

                Comment


                • #9
                  Originally posted by Szzz View Post
                  What is the purpose of this filesystem? Is it better than Ext3/4?
                  As a high level overview, I'd say it intends to try and replace ext4 as a filesystem for general use. It tries to remain lightweight while adding many new features of modern FS's that would be tough to tack onto ext4 without a redesign. I don't think it will compete with btrfs, which has more features but is also much more heavyweight.

                  Comment


                  • #10
                    Originally posted by smitty3268 View Post
                    As a high level overview, I'd say it intends to try and replace ext4 as a filesystem for general use. It tries to remain lightweight while adding many new features of modern FS's that would be tough to tack onto ext4 without a redesign. I don't think it will compete with btrfs, which has more features but is also much more heavyweight.
                    If being better than ZFS is a tertiary goal, then by extension it sounds like it would be competing with btrfs (which is a direct competitor to ZFS).

                    From a practical point of view, btrfs is significant because it has COW and snapshots. If Tux3 can provide those without sacrificing performance (btrfs generally performs somewhat worse than ext4 if you use snapshots, especially for things like browsers and VMs), then it could steal a lot of btrfs' market share.

                    Comment

                    Working...
                    X