aboutsummaryrefslogtreecommitdiff
path: root/layer
Commit message (Expand)AuthorAgeFilesLines
* layer: layerstore.Cleanup(): improve some loggingSebastiaan van Stijn2022-06-211-3/+5
* Merge pull request #43366 from corhere/finish-identitymapping-refactorSebastiaan van Stijn2022-03-252-4/+3
|\
| * Finish refactor of UID/GID usage to a new structCory Snider2022-03-142-4/+3
* | layer: remove layerstore.setOS(), layerstore.getOS()Sebastiaan van Stijn2022-03-114-62/+1
|/
* Merge pull request #43302 from thaJeztah/layer_remove_getwithoutlockSebastiaan van Stijn2022-03-052-12/+10
|\
| * layers: remove layerStore.getWithoutLock()Sebastiaan van Stijn2022-02-282-12/+10
* | remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-048-8/+8
* | layer: remove unused ErrActiveMount, ErrNotMounted, ErrNotSupportedSebastiaan van Stijn2022-03-021-13/+0
|/
* Merge pull request #43182 from thaJeztah/layer_remove_unused_errorSebastiaan van Stijn2022-02-177-42/+21
|\
| * layer: remove unused error return from .Size() and .DiffSize()Sebastiaan van Stijn2022-01-247-42/+21
* | layer: remove OS from layerstoreSebastiaan van Stijn2022-01-254-16/+10
|/
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-278-43/+36
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* fix typo in commentsKaijie Chen2021-03-021-1/+1
* 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