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
Age
Commit message (
Expand
)
Author
2021-09-16
Limit most file mmaps to the range of an int64.
Jamie Liu
2021-08-20
Remove experimental warning in the VFS2 README.
Jamie Liu
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
Mix checklocks and atomic analyzers.
Adin Scannell
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-06-10
Minor VFS2 xattr changes.
Jamie Liu
2021-06-01
vfs: Don't allow to mount anything on top of detached mounts
Andrei Vagin
2021-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-04-29
Remove ResolvingPath.Restart
Fabricio Voznika
2021-04-28
Automated rollback of changelist 369686285
Fabricio Voznika
2021-04-22
Also report mount options through /proc/<pid>/mounts.
Rahat Mahmood
2021-04-21
Automated rollback of changelist 369325957
Michael Pratt
2021-04-19
Add MultiGetAttr message to 9P
Fabricio Voznika
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-11
Report filesystem-specific mount options.
Rahat Mahmood
2021-03-03
Add checklocks analyzer.
Bhasker Hariharan
2021-02-19
Don't hold baseEndpoint.mu while calling EventUpdate().
Nicolas Lacasse
2021-02-17
Add gohacks.Slice/StringHeader.
Jamie Liu
2021-02-11
Internal change.
gVisor bot
2021-02-10
Support setgid directories in tmpfs and kernfs
Kevin Krakauer
2021-02-10
Don't allow to umount the namespace root mount
Andrei Vagin
2021-02-09
Add cleanup TODO for integer-based proc files.
Dean Deng
2021-02-03
[vfs] Make sticky bit check consistent with Linux.
Ayush Ranjan
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2021-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
2021-01-26
Do not generate extraneous IN_CLOSE inotify events.
Dean Deng
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-12-09
Add //pkg/sync:generic_atomicptrmap.
Jamie Liu
2020-12-04
Overlay runsc regular file mounts with regular files.
Jamie Liu
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-12-02
Remove FileReadWriteSeeker from vfs.
Jamie Liu
2020-11-18
Port filesystem metrics to VFS2.
Jamie Liu
2020-11-09
Initialize references with a value of 1.
Dean Deng
2020-11-03
Fix more nogo tests
Ting-Yu Wang
2020-11-03
[vfs2] Do not drop inotify waiters across S/R.
Dean Deng
2020-10-28
Add logging option to leak checker.
Dean Deng
2020-10-24
Add leak checking to vfs2 structures that cannot use the refs_vfs2 template.
Dean Deng
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-23
Rewrite reference leak checker without finalizers.
Dean Deng
2020-10-13
[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.
Dean Deng
[next]