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