moby--moby/layer
Olli Janatuinen 213681b66a First step to implement full garbage collector for image layers
Refactored exiting logic on way that layers are first marked to be under
removal so if actual removal fails they can be found from disk and
cleaned up.

Full garbage collector will be implemented as part of containerd
migration.

Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
2019-06-05 22:02:42 +03:00
..
empty.go
empty_test.go
filestore.go First step to implement full garbage collector for image layers 2019-06-05 22:02:42 +03:00
filestore_test.go
filestore_unix.go
filestore_windows.go
layer.go
layer_store.go First step to implement full garbage collector for image layers 2019-06-05 22:02:42 +03:00
layer_store_windows.go
layer_test.go
layer_unix.go
layer_unix_test.go
layer_windows.go
migration.go layer/CreateRWLayerByGraphID: remove 2019-05-21 10:54:28 -07:00
migration_test.go layer/CreateRWLayerByGraphID: remove 2019-05-21 10:54:28 -07:00
mount_test.go
mounted_layer.go layer: protect mountedLayer.references 2019-05-06 10:49:59 -07:00
ro_layer.go
ro_layer_windows.go