summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/file.go
AgeCommit message (Expand)Author
2019-10-04Change linux.FileMode from uint to uint16, and update VFS to use FileMode.Kevin Krakauer
2019-08-19Document RWF_HIPRI not implemented for preadv2/pwritev2.Zach Koopmans
2019-07-22Fix struct statx field alignment.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu
2019-07-17Separate O_DSYNC and O_SYNC.Jamie Liu
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-06-22Implement statx.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-26Implement memfd_create.Rahat Mahmood
2019-02-08Encode stat to bytes manually, instead of calling CopyObjectOut.Nicolas Lacasse
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-06Convert ValueSet to a mapMichael Pratt
2018-11-26Implementation of preadv2 for Linux 4.4 supportZach Koopmans
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-05Open(2) isn't honoring O_NOFOLLOWBrian Geffon
2018-08-09Fix missing O_LARGEFILE from O_CREAT filesMichael Pratt
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-04-28Check in gVisor.Googler