Age | Commit message (Collapse) | Author |
|
|
|
Updates #2912 #1035
PiperOrigin-RevId: 318162565
|
|
|
|
|
|
PiperOrigin-RevId: 308164359
|
|
|
|
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
|
|
This saves one pointer dereference per VFS access.
Updates #1623
PiperOrigin-RevId: 295216176
|
|
- Added fsbridge package with interface that can be used to open
and read from VFS1 and VFS2 files.
- Converted ELF loader to use fsbridge
- Added VFS2 types to FSContext
- Added vfs.MountNamespace to ThreadGroup
Updates #1623
PiperOrigin-RevId: 295183950
|
|
Updates #1035
PiperOrigin-RevId: 293194631
|
|
PiperOrigin-RevId: 292021389
|