1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
Brian Goff 3b16cb15b4 Do not probe plugins for graph init unless -s
When `-s` is not specified, there is no need to ask if there is a plugin
with the specified name.

This speeds up unit tests dramatically since they don't need to wait the
timeout period for each call to `graphdriver.New`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-10-09 12:02:54 -04:00
..
aufs Merge pull request #15868 from crosbymichael/aufs-data 2015-10-08 11:17:20 -07:00
btrfs Try to resize data and metadata loopback file when initiating devicemapper 2015-09-24 09:31:00 +08:00
devmapper Merge pull request #16152 from chlunde/devmapper-mount-flags 2015-10-08 16:02:50 -07:00
graphtest Merge pull request #15422 from kolyshkin/graphtest-fix 2015-08-10 12:21:21 -07:00
overlay Simplify dir removal in overlay driver 2015-10-08 11:04:00 -04:00
vfs Fix VFS build tags 2015-10-05 15:52:09 -07:00
windows Fix golint issues on the windows graph driver. 2015-09-29 18:32:45 -04:00
zfs Try to resize data and metadata loopback file when initiating devicemapper 2015-09-24 09:31:00 +08:00
driver.go Do not probe plugins for graph init unless -s 2015-10-09 12:02:54 -04:00
driver_freebsd.go make docker compile on freebsd 2015-07-29 21:25:56 +03:00
driver_linux.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00: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 Try to resize data and metadata loopback file when initiating devicemapper 2015-09-24 09:31:00 +08:00
imagerestorer.go Make graph.Register take in io.Reader 2015-08-20 20:37:11 -07:00
plugin.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
plugin_unsupported.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
proxy.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00