gvisor/pkg/sentry/fsimpl
Jamie Liu 1f384ac42b Add VFS2 support for device special files.
- Add FileDescriptionOptions.UseDentryMetadata, which reduces the amount of
  boilerplate needed for device FDs and the like between filesystems.

- Switch back to having FileDescription.Init() take references on the Mount and
  Dentry; otherwise managing refcounts around failed calls to
  OpenDeviceSpecialFile() / Device.Open() is tricky.

PiperOrigin-RevId: 287575574
2019-12-30 11:36:41 -08:00
..
ext Add VFS2 support for device special files. 2019-12-30 11:36:41 -08:00
kernfs Add VFS2 support for device special files. 2019-12-30 11:36:41 -08:00
memfs Add VFS2 support for device special files. 2019-12-30 11:36:41 -08:00
proc Add VFS2 support for /proc/filesystems. 2019-12-27 00:13:54 -08:00