summaryrefslogtreecommitdiff
path: root/layer
Commit message (Expand)AuthorAgeFilesLines
* layer: protect from same-name racesKir Kolyshkin2019-05-251-17/+25
* layer/CreateRWLayerByGraphID: removeKir Kolyshkin2019-05-252-219/+0
* layer: optimize layerStore mountLXinfeng Liu2019-05-252-21/+35
* layer: protect mountedLayer.referencesKir Kolyshkin2019-05-251-1/+13
* layer/layer_store: ensure NewInputTarStream resources are releasedSergio Lopez2018-12-211-3/+4
* Fix a typos in layer_windows.gozhenhai gao2018-11-181-1/+1
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-3/+3
* layer: relax graphdriver ID formatTonis Tiigi2018-06-101-3/+3
* daemon: access to distribution internalsTonis Tiigi2018-06-102-0/+8
* Remove metadata store interfaceDerek McGowan2018-03-067-81/+26
* Add canonical import commentDaniel Nephin2018-02-0519-19/+19
* Golint fix with ro_layer.goYong Tang2018-01-241-5/+1
* Remove OS() from layer interfaceJohn Howard2018-01-185-23/+0
* Address feedback from TonisJohn Howard2018-01-185-12/+12
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-1814-192/+132
* LCOW: Re-coalesce storesJohn Howard2018-01-1816-141/+196
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-153-14/+3
* Have VFS graphdriver use accelerated in-kernel copySargun Dhillon2017-11-281-1/+1
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-0611-61/+61
* Merge pull request #34252 from Microsoft/akagup/lcow-remotefs-sandboxVictor Vieux2017-09-156-43/+60
|\
| * LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-146-43/+60
* | add testcase in layer/empty_test.go with Metadata()chchliang2017-09-151-0/+6
|/
* Update logrus to v1.0.1Derek McGowan2017-07-314-4/+4
* Merge pull request #33713 from x1022as/error_fdAaron Lehmann2017-07-061-0/+1
|\
| * fd leak and error handlingDeng Guangxing2017-06-231-0/+1
* | LCOW: Fix nits from 33241John Howard2017-06-271-2/+1
|/
* LCOW: Store integrity checksJohn Howard2017-06-203-6/+21
* LCOW: Pass platform through into layer storeJohn Howard2017-06-205-20/+19
* LCOW: Adds platform to the layer storeJohn Howard2017-06-208-0/+89
* Remove CopyOnBuild from the daemon.Daniel Nephin2017-06-081-0/+5
* Remove unused functions from archive.Daniel Nephin2017-06-071-1/+2
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-4/+3
* Let graphdrivers declare diff stream fidelityAlfred Landrum2017-03-312-27/+57
* modify ID to ChainID to avoid confusinglixiaobing100512672017-03-092-2/+2
* Windows: Remove redundant 'GraphDriver() funcJohn Howard2017-01-121-9/+1
* Windows: Remove dead code RegisterDiffIDsJohn Howard2017-01-091-56/+0
* *: use opencontainers/go-digest packageStephen J Day2017-01-069-20/+16
* Moves graphdriver plugn docs out of experimentalBrian Goff2016-12-222-8/+10
* Fix some typosyuexiao-wang2016-11-301-2/+2
* 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