summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-08-23Encapsulate netstack metricsIan Gudger
2018-08-22runsc: De-flakes container_test TestMultiContainerSanity.Kevin Krakauer
2018-08-22Add separate Recycle method for allocator.Adin Scannell
2018-08-22Allow building on !linuxGoogler
2018-08-22sentry: mark S/R stating errors as save rejections / fs corruptions.Zhaozhong Ni
2018-08-22Always add AT_BASE even if there is no interpreter.Brian Geffon
2018-08-22Fix typoFabricio Voznika
2018-08-22fs: Hold Dirent.mu when calling Dirent.flush().Nicolas Lacasse
2018-08-22Mark postgres as not supportedFabricio Voznika
2018-08-21Fix TestUnixDomainSockets failure when path is too largeFabricio Voznika
2018-08-21sentry: do not release gofer inode file state loading lock upon error.Zhaozhong Ni
2018-08-21binary: append slicesIan Gudger
2018-08-21Temporarily skip multi-container tests in container_test until deflaked.Kevin Krakauer
2018-08-21Expose route tableGoogler
2018-08-21nonExclusiveFS is causing timeout with --raceFabricio Voznika
2018-08-21Move container_test to the container packageFabricio Voznika
2018-08-21Build PCAP file with atomic blocking writesIan Gudger
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-21Fix races in kernel.(*Task).Value()Ian Gudger
2018-08-20Fix handling of abstract Unix socket addressesIan Gudger
2018-08-20getdents should return type=DT_DIR for SpecialDirectories.Nicolas Lacasse
2018-08-20Standardize mounts in testsFabricio Voznika
2018-08-20sysfs: Add (empty) cpu directories for each cpu in /sys/devices/system/cpu.Nicolas Lacasse
2018-08-17Add nonExclusiveFS dimension to more testsFabricio Voznika
2018-08-16fs: Support possible and online knobs for cpuChenggang Qin
2018-08-16Internal change.Googler
2018-08-16Combine functions to search for file under one common functionFabricio Voznika
2018-08-15Remove obsolete comment about panickingIan Gudger
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-15runsc: Fix instances of file access "proxy".Nicolas Lacasse
2018-08-14Reduce map lookups in syserrIan Gudger
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-14Enforce Unix socket address length limitIan Gudger
2018-08-14Automated rollback of changelist 208284483Nicolas Lacasse
2018-08-14Readme: Fix typo in link.Nicolas Lacasse
2018-08-14Fix bind() on overlays.Nicolas Lacasse
2018-08-13Prevent renames across walk fast path.Adin Scannell
2018-08-13Add path sanity checks.Adin Scannell
2018-08-10fs: Allow overlays to revalidate files from the upper fs.Nicolas Lacasse
2018-08-10Implemented the splice(2) syscall.Justine Olshan
2018-08-10Move checkpoint/restore readme to g3doc directory.Nicolas Lacasse
2018-08-10cache policy: Check policy before returning a negative dirent.Nicolas Lacasse
2018-08-10Added a reference to the checkpoint/restore readme.Justine Olshan
2018-08-10README for Checkpoint/Restore.Brielle Broder
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-10Validate FS.base before establishing it in the task's register set.Neel Natu
2018-08-09Fix runsc integration_test when using --network=hostFabricio Voznika
2018-08-09Fix missing O_LARGEFILE from O_CREAT filesMichael Pratt