Linux kernel 6.7 has been released, including support for the new next-gen copy-on-write (COW) bcachefs file system. The Register reports: Linus Torvalds announced the release on Sunday, noting that it is “one of the largest kernel releases we’ve ever had.”
It says it has “extended attributes”, does that mean it can work like befs? Because that would be kind of funny, also useful.
Most filesystems (I’d say all the relatively modern ones?) have extended attributes.
I know, I just miss befs. 😢
Extended attributes just means that it supports storing extra information for each file. Those are used for (IIRC) ACLs, SELinux labelling and similar use cases that filesystems do not support explicitly. Basically it is a way to decouple the filesystem implementations from the details of those higher level use cases so those can change things up without changing every single filesystem implementation.