summaryrefslogtreecommitdiff
path: root/src/basic/filesystems.c
Commit message (Collapse)AuthorAgeFilesLines
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
|
* basic/filesystems: fs_in_group() returns a booleanZbigniew Jędrzejewski-Szmek2022-11-081-3/+2
| | | | | is_{temporary,network}_fs() looked like they are incorrectly casting an error to true, but actually the return type is misdeclared.
* filesystems: apparently f2fs is als reasonably commonLennart Poettering2021-11-151-0/+1
| | | | | | As suggested: https://github.com/systemd/systemd/pull/21373#discussion_r749523677
* filesystems: add ntfs/ntfs3 magic and add it current version to groupLennart Poettering2021-11-151-0/+1
| | | | | | As suggested: https://github.com/systemd/systemd/pull/21373#discussion_r749523677
* filesystems: list rpc_pipefs as auxiliary kernel API VFSLennart Poettering2021-11-151-0/+1
|
* filesystems: list orangefs as network fsLennart Poettering2021-11-151-2/+3
| | | | | it's the new name or pvfs2, hence we might as well list it, given we list that already.
* devtmpfs is a primary API fsLennart Poettering2021-11-151-0/+1
|
* filesystems: add internal APIs to convert fs magic to nameLennart Poettering2021-11-151-1/+11
| | | | | We previously had tooling for the opposite direction, let's complete the work.
* filesystems: add group for "application" file systemLennart Poettering2021-11-151-0/+8
| | | | | | 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.
* filesystems: add binfmt_misc to auxiliary API VFS groupLennart Poettering2021-11-151-0/+1
|
* filesystems: add ceph to network file systems groupLennart Poettering2021-11-151-0/+1
|
* filesystems: slightly update common block device groupsLennart Poettering2021-11-151-0/+5
|
* filesystems: add two new filesystem groupsLennart Poettering2021-11-151-0/+16
| | | | | | | 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.
* basic: add filesystem databaseIago López Galeiras2021-10-061-0/+131
Stores filesystem_name -> magic_number(s).