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
/
pkg
/
sentry
/
vfs
/
vfs.go
Age
Commit message (
Expand
)
Author
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-07-13
Do not require O_PATH flag to enable verity
Chong Cai
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-04-29
Remove ResolvingPath.Restart
Fabricio Voznika
2021-04-28
Automated rollback of changelist 369686285
Fabricio Voznika
2021-04-21
Automated rollback of changelist 369325957
Michael Pratt
2021-04-19
Add MultiGetAttr message to 9P
Fabricio Voznika
2021-02-19
Don't hold baseEndpoint.mu while calling EventUpdate().
Nicolas Lacasse
2021-02-11
Internal change.
gVisor bot
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2020-11-18
Port filesystem metrics to VFS2.
Jamie Liu
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-13
[vfs2] Add FilesystemType.Release to avoid reference leaks.
Dean Deng
2020-10-12
[vfs2] Don't leak disconnected mounts.
Dean Deng
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-09
Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...
Jamie Liu
2020-09-08
[vfs] overlayfs: Fix socket tests.
Ayush Ranjan
2020-09-08
[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.
Ayush Ranjan
2020-08-20
[vfs] Create recursive dir creation util.
Ayush Ranjan
2020-08-20
Fix tabs in lock-ordering doc.
Nicolas Lacasse
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-08
Add shared mount hints to VFS2
Fabricio Voznika
2020-06-23
Support inotify in vfs2 gofer fs.
Dean Deng
2020-06-05
Implement mount(2) and umount2(2) for VFS2.
Rahat Mahmood
2020-05-29
Implement IN_EXCL_UNLINK inotify option in vfs2.
Dean Deng
2020-05-29
Port inotify to vfs2, with support in tmpfs.
Dean Deng
2020-05-28
Split VFS.MountAt into VFS.MountDisconnected and VFS.ConnectMountAt.
Jamie Liu
2020-04-28
Support pipes and sockets in VFS2 gofer fs.
Dean Deng
2020-04-24
Fixes for procfs
Fabricio Voznika
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
Jamie Liu
2020-04-14
Pass O_LARGEFILE in syscalls/linux/vfs2.openat.
Jamie Liu
2020-04-10
Port extended attributes to VFS2.
Dean Deng
2020-03-27
Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.
Nicolas Lacasse
2020-03-26
Add BoundEndpointAt filesystem operation.
Dean Deng
2020-03-25
Remove TODO to push down exec permission check
Fabricio Voznika
2020-03-13
Implement access/faccessat for VFS2.
Dean Deng
2020-03-13
Add support for mount flags
Fabricio Voznika
2020-02-25
Add VFS.NewDisconnectedMount().
Jamie Liu
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-14
Inline vfs.VirtualFilesystem in Kernel struct
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-13
Add FileExec flag to OpenOptions
gVisor bot
2020-01-28
Add VFS2 support for epoll.
Jamie Liu
2020-01-28
Implement an anon_inode equivalent for VFS2.
Jamie Liu
2020-01-27
Update package locations.
Adin Scannell
[next]