| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
is_{temporary,network}_fs() looked like they are incorrectly casting an error
to true, but actually the return type is misdeclared.
|
|
|
|
|
| |
We previously had tooling for the opposite direction, let's complete the
work.
|
|
|
|
|
|
| |
This group shall cover file systems whose job is to make stuff that
isn't actually storing anything in itself, and isn't just an API file
system, but allows exposing stuff with special semantics in the VFS.
|
|
|
|
|
|
|
| |
1. @anonymous → for file systems that aren't real file systems but
simply the backing for sockets, pipes and other "anonymous" fds.
2. @security → for the various MAC security file systems.
|
|
Stores filesystem_name -> magic_number(s).
|