There’s been some Friday night kernel drama on the Linux kernel mailing list… Linus Torvalds has expressed regrets for merging the Bcachefs file-system and an ensuing back-and-forth between the file-system maintainer.

    • apt_install_coffee@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      19 days ago

      Brand new anything will not show up with amazing performance, because the primary focus is correctness and features secondary.

      Premature optimisation could kill a project’s maintainability; wait a few years. Even then, despite Ken’s optimism I’m not certain we’ll see performance beating a good non-cow filesystem; XFS and EXT4 have been eeking out performance for many years.

        • apt_install_coffee@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          17 days ago

          A rather overly simplistic view of filesystem design.

          More complex data structures are harder to optimise for pretty much all operations, but I’d suggest the overwhelmingly most important metric for performance is development time.

          • ryannathans@aussie.zone
            link
            fedilink
            arrow-up
            1
            ·
            17 days ago

            At the end of the day the performance of a performance oriented filesystem matters. Without performance, it’s just complexity