summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2018-06-19Add a new cache policy FSCACHE_WRITETHROUGH.Nicolas Lacasse
2018-06-15Replace crypto/rand with internal rand packageMichael Pratt
2018-06-15Implement /proc/thread-selfFabricio Voznika
2018-06-13Fix reference leak in VDSO validationIan Gudger
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-06-12Fix reference leak for negative direntsIan Gudger
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-11Sentry: split tty.queue into its own file.Kevin Krakauer
2018-06-07Sentry: very basic terminal echo support.Kevin Krakauer
2018-06-05Add support for rpcinet owned procfs files.Brian Geffon
2018-05-17Cleanup docsMichael Pratt
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-16Release mutex in BidirectionalConnect to avoid deadlock.Brian Geffon
2018-05-15sentry: Replaces saving of inet.Stack with retrieval via context.Kevin Krakauer
2018-05-11sentry: Adds canonical mode support.Kevin Krakauer
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-10Make cachePolicy int to avoid string comparisonFabricio Voznika
2018-05-09Cache symlinks in addition to files and directories.Nicolas Lacasse
2018-05-09Increment link count in CreateHardlinkFabricio Voznika
2018-05-08Implement /proc/[pid]/statm.Jamie Liu
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-07Fix misspellingsIan Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-03Don't prematurely remove MountSource from parent's children.Christopher Koch
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler