distribution/registry/storage
Vincent Giersch 6c39af6708 fix(rados): Create OMAP for root directory
When using the RADOS driver, the hierarchy of the files is stored
in OMAPs, but the root OMAP was not created and a call to List("/")
was returning an error instead of returned the first level files
stored. This patches creates an OMAP for "/" and excludes the listed
directory from the list of files returned.

Signed-off-by: Vincent Giersch <vincent@giersch.fr>
2015-08-10 23:46:33 +02:00
..
cache
driver fix(rados): Create OMAP for root directory 2015-08-10 23:46:33 +02:00
blob_test.go Merge pull request #779 from RichardScothern/pull-through-cache 2015-08-04 17:04:56 -07:00
blobcachemetrics.go
blobserver.go
blobstore.go
blobwriter.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
blobwriter_nonresumable.go
blobwriter_resumable.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
catalog.go Create Repositories method 2015-07-21 21:45:14 -07:00
catalog_test.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
doc.go Move storage package under registry package 2015-02-11 12:43:04 -08:00
filereader.go
filereader_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
filewriter.go
filewriter_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
linkedblobstore.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
manifeststore.go
manifeststore_test.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
paths.go
paths_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
purgeuploads.go
purgeuploads_test.go Replace uuid dependency with internal library 2015-05-22 18:59:41 -07:00
registry.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
revisionstore.go
signaturestore.go
tagstore.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
util.go
vacuum.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
walk.go
walk_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00