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
/
fsimpl
/
ext
/
inode.go
Age
Commit message (
Expand
)
Author
2021-07-22
VFS2: remove ext code
Kevin Krakauer
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2020-12-31
Add missing error checks for FileDescription.Init.
Dean Deng
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-11
Don't copy structs with sync.Mutex during initialization
Fabricio Voznika
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-05-07
Allocate device numbers for VFS2 filesystems.
Jamie Liu
2020-04-21
Remove filesystem structure from vfs.Dentry.
Jamie Liu
2020-03-26
Combine file mode and isDir arguments
Fabricio Voznika
2020-02-13
Add FileExec flag to OpenOptions
gVisor bot
2020-01-22
Move VFS2 handling of FD readability/writability to vfs.FileDescription.
Jamie Liu
2019-12-30
Add VFS2 support for device special files.
Jamie Liu
2019-12-20
Move VFS2 file description status flags to vfs.FileDescription.
Jamie Liu
2019-11-25
Minor VFS2 interface changes.
Jamie Liu
2019-08-09
ext: Move to pkg/sentry/fsimpl.
Ayush Ranjan