summaryrefslogtreecommitdiff
path: root/layer
Commit message (Expand)AuthorAgeFilesLines
...
* Move CreateRWLayer() parameters in a structVivek Goyal2016-11-165-10/+38
* Pass all graphdriver create() parameters in a structVivek Goyal2016-11-092-8/+17
* Merge pull request #28006 from dmcgowan/clean-overlay2-layerstoreVincent Demeester2016-11-021-1/+4
|\
| * Cleanup invalid code in overlay2 and layer storeDerek McGowan2016-11-021-1/+4
* | Remove TarStreamFrom from RWLayer interfaceDerek McGowan2016-11-012-11/+4
|/
* Adds ability to squash image after buildBrian Goff2016-11-014-5/+37
* pkg/archive: remove unnecessary Archive and Reader typeStephen J Day2016-10-202-7/+6
* Update plugingetter import path in docker/docker.Anusha Ragunathan2016-10-111-2/+2
* Add Map() method to LayerStore interfaceKenfe-Mickael Laventure2016-09-292-0/+14
* layer_store: Use CreateReadWrite() for -init layer instead of Create()Vivek Goyal2016-09-211-1/+1
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-202-2/+5
* Merge pull request #25523 from dmcgowan/fsync-layer-filestoreAaron Lehmann2016-09-081-14/+14
|\
| * Update layer store to sync transaction files before committingDerek McGowan2016-08-091-14/+14
* | add defer file.Close to avoid potential fd leakallencloud2016-08-101-2/+4
|/
* fix some typosbin liu2016-06-211-1/+1
* Use describable interfacesDerek McGowan2016-06-068-47/+41
* Merge pull request #22866 from jstarks/foreign_layersArnaud Porterie2016-06-077-0/+83
|\
| * Support layers from external URLsJohn Starks2016-05-257-0/+83
* | Merge pull request #22091 from amitkris/build_solarisVincent Demeester2016-05-241-1/+1
|\ \
| * | Get the Docker Engine to build clean on SolarisAmit Krishnan2016-05-231-1/+1
| |/
* | Remove mountedLayer Mount and UnmountMichael Crosby2016-05-234-28/+3
* | Remove ref counting from layer storeMichael Crosby2016-05-234-116/+3
|/
* Adding readOnly parameter to graphdriver Create methodStefan J. Wernli2016-04-061-1/+1
* Merge pull request #21677 from aaronlehmann/layer-store-lockingAntonio Murdaca2016-03-311-1/+4
|\
| * Fix layer store Get lockingAaron Lehmann2016-03-301-1/+4
* | Merge pull request #21372 from anusha-ragunathan/ctrd-rebaseSebastiaan van Stijn2016-03-303-1/+42
|\ \
| * | Update mount state of live containers after a daemon crash.Anusha Ragunathan2016-03-293-1/+42
| |/
* | CLI flag for docker create(run) to change block device size.Shishir Mahajan2016-03-285-20/+20
|/
* Move layer mount refcounts to mountedLayerBrian Goff2016-03-232-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