Skip to content

Backwards Incompatibilities

Jay Kominek edited this page Mar 9, 2020 · 3 revisions
  • ???
    • At some point I intend to switch from Protobufs to FlatBuffers or Cap'n Proto, or something.
  • 2020-03-08 xattr KV layout change
    • the xattr data is separated from the xattr metadata (of which there is currently none) so that listxattr wouldn't have to fetch all of the data, and to give us a place to store xattr metadata. (like permissions for individual attributes). offline convertible, but no code exists.
  • 2019-10-07 huge KV layout change
    • fileblocks and dirents moved away from the inode records in KV-space. offline convertible, but no code exists.
Clone this wiki locally