lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 16 Feb 2022 02:44:33 -0500
From:   Kent Overstreet <kent.overstreet@...il.com>
To:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
        lsf-pc@...ts.linux-foundation.org
Subject: [LSF/MM/BPF TOPIC] bcachefs

Hi, I'd like to come give an update on bcachefs.

It's been a long road going from bcache, and starting with what was essentially
a prototype for a new filesystem, and turning it into a real (scalable, robust,
full featured) filesystem.

Over the past few years, we've added reflink, subvolumes and snapshots. I'm
particularly proud of how snapshots turned out - it's roughly a versioned btree
approach, and it's scalable and fast, even fsck is O(number of keys of
metadata), not O(number of snapshots). I've got it up to a million snapshots in
a test VM.

The bigger thing though is that the core fundamentals are pretty close to done -
replacing all the "periodically walk the world" algorigthms with real persistent
data structures that scale. A big allocator rewrite is about to land, and after
that will be backpointers - to fix copygc scanning.

Things are in flux lately with all the allocator work, but I'm hoping once that
settles down and I've worked through the backlog of bug reports and performance
regressions, we might be ready for upstreaming sometime this year...

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ