1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graphdriver/aufs
Alexander Larsson 5fe26ee426 aufs: Unmount inactive devices
This implements the new Put() operation such that
Get()/Put() maintains a refcount for each ID, mounting
only on first Get() and unmounting on the last Get().

This means we avoid littering the system with lots of mounts
and free resources related to them.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2014-01-21 11:26:11 +01:00
..
aufs.go aufs: Unmount inactive devices 2014-01-21 11:26:11 +01:00
aufs_test.go Increase max image depth to 127 2013-11-26 17:04:55 -08:00
dirs.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00
migrate.go Handle image metadata when drivers are switched 2013-11-20 10:31:51 -08:00
mount.go Fix unmount issues 2013-12-18 15:24:08 -08:00
mount_darwin.go Fix OSX compilation for aufs 2013-12-18 10:18:49 -08:00
mount_linux.go Fix OSX compilation for aufs 2013-12-18 10:18:49 -08:00