docs/daemon/graphdriver
Liu Bo b2e27fee53 Graphdriver/btrfs: Avoid using single d.Get()
For btrfs driver, in d.Create(), Get() of parentDir is called but not followed
by Put().

If we apply SElinux mount label, we need to mount btrfs subvolumes in d.Get(),
without a Put() would end up with a later Remove() failure on
"Device resourse is busy".

This calls the subvolume helper function directly in d.Create().

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
2016-02-04 10:25:24 -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
overlay Use pools.Copy instead of io.Copy for overlay.copyRegular 2016-01-21 08:53:37 -08:00
register
vfs
windows Remove case sensitive duplicate dir in vendor 2016-02-03 13:06:32 -08:00
zfs
driver.go
driver_freebsd.go
driver_linux.go Add GPFS 2016-01-22 21:12:47 +08:00
driver_unsupported.go
driver_windows.go
fsdiff.go
plugin.go
plugin_unsupported.go
proxy.go