The kernel docs and man pages this subsystem encodes. Cite specific sections in the source when interpretation is non-obvious.

Kernel documentation

Man pages

Other touched-but-not-implemented surface

  • mount(2) — the cgroup2 filesystem is typically mounted by the init system at /sys/fs/cgroup; we don't mount it ourselves. Linx.Cgroup.supported?/0 just checks whether it's already there.
  • inotify(7) / fanotify(7) — would underpin a future event-monitoring API for files like memory.events. Deferred.

In-repo cross-references