summaryrefslogtreecommitdiff
path: root/volume/drivers
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-052-3/+3
|\
| * Extract volume interaction to a volumes serviceBrian Goff2018-05-252-3/+3
* | Move plugin client to separate interfaceBrian Goff2018-05-301-1/+5
* | Move plugin client creation to the extension pointBrian Goff2018-05-252-10/+30
|/
* Remove use of global volume driver storeBrian Goff2018-04-172-93/+71
* Rename volumedrivers package to driversBrian Goff2018-04-175-5/+5
* Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-212-38/+30
|\
| * Ensure plugin returns correctly scoped pathsBrian Goff2018-02-072-38/+30
* | Add canonical import commentDaniel Nephin2018-02-055-5/+5
|/
* Add timeouts for volume plugin opsBrian Goff2018-01-161-9/+22
* 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
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Spelling fixesJosh Soref2017-07-031-1/+1
* Add CreatedAt filed to volume. Display when volume is inspected.Marianna2017-05-261-1/+8
* 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-232-21/+23
* Refcount graphdriver plugins properlyBrian Goff2016-12-091-2/+2
* plugins: container-rootfs-relative pathsTibor Vass2016-12-093-24/+39
* Update plugingetter import path in docker/docker.Anusha Ragunathan2016-10-111-1/+1
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-202-11/+25
* add check plugin is not used before rmVictor Vieux2016-09-151-3/+21
* test: fix trivial code convention noncomplianceAkihiro Suda2016-09-121-1/+1
* 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
* delete a useless variableYanqiang Miao2016-07-291-1/+0
* fix typosallencloud2016-07-231-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-142-12/+13
* Add support for volume scopesBrian Goff2016-06-054-5/+104
* Enhance pluginrpc-gen parserBrian Goff2016-06-052-9/+6
* When calling volume driver Mount, send opaque IDBrian Goff2016-04-294-10/+14
* Allow volume drivers to provide a `Status` fieldBrian Goff2016-04-151-0/+11
* Fix N+1 calling `Path()` on `volume ls`Brian Goff2016-04-121-5/+12
* add label support for build, networks and volumesEvan Hazlett2016-03-222-2/+3
* fix some typos.allencloud2016-03-101-2/+2
* Fix panic when plugin responds with null volumeBrian Goff2016-02-241-1/+10
* Merge pull request #20198 from cpuguy83/check_drivers_b4_vol_createJess Frazelle2016-02-121-24/+3
|\
| * Remove back-compat hacks from for volume plugins.Brian Goff2016-02-101-24/+3
* | fix common misspellVictor Vieux2016-02-111-1/+1
|/
* Fix volume driver API compatibility mode (a little)Stephen Rust2016-02-081-1/+14