• Linus Torvalds's avatar
    Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs · c9d01179
    Linus Torvalds authored
    Pull more bcachefs updates from Kent Overstreet:
     "Here's the second big bcachefs pull request. This brings your tree up
      to date with my master branch, which is what existing bcachefs users
      are currently running.
    
      New features:
       - rebalance_work btree (and metadata version 1.3): the rebalance
         thread no longer has to scan to find extents that need processing -
         big scalability improvement.
       - sb_errors superblock section: this adds counters for each fsck
         error type, since filesystem creation, along with the date of the
         most recent error. It'll get us better bug reports (since users do
         not typically report errors that fsck was able to fix), and I might
         add telemetry for this in the future.
    
      Fixes include:
       - multiple snapshot deletion fixes
       - members_v2 fixups
       - deleted_inodes btree fixes
       - copygc thread no longer spins when a device is full but has no
         fragmented buckets (i.e. re...
    c9d01179
fs.c 47.8 KB