index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runsc
/
boot
/
vfs.go
Age
Commit message (
Expand
)
Author
2021-09-20
[lisa] Plumb lisafs through runsc.
Ayush Ranjan
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-09
Remove --overlayfs-stale-read flag
Fabricio Voznika
2021-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-05-04
Make Mount.Type optional for bind mounts
Fabricio Voznika
2021-04-05
Allow user mount for verity fs
Chong Cai
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-04-02
Implement the runsc verity-prepare command.
Rahat Mahmood
2021-03-23
Add --file-access-mounts flag
Fabricio Voznika
2020-12-04
Overlay runsc regular file mounts with regular files.
Jamie Liu
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-19
Fix runsc tests on VFS2 overlay.
Jamie Liu
2020-10-13
[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.
Dean Deng
2020-09-17
Add VFS2 overlay support in runsc
Fabricio Voznika
2020-09-08
Honor readonly flag for root mount
Fabricio Voznika
2020-08-21
[vfs] Allow mountpoint to be an existing non-directory.
Ayush Ranjan
2020-08-21
Make mounts ReadWrite first, then later change to ReadOnly.
Nicolas Lacasse
2020-08-20
[vfs] Create recursive dir creation util.
Ayush Ranjan
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-08-07
[vfs2] Fix tmpfs mounting.
Ayush Ranjan
2020-08-06
Only register /dev/net/tun if supported.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-30
Implement overlayfs_stale_read for vfs2.
Jamie Liu
2020-07-23
Added stub FUSE filesystem
Ridwan Sharif
2020-07-09
Gate FUSE behind a runsc flag
Ridwan Sharif
2020-07-08
Add shared mount hints to VFS2
Fabricio Voznika
2020-06-25
Test that the fuse device can be opened
Ridwan Sharif
2020-06-25
Moved FUSE device under the fuse directory
Ridwan Sharif
2020-06-24
Port /dev/net/tun device to VFS2.
Nicolas Lacasse
2020-06-23
Port /dev/tty device to VFS2.
Nicolas Lacasse
2020-06-11
Add //pkg/sentry/fsimpl/overlay.
Jamie Liu
2020-06-08
Combine executable lookup code
Fabricio Voznika
2020-06-05
Implement mount(2) and umount2(2) for VFS2.
Rahat Mahmood
2020-06-01
More runsc changes for VFS2
Fabricio Voznika
2020-05-29
Refactor the ResolveExecutablePath logic.
Nicolas Lacasse
2020-05-28
Automated rollback of changelist 309082540
Fabricio Voznika
2020-05-13
Fix runsc association of gofers and FDs on VFS2.
Jamie Liu
2020-05-13
Use VFS2 mount names
Fabricio Voznika
2020-05-12
Adjust a few log messages
Fabricio Voznika
2020-05-07
Update privateunixsocket TODOs.
Dean Deng
2020-05-04
Mount VSFS2 filesystem using root credentials
Fabricio Voznika
2020-05-04
Add TTY support on VFS2 to runsc
Fabricio Voznika
2020-04-24
VFS2: Get HelloWorld image tests to pass with VFS2
Zach Koopmans
2020-04-23
Add vfs.MkdirOptions.ForSyntheticMountpoint.
Jamie Liu
2020-04-17
Get /bin/true to run on VFS2
Zach Koopmans