summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/file.go
AgeCommit message (Expand)Author
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-01-21Merge pull request #1505 from xiaobo55x:fcntl_flagsgVisor bot
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-06Make some of the fcntl flags arch specific..Haibo Xu
2019-12-12Implement kernfs.Rahat Mahmood
2019-12-10Add most VFS methods for syscalls.Jamie Liu
2019-10-24slight changes to pkg/abiBin Lu
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