summaryrefslogtreecommitdiff
path: root/volume/drivers/extpoint.go
Commit message (Expand)AuthorAgeFilesLines
* golangci-lint: update to v1.49.0Sebastiaan van Stijn2022-09-231-1/+1
* fix formatting of "nolint" tags for go1.19Sebastiaan van Stijn2022-07-131-1/+2
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-2/+2
* reformat "nolint" commentsSebastiaan van Stijn2021-06-101-1/+1
* replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-101-1/+1
* Merge pull request #36688 from cpuguy83/volumes_serviceSebastiaan van Stijn2018-06-051-1/+1
|\
| * Extract volume interaction to a volumes serviceBrian Goff2018-05-251-1/+1
* | Move plugin client to separate interfaceBrian Goff2018-05-301-1/+5
* | Move plugin client creation to the extension pointBrian Goff2018-05-251-8/+28
|/
* Remove use of global volume driver storeBrian Goff2018-04-171-90/+67
* Rename volumedrivers package to driversBrian Goff2018-04-171-1/+1
* Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-211-4/+4
|\
| * Ensure plugin returns correctly scoped pathsBrian Goff2018-02-071-4/+4
* | Add canonical import commentDaniel Nephin2018-02-051-1/+1
|/
* Fixup some issues with plugin refcountingBrian Goff2017-10-211-2/+9
* Add deadcode linterDaniel Nephin2017-08-211-0/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-2/+11
* sort volume drivers and auth plugins in info responseallencloud2017-02-011-0/+2
* Refactoring ineffectual assignmentsDaehyeok Mun2017-01-131-3/+3
* plugingetter: Avoid all caps for constant declarationsAaron Lehmann2017-01-041-3/+3
* Implement content addressability for pluginsTonis Tiigi2016-12-231-17/+23
* Refcount graphdriver plugins properlyBrian Goff2016-12-091-2/+2
* plugins: container-rootfs-relative pathsTibor Vass2016-12-091-4/+4
* Update plugingetter import path in docker/docker.Anusha Ragunathan2016-10-111-1/+1
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-201-10/+20
* add check plugin is not used before rmVictor Vieux2016-09-151-3/+21
* Reorganize plugin package into sub packages.Anusha Ragunathan2016-08-271-3/+3
* Make `docker volume list` lookup plugins installed using new model.Anusha Ragunathan2016-08-171-1/+1
* Remove extra map lookup for volume drivers.Anusha Ragunathan2016-07-191-6/+2
* Add only legacy plugins to the legacy lookup map.Anusha Ragunathan2016-07-181-2/+6
* plugins: experimental support for new plugin managementTibor Vass2016-06-141-11/+12
* Add support for volume scopesBrian Goff2016-06-051-0/+19
* Enhance pluginrpc-gen parserBrian Goff2016-06-051-5/+2
* When calling volume driver Mount, send opaque IDBrian Goff2016-04-291-2/+2
* add label support for build, networks and volumesEvan Hazlett2016-03-221-1/+1
* fix some typos.allencloud2016-03-101-2/+2
* fix common misspellVictor Vieux2016-02-111-1/+1
* Use fine-grained locks for plugin loading.Brian Goff2016-01-201-3/+15
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-1/+35
* Supported added for reterving Plugin list for Network and Volume.Kunal Kushwaha2015-11-161-0/+10
* Merge pull request #16493 from cpuguy83/doc_plugin_rpcgenTibor Vass2015-09-231-1/+1
|\
| * Add README for pluginrpc-genBrian Goff2015-09-221-1/+1
* | Move volume ref counting store to a package.David Calavera2015-09-211-0/+9
|/
* Unexport VolumeDriver.David Calavera2015-09-111-3/+5
* Add volume API/CLIBrian Goff2015-08-261-0/+24
* Don't globally lock on driver initializationDarren Shepherd2015-08-181-1/+7
* lint fixes for volume/*Morgan Bauer2015-07-281-0/+6
* Propagate unmount events to the external volume drivers.David Calavera2015-05-221-3/+3
* Make API volume-driver dependent on 'experimental'Arnaud Porterie2015-05-211-4/+4
* Volumes refactor and external plugin implementation.David Calavera2015-05-211-0/+61