summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2018-08-24fs: Drop unused WaitGroup in Dirent.destroy.Nicolas Lacasse
2018-08-23sentry: mark idMapSeqHandle as savable.Zhaozhong Ni
2018-08-22sentry: mark S/R stating errors as save rejections / fs corruptions.Zhaozhong Ni
2018-08-22fs: Hold Dirent.mu when calling Dirent.flush().Nicolas Lacasse
2018-08-21sentry: do not release gofer inode file state loading lock upon error.Zhaozhong Ni
2018-08-20sysfs: Add (empty) cpu directories for each cpu in /sys/devices/system/cpu.Nicolas Lacasse
2018-08-16fs: Support possible and online knobs for cpuChenggang Qin
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-14TTY: Fix data race where calls into tty.queue's waiter were not synchronized.Kevin Krakauer
2018-08-14Fix `ls -laR | wc -l` hanging.Kevin Krakauer
2018-08-14Fix bind() on overlays.Nicolas Lacasse
2018-08-13Prevent renames across walk fast path.Adin Scannell
2018-08-10fs: Allow overlays to revalidate files from the upper fs.Nicolas Lacasse
2018-08-10cache policy: Check policy before returning a negative dirent.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-07fs: Add new cache policy "remote_revalidate".Nicolas Lacasse
2018-08-07sentry: make epoll.pollEntry wait for the file operation in restore.Zhaozhong Ni
2018-08-06Make ramfs.File savableMichael Pratt
2018-08-03stateify: make explicit mode no longer optional.Zhaozhong Ni
2018-08-02Update comment referenceMichael Pratt
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-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