|
|
Subscribe / Log in / New account

The ABI status of filesystem formats

The ABI status of filesystem formats

[Kernel] Posted Oct 8, 2020 16:55 UTC (Thu) by corbet

One of the key rules of Linux kernel development is that the ABI between the kernel and user space cannot be broken; any change that breaks previously working programs will, outside of exceptional circumstances, be reverted. The rule seems clear, but there are ambiguities when it comes to determining just what constitutes the kernel ABI; tracepoints are a perennial example of this. A recent discussion has brought another one of those ambiguities to light: the on-disk format of Linux filesystems.

Full Story (comments: 34)


Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds