gvisor/runsc
Fabricio Voznika 1b10f52d59 Remember file position during Readdir()
The caller must call Readdir() at least twice to detect
EOF. The old code was always restarting the directory
search and then skipping elements already seen, effectively
doubling the cost to read a directory. The code now
remembers the last offset and doesn't reposition the cursor
if next request comes at the same offset.

PiperOrigin-RevId: 244957816
Change-Id: If21a8dc68b76614adbcf4301439adfda40f2643f
2019-04-23 17:34:51 -07:00
..
boot Use FD limit and file size limit from host 2019-04-17 12:57:40 -07:00
cgroup Fix cgroup when path is relative 2019-02-25 19:21:47 -08:00
cmd Add 'runsc do' command 2019-04-11 17:54:34 -07:00
console Remove license comments 2019-01-31 11:12:53 -08:00
container Fix container_test flakes. 2019-04-23 11:33:40 -07:00
fsgofer Remember file position during Readdir() 2019-04-23 17:34:51 -07:00
sandbox Replace os.File with fd.FD in fsgofer 2019-04-23 16:10:54 -07:00
specutils gvisor: Add support for the MS_NOEXEC mount option 2019-04-04 17:43:53 -07:00
test netstack: reduce MSS from SYN to account tcp options 2019-03-19 17:33:20 -07:00
tools/dockercfg Remove license comments 2019-01-31 11:12:53 -08:00
BUILD Add release hook and version flag 2019-04-01 16:18:43 -07:00
main.go Add 'runsc do' command 2019-04-11 17:54:34 -07:00
version.go Add release hook and version flag 2019-04-01 16:18:43 -07:00