distribution/registry/storage/driver
yixi zhang abf796d17c
Use app.driver.Stat for registry health check
`app.driver.List` on `"/"` is very expensive if registry contains significant amount of images. And the result isn't used anyways.
In most (if not all) storage drivers, `Stat` has a cheaper implementation, so use it instead to achieve the same goal.

Signed-off-by: yixi zhang <yixi@memsql.com>
2017-03-21 13:11:58 -07:00
..
azure Merge pull request #2027 from ahmetalpbalkan/pr-azure-memleak2 2016-11-04 10:08:40 -07:00
base Use app.driver.Stat for registry health check 2017-03-21 13:11:58 -07:00
factory Add documentation for how to register new StorageDrivers 2016-03-29 14:42:19 -07:00
filesystem Don't wrap thead limits when using a negative int 2016-05-03 16:03:44 -07:00
gcs StorageDriver: GCS: allow Cancel on a closed FileWriter 2016-05-06 13:04:30 +01:00
inmemory Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
middleware fix typos 2016-06-02 23:03:27 +08:00
oss oss native large file copy consume too much time which will eventually lead to client timeout because of no data transmit throughout native copy. change maxCopySize to 128MB, ensure only sm all medium size file use oss native copy to avoid connection reset by peer. And fix Move function with CopyLargeFileInParallel to optimize oss upload copy 2016-11-08 12:14:13 +08:00
s3-aws fixup! v2 signer: correctly sort headers 2016-11-02 17:07:02 +01:00
s3-goamz Fix s3-goamz Delete method's notion of subpaths 2016-10-17 09:43:15 -07:00
swift driver/swift: Fix go vet warning 2016-10-31 11:41:53 -07:00
testdriver StorageDriver: Test case for #1698 2016-05-06 13:04:30 +01:00
testsuites Fix S3 Delete method's notion of subpaths 2016-10-06 11:21:55 -07:00
fileinfo.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
storagedriver.go Remove the example 2016-03-29 14:42:28 -07:00