gvisor/pkg/sentry/fsimpl
Dean Deng 09ddb5a426 Port extended attributes to VFS2.
As in VFS1, we only support the user.* namespace. Plumbing is added to tmpfs
and goferfs.
Note that because of the slightly different order of checks between VFS2 and
Linux, one of the xattr tests needs to be relaxed slightly.

Fixes #2363.

PiperOrigin-RevId: 305985121
2020-04-10 19:02:55 -07:00
..
devtmpfs Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
ext Port extended attributes to VFS2. 2020-04-10 19:02:55 -07:00
gofer Port extended attributes to VFS2. 2020-04-10 19:02:55 -07:00
host Correctly distinguish between seekable and non-seekable host fds. 2020-04-07 16:17:40 -07:00
kernfs Port extended attributes to VFS2. 2020-04-10 19:02:55 -07:00
proc Merge pull request #2253 from amscanne:nogo 2020-04-09 19:16:46 -07:00
sockfs Add FileDescriptionImpl for Unix sockets. 2020-04-03 14:08:54 -07:00
sys Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
testutil Allow passing root file type to tmpfs. 2020-03-31 15:02:57 -07:00
tmpfs Port extended attributes to VFS2. 2020-04-10 19:02:55 -07:00