moby/volume
Brian Goff fe66fdd18c Fix potential races in the volume store
Uses finer grained locking so that each volume name gets its own lock
rather than only being protected by the global lock, which itself needs
to be unlocked during cetain operations (`create` especially`)

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-11-04 16:59:47 -05:00
..
drivers Windows: Add volume support 2015-10-22 10:42:53 -07:00
local Move volume name validation to the local driver. 2015-10-21 12:28:26 -04:00
store Fix potential races in the volume store 2015-11-04 16:59:47 -05:00
testutils Move volume ref counting store to a package. 2015-09-21 12:46:49 -04:00
volume.go Windows: Add volume support 2015-10-22 10:42:53 -07:00
volume_test.go Windows: Add volume support 2015-10-22 10:42:53 -07:00
volume_unix.go Windows: Add volume support 2015-10-22 10:42:53 -07:00
volume_windows.go Windows: Add volume support 2015-10-22 10:42:53 -07:00