summaryrefslogtreecommitdiff
path: root/layer
Commit message (Expand)AuthorAgeFilesLines
* replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-101-1/+1
* Remove "could not get checksum with tar-split" debug messageSebastiaan van Stijn2020-03-061-1/+0
* Make sure that layers are removed from layerdb after succefull layer removalOlli Janatuinen2019-11-282-3/+3
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-182-5/+0
* goimports: fix importsSebastiaan van Stijn2019-09-187-7/+7
* Merge pull request #39715 from olljanat/getorplan-unit-testSebastiaan van Stijn2019-09-161-0/+48
|\
| * Unit test for getOrphanOlli Janatuinen2019-08-101-0/+48
* | Reimplement iteration over fileInfos in getOrphan.Vikram bir Singh2019-09-061-23/+31
|/
* First step to implement full garbage collector for image layersOlli Janatuinen2019-06-052-5/+111
* layer: protect from same-name racesKir Kolyshkin2019-05-211-17/+25
* layer/CreateRWLayerByGraphID: removeKir Kolyshkin2019-05-212-219/+0
* layer: optimize layerStore mountLXinfeng Liu2019-05-092-21/+35
* layer: protect mountedLayer.referencesKir Kolyshkin2019-05-061-1/+13
* add ApplyDiff to RWLayerEvan Hazlett2019-04-253-0/+66
* 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