1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Alexander Morozov 25493c674b Speedup container list
Remove all unneeded disk operations (reload TagStore, umarshal image)
for checking if image still points to same ID. Now slowest part is
queries to sqlite which hopefuly will be removed soon.

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
(cherry picked from commit f256d8ad2d)
2015-11-10 12:37:39 -05:00
..
fixtures/validate_manifest Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
tags Kind of typo 2015-09-09 19:03:53 +08:00
export.go Make sure tags and digests don’t collide 2015-10-12 14:20:11 -07:00
graph.go graph: do not error out if images can't be restored 2015-11-09 18:36:28 -05:00
graph_test.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
history.go Refactor some code to use simply format 2015-09-06 20:59:09 +08:00
import.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
list.go make sure the value of the dangling filter is correct 2015-10-22 15:07:02 -04:00
load.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
load_unsupported.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go Move types from progressreader and broadcastwriter to broadcaster 2015-10-06 22:20:07 -04:00
pull.go Remove trust package 2015-10-12 10:51:28 -07:00
pull_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
pull_v2.go graph: ensure _tmp dir is always removed 2015-10-22 16:14:12 -04:00
pull_v2_test.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
push.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
push_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
push_v2.go Add a buffered Writer between layer compression and layer upload 2015-10-27 19:57:01 -04:00
registry.go Increase ping timeout 2015-10-22 15:07:03 -04:00
service.go Use RepoTags & RepoDigest in inspect 2015-10-22 17:22:16 -04:00
tags.go Speedup container list 2015-11-10 12:37:39 -05:00
tags_unit_test.go Remove trust package 2015-10-12 10:51:28 -07:00