Files
docker-cli/components/engine/pkg/archive
Burke Libbey f128089535 Remove Sync() call in NewTempArchive:
This makes the "Buffering to disk" part of `docker push` 70% faster in
my use-case (having already applied #12833).

fsync'ing here serves no valuable purpose: if the drive's operation is
interrupted, so it the program's, and this archive has no value other
than the immediate and transient one.

Signed-off-by: Burke Libbey <burke.libbey@shopify.com>
Upstream-commit: 236dbc2e59f5b665f9fa30f3f7ba1fe6c8483b24
Component: engine
2015-05-07 12:58:12 -04:00
..
2015-04-24 17:03:33 +02:00
2015-04-27 13:35:08 -07:00
2015-04-24 17:03:33 +02:00
2014-11-25 01:03:41 +02:00
2015-02-16 20:38:52 -06:00
2015-04-24 17:03:33 +02:00
2014-09-29 23:23:36 -07:00

This code provides helper functions for dealing with archive files.