gvisor/pkg/sentry/fs/tmpfs
Nicolas Lacasse ee7e6d33b2 Use string type for extended attribute values, instead of []byte.
Strings are a better fit for this usage because they are immutable in Go, and
can contain arbitrary bytes. It also allows us to avoid casting bytes to string
(and the associated allocation) in the hot path when checking for overlay
whiteouts.

PiperOrigin-RevId: 242208856
Change-Id: I7699ae6302492eca71787dd0b72e0a5a217a3db2
2019-04-05 15:49:39 -07:00
..
BUILD Internal change. 2019-02-13 12:07:34 -08:00
device.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
file_regular.go Make tmpfs respect MountNoATime now that fs.Handle is gone. 2019-03-04 16:57:14 -08:00
file_test.go cleanup: extract the kernel from context 2019-01-24 17:02:52 -08:00
fs.go Allow filesystem.Mount to take an optional interface argument. 2019-03-13 19:24:03 -07:00
inode_file.go Implement memfd_create. 2019-03-26 16:16:57 -07:00
tmpfs.go Use string type for extended attribute values, instead of []byte. 2019-04-05 15:49:39 -07:00