summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-31proc: show file flags in fdinfoAndrei Vagin
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-26Don't copy-up extended attributes that specifically configure a lower overlay.Nicolas Lacasse
2018-07-24Typo fix.Kevin Krakauer
2018-07-19fs: Pass context to Revalidate() function.Nicolas Lacasse
2018-07-19ConfigureMMap on an overlay file delegates to the upper if there is no lower.Nicolas Lacasse
2018-07-19sentry: save stack in proc net dev.Zhaozhong Ni
2018-07-18Fix lock-ordering violation in Create by logging BaseName instead of FullName.Nicolas Lacasse
2018-07-17Merge FileMem.usage in IncRefMichael Pratt
2018-07-16Add EventOperations.HostFD()Neel Natu
2018-07-13Allow a filesystem to control its visibility in /proc/filesystems.Neel Natu
2018-07-13Note that Mount errors do not require translationsMichael Pratt
2018-07-12sentry: save inet stacks in proc files.Zhaozhong Ni
2018-07-12Format documentationMichael Pratt
2018-07-10Exit tmpfs.fileInodeOperations.Translate early if required.Start >= EOF.Jamie Liu
2018-07-03Fix data race on inotify.Watch.mask.Rahat Mahmood
2018-07-02Hold d.parent.mu when reading d.nameMichael Pratt
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28Hold t.mu while calling t.FSContext().Nicolas Lacasse
2018-06-26Add KVM, overlay and host network to image testsFabricio Voznika
2018-06-26Use the correct Context for /proc/[pid]/maps.Jamie Liu
2018-06-26Add Context to seqfile.SeqSource.ReadSeqFileData.Jamie Liu
2018-06-25Fix panic messageMichael Pratt
2018-06-25MountSource.Root() should return a refernce on the dirent.Nicolas Lacasse
2018-06-22Simplify some handle logic.Nicolas Lacasse
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-06-20Remove some defers in hot paths in the filesystem code.Nicolas Lacasse
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