summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/driver.go
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated legacy "overlay" storage-driverSebastiaan van Stijn2023-04-191-2/+2
* daemon: remove deprecated AuFS storage driverSebastiaan van Stijn2023-04-151-1/+14
* pkg/containerfs: drop ContainerFS type aliasCory Snider2022-09-231-2/+1
* daemon/graphdriver: remove unused graphdriver.IsInitialized()Sebastiaan van Stijn2022-04-071-12/+0
* daemon: require storage-driver to be set if the driver is deprecatedSebastiaan van Stijn2022-03-251-11/+14
* daemon: graphdriver: some minor cleanupSebastiaan van Stijn2022-03-251-20/+19
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-9/+8
* daemon/graphdriver: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* Deprecate AuFS storage driver, and add warningSebastiaan van Stijn2018-10-261-1/+1
* Skip deprecated storage-drivers in auto-selectionSebastiaan van Stijn2018-10-111-0/+5
* Deprecate legacy overlay storage driver, and add warningSebastiaan van Stijn2018-10-111-1/+1
* Deprecate "devicemapper" storage driver, and add warningSebastiaan van Stijn2018-10-111-0/+21
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Allow existing setups to continue using d_typeSebastiaan van Stijn2017-12-041-0/+12
* Remove support for overlay/overlay2 without d_typeSebastiaan van Stijn2017-12-041-16/+2
* Skip empty directories on prior graphdriver detectionSebastiaan van Stijn2017-11-211-1/+20
* graphdriver: custom build-time priority listKir Kolyshkin2017-11-161-2/+4
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-1/+2
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Let graphdrivers declare diff stream fidelityAlfred Landrum2017-03-311-0/+17
* fix some typos from module contrib to manAaron.L.Xu2017-02-181-1/+1
* Moves graphdriver plugn docs out of experimentalBrian Goff2016-12-221-11/+20
* Make graphdriver plugin use plugin BasePathBrian Goff2016-12-151-2/+4
* Pass all graphdriver create() parameters in a structVivek Goyal2016-11-091-4/+13
* Adds ability to squash image after buildBrian Goff2016-11-011-3/+8
* pkg/archive: remove unnecessary Archive and Reader typeStephen J Day2016-10-201-2/+3
* Simplify function signatureDennis Chen2016-10-121-1/+1
* Update plugingetter import path in docker/docker.Anusha Ragunathan2016-10-111-5/+5
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-201-4/+5
* use %s instead of %q when format in graphdirver logallencloud2016-07-301-4/+4
* fix typosallencloud2016-06-021-1/+1
* Add reference counting to aufsMichael Crosby2016-05-231-0/+6
* Adding readOnly parameter to graphdriver Create methodStefan J. Wernli2016-04-061-0/+3
* CLI flag for docker create(run) to change block device size.Shishir Mahajan2016-03-281-1/+1
* Make sure we call every graph init with the same root path.David Calavera2016-03-111-43/+41
* graphdriver: Replace DiffPath with DiffGetterJohn Starks2016-03-011-0/+18
* Remove the graph driver from the daemon, move it into the layer store.Daniel Nephin2015-12-281-8/+4
* Fix typos found across repositoryJustas Brazauskas2015-12-131-3/+3
* Relabel BTRFS Content on container CreationDan Walsh2015-11-111-2/+2
* Comment: add some lines backHu Keping2015-10-121-0/+1
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-091-11/+12
* Do not probe plugins for graph init unless `-s`Brian Goff2015-10-091-2/+11
* Create extpoint for graphdriversBrian Goff2015-09-091-0/+3
* daemon/graphdriver fix lint errors/warningsSrini Brahmaroutu2015-08-171-3/+13
* Enable golint in pkg/arciveLei Jitang2015-08-041-2/+2
* graphdriver/*: expect uncompressed tar for ApplyDiffVincent Batts2015-07-281-0/+1
* Windows: Graph driver implementationJohn Howard2015-07-101-0/+1
* Warn when udev_sync is not supported.David Calavera2015-07-071-1/+1
* Revert "Fix implicit DeviceMapper selection"David Calavera2015-07-071-50/+46
* Fix implicit DeviceMapper selectionDavid Calavera2015-07-021-46/+50