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/zfs
Phil Estes 922986b76e Add proper refcounting to zfs graphdriver
Fixes issues with layer remounting (e.g. a running container which then
has `docker cp` used to copy files in or out) by applying the same
refcounting implementation that exists in other graphdrivers like
overlay and aufs.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2016-02-11 01:00:54 -05:00
..
MAINTAINERS
zfs.go Add proper refcounting to zfs graphdriver 2016-02-11 01:00:54 -05:00
zfs_freebsd.go Fix log to logrus 2015-07-29 09:58:07 -07:00
zfs_linux.go Fix log to logrus 2015-07-29 09:58:07 -07:00
zfs_test.go reorder imports with goimports 2015-12-16 16:50:25 +01:00
zfs_unsupported.go