summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/fs.go
AgeCommit message (Expand)Author
2021-04-02Implement cgroupfs.Rahat Mahmood
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-02-25Port most syscalls to VFS2.Jamie Liu
2019-12-12Implement kernfs.Rahat Mahmood
2019-07-18Sentry virtual filesystem, v2Jamie Liu
2019-07-17ext: Filesystem init implementation.Ayush Ranjan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-11-08Implement sync_file_range()Andrei Vagin
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-04-28Check in gVisor.Googler