summaryrefslogtreecommitdiff
path: root/layer
Commit message (Expand)AuthorAgeFilesLines
* Fix layer store Get lockingAaron Lehmann2016-03-311-1/+4
* Update mount state of live containers after a daemon crash.Anusha Ragunathan2016-03-313-1/+42
* Move layer mount refcounts to mountedLayerBrian Goff2016-03-252-2/+22
* Revert "Move layer mount refcounts to mountedLayer"Tonis Tiigi2016-03-232-22/+2
* Move layer mount refcounts to mountedLayerBrian Goff2016-03-222-2/+22
* Merge pull request #21325 from frenkel/openbsd-supportBrian Goff2016-03-181-1/+1
|\
| * Cli binary can now be build on OpenBSDFrank Groeneveld2016-03-181-1/+1
* | Replace execdrivers with containerd implementationTonis Tiigi2016-03-182-0/+13
|/
* *: remove unused stuffAntonio Murdaca2016-03-141-11/+0
* fix typosallencloud2016-03-111-7/+7
* Merge pull request #20475 from Microsoft/jstarks/filegetterDavid Calavera2016-03-021-15/+18
|\
| * graphdriver: Replace DiffPath with DiffGetterJohn Starks2016-03-011-15/+18
* | Windows CI Unit Test: Docker layer turn off failing testsJohn Howard2016-02-283-0/+43
|/
* Fix releasing reference on deletion errorTonis Tiigi2016-02-192-0/+10
* Merge pull request #20458 from aaronlehmann/migration-close-gzip-writerArnaud Porterie2016-02-181-0/+1
|\
| * Close tarsplit gzip writer when creating tar-split.json.gz files during layer...Aaron Lehmann2016-02-181-0/+1
* | Don’t stop daemon on migration hard failureTonis Tiigi2016-02-171-1/+1
* | Verify layer tarstreamTonis Tiigi2016-02-175-14/+126
|/
* Windows CI UnitTest TestLayerSize-->UnixJohn Howard2016-02-102-63/+71
* Add more robust error handling on layer store creationDerek McGowan2016-01-192-16/+21
* Update code to compile against new manifest interfaceAaron Lehmann2016-01-084-23/+5
* Parallel migration and optimizationsTonis Tiigi2016-01-046-108/+132
* Remove the graph driver from the daemon, move it into the layer store.Daniel Nephin2015-12-285-8/+60
* Refactor RWLayer to use referenced object instead of stringDerek McGowan2015-12-239-192/+342
* Merge pull request #18622 from runcom/return-errVincent Demeester2015-12-171-1/+1
|\
| * layer: layer_store.go: return on errorAntonio Murdaca2015-12-141-1/+1
* | Add metadata function to layer storeDerek McGowan2015-12-143-18/+12
|/
* Fix typos found across repositoryJustas Brazauskas2015-12-132-3/+3
* Make TarStream return an io.ReadCloserAaron Lehmann2015-11-256-19/+10
* Merge pull request #18202 from aidanhs/aphs-content-addressability-layerstoreAlexander Morozov2015-11-243-27/+15
|\
| * Rearrange layerstore lockingAidan Hobson Sayers2015-11-243-27/+15
* | Make releaseLayers iterative rather than recursive, remove useless funcAidan Hobson Sayers2015-11-241-31/+28
|/
* Add layer storeDerek McGowan2015-11-2413-0/+3278