summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/tmpfs/tmpfs.go
AgeCommit message (Expand)Author
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-05-12Don't allow rename across different gofer or tmpfs mounts.Nicolas Lacasse
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2019-10-07Remove unnecessary context parameter for new pipes.Kevin Krakauer
2019-08-01tmpfs and ramfs Dirs should drop references on children in Release().Nicolas Lacasse
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-17Fix gofer rename ctime and cleanup stat_times testMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-05Use string type for extended attribute values, instead of []byte.Nicolas Lacasse
2019-03-18Remove references to replaced child in Rename in ramfs/agentfsMichael Pratt
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-01-24cleanup: extract the kernel from contextAdin Scannell
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2018-12-12Filesystems shouldn't be saving references to Platform.Rahat Mahmood
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-04-28Check in gVisor.Googler