summaryrefslogtreecommitdiff
path: root/volume
Commit message (Expand)AuthorAgeFilesLines
...
* volume/mounts: move some code to correct location, and minor linting/formattingSebastiaan van Stijn2021-07-027-31/+26
* reformat "nolint" commentsSebastiaan van Stijn2021-06-101-1/+1
* volumes: only send "create" event when actually creating volumeSebastiaan van Stijn2021-05-052-21/+43
* Use real root with 0701 permsBrian Goff2021-02-021-2/+9
* volumes/local: gofmtSebastiaan van Stijn2021-01-141-3/+3
* vendor: moby/sys mountinfo/v0.4.0Sebastiaan van Stijn2020-10-291-6/+6
* Do not call mount.RecursiveUnmount() on WindowsSebastiaan van Stijn2020-10-293-17/+25
* volume/local: add tests for size quotaTimo Rothenpieler2020-10-051-0/+97
* volume/local: decouple presence of options from mountingTimo Rothenpieler2020-10-053-12/+80
* replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-102-4/+3
* API: add "prune" eventsSebastiaan van Stijn2020-07-281-0/+4
* SELinux: fix ENOTSUP errors not being detected when relabelingSebastiaan van Stijn2020-05-101-1/+1
* Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-2/+2
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-203-6/+7
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-117-12/+12
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-2/+2
* volume/local fix file permissionsSebastiaan van Stijn2019-09-181-3/+3
* volume Create: fix incorrect file permissions (staticcheck)Sebastiaan van Stijn2019-09-181-1/+1
* Merge pull request #39250 from shuchow/706-cifs-lookupSebastiaan van Stijn2019-09-031-2/+3
|\
| * Enable DNS Lookups for CIFS VolumesChow2019-05-211-2/+3
* | Entropy cannot be savedJustin Cormack2019-06-074-4/+4
* | Fix error handling for bind mount spec parser.Brian Goff2019-05-222-1/+54
|/
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-213-49/+49
* Move `validateOpts()` to local_unix.go as it is not used on WindowsSebastiaan van Stijn2018-12-233-22/+18
* Remove validationError type, and use errdefs.InvalidParameterSebastiaan van Stijn2018-12-223-15/+8
* Use a map[string]struct{} for validOptsSebastiaan van Stijn2018-12-223-6/+6
* add check for local volume optionVincent Demeester2018-12-223-1/+16
* pkg/mount: wrap mount/umount errorsKir Kolyshkin2018-12-102-2/+2
* mount: add BindOptions.NonRecursive (API v1.40)Akihiro Suda2018-11-061-0/+3
* Fix some doc strings in the volume packageBrian Goff2018-11-022-2/+22
* Tweak bind mount errorsSebastiaan van Stijn2018-09-282-3/+3
* typo fix retreivedliyongxin2018-09-261-1/+1
* boltdb/bolt --> go.etcd.io/bboltJohn Howard2018-09-134-4/+4
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-137-26/+26
* Fix the several typos detected by github.com/client9/misspellKazuhiro Sera2018-08-091-1/+1
* Fix bindmount autocreate raceBrian Goff2018-07-021-0/+11
* Fix flaky test TestServiceGetCatalin Pirvu2018-06-201-2/+5
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-136-10/+10
* Fix wrong assertion in volume/service packageVincent Demeester2018-06-051-1/+0
* Merge pull request #36688 from cpuguy83/volumes_serviceSebastiaan van Stijn2018-06-0520-246/+1367
|\
| * Extract volume interaction to a volumes serviceBrian Goff2018-05-2520-246/+1367
* | Move plugin client to separate interfaceBrian Goff2018-05-301-1/+5
* | Move plugin client creation to the extension pointBrian Goff2018-05-252-10/+30
|/
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Amended per cleanup request.Jonathan Choy2018-05-181-1/+1
* Rewrote data-root escape error messageJonathan Choy2018-05-171-1/+1
* Fix issues with running volume tests as non-root.Brian Goff2018-04-243-25/+10
* Skip some tests requires root uid when run as userVincent Demeester2018-04-232-13/+20
* Merge pull request #36091 from kolyshkin/mountVincent Demeester2018-04-212-34/+21
|\
| * volume/local/TestCreateWithOpts(): use mount filterKir Kolyshkin2018-04-191-22/+20