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.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      24 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.

        • @[email protected]
          link
          fedilink
          123 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.

          • @[email protected]
            cake
            link
            fedilink
            122 days ago

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