gvisor/pkg/sentry
Nicolas Lacasse 10f2c8db91 Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.
Both have analogues in Linux:
* struct file_system_type has a char *name field.
* struct super_block keeps a pointer to the file_system_type.

These fields are necessary to support the `filesystem type` field in
/proc/[pid]/mountinfo.

PiperOrigin-RevId: 303434063
2020-03-27 16:56:16 -07:00
..
arch
contexttest Update package locations. 2020-01-27 15:31:32 -08:00
control Use host-defined file owner and mode, when possible, for imported fds. 2020-03-26 16:47:20 -07:00
device Standardize on tools directory. 2020-01-27 12:21:00 -08:00
devices/memdev
fs Use host-defined file owner and mode, when possible, for imported fds. 2020-03-26 16:47:20 -07:00
fsbridge Add support for mount flags 2020-03-13 08:58:04 -07:00
fsimpl Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
hostcpu
hostmm Update package locations. 2020-01-27 15:31:32 -08:00
inet Fix S/R on inet.Namespace. 2020-03-05 17:40:18 -08:00
kernel Support owner matching for iptables. 2020-03-26 12:21:24 -07:00
limits Update package locations. 2020-01-27 15:31:32 -08:00
loader
memmap Update package locations. 2020-01-27 15:31:32 -08:00
mm Add option to skip stuck tasks waiting for address space 2020-02-25 13:44:18 -08:00
pgalloc Update package locations. 2020-01-27 15:31:32 -08:00
platform Merge pull request #1986 from lubinszARM:pr_ring0_clean_1 2020-03-26 08:49:12 -07:00
sighandling Fix "application exiting with {Code:0 Signo:27}" during boot. 2020-03-13 11:26:45 -07:00
socket Support owner matching for iptables. 2020-03-26 12:21:24 -07:00
state Standardize on tools directory. 2020-01-27 12:21:00 -08:00
strace Add netlink sockopt logging to strace. 2020-02-25 15:35:24 -08:00
syscalls Misc fixes to make stat_test pass (almost) 2020-03-25 14:59:15 -07:00
time Standardize on tools directory. 2020-01-27 12:21:00 -08:00
unimpl Update package locations. 2020-01-27 15:31:32 -08:00
uniqueid Update package locations. 2020-01-27 15:31:32 -08:00
usage Document MinimumTotalMemoryBytes. 2020-02-10 12:08:32 -08:00
vfs Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
watchdog watchdog: print panic error message before other messages 2020-02-28 17:54:36 -08:00
BUILD