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
/
file_description_impl_util.go
Age
Commit message (
Expand
)
Author
2021-09-16
Limit most file mmaps to the range of an int64.
Jamie Liu
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
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-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-02-09
Add cleanup TODO for integer-based proc files.
Dean Deng
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-17
Complete vfs2 implementation of fallocate.
Dean Deng
2020-09-08
[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.
Ayush Ranjan
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-06-24
Fix procfs bugs in vfs2.
Dean Deng
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-04-10
Port extended attributes to VFS2.
Dean Deng
2020-03-16
Enforce file size rlimits in VFS2
Fabricio Voznika
2020-03-06
Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.
Dean Deng
2020-01-29
Add plumbing for file locks in VFS2.
Dean Deng
2020-01-28
Add support for WritableSource in DynamicBytesFileDescriptionImpl
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-12-30
Add VFS2 support for device special files.
Jamie Liu
2019-12-26
Initial procfs implementation in VFSv2
Fabricio Voznika
2019-12-18
Add VFS2 plumbing for extended attributes.
Jamie Liu
2019-12-12
Implement memmap.MappingIdentity for vfs.FileDescription.
Jamie Liu
2019-10-15
Minor vfs.FileDescriptionImpl fixes.
Jamie Liu
2019-08-16
vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD.
Ayush Ranjan
2019-08-13
Add vfs.DynamicBytesFileDescriptionImpl.
Jamie Liu
2019-07-18
Sentry virtual filesystem, v2
Jamie Liu