moby--moby/daemon/graphdriver
Stefan J. Wernli 041a9510c6 Fixing 'docker save' on Windows.
Save was failing file integrity checksums due to bugs in both
Windows and Docker. This commit includes fixes to file time handling
in tarexport and system.chtimes that are necessary along with
the Windows platform fixes to correctly support save. With this
change, sysfile_backups for windowsfilter driver are no longer
needed, so that code is removed.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
2016-02-08 18:08:49 -08:00
..
aufs Revert "Copy aufs hardlinks to top layer" 2016-01-21 07:52:50 -08:00
btrfs Graphdriver/btrfs: Avoid using single d.Get() 2016-02-04 10:25:24 -08:00
devmapper Merge pull request #19123 from shishir-a412ed/rootfs_size_configurable 2016-01-13 13:22:08 -08:00
graphtest Relabel BTRFS Content on container Creation 2015-11-11 14:49:27 -05:00
overlay Use pools.Copy instead of io.Copy for overlay.copyRegular 2016-01-21 08:53:37 -08:00
register Move graph driver registration out of the daemon package. 2015-12-28 13:02:24 -05:00
vfs ingnore the NotExist error when removing inexistent files 2015-12-25 15:19:48 +08:00
windows Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
zfs Fix ZFS permissions bug with user namespaces 2016-02-05 14:37:33 -05:00
driver.go Remove the graph driver from the daemon, move it into the layer store. 2015-12-28 12:55:48 -05:00
driver_freebsd.go make docker compile on freebsd 2015-07-29 21:25:56 +03:00
driver_linux.go Add GPFS 2016-01-22 21:12:47 +08:00
driver_unsupported.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
driver_windows.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
fsdiff.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin_unsupported.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
proxy.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00