aboutsummaryrefslogtreecommitdiff
path: root/volume
Commit message (Expand)AuthorAgeFilesLines
* fix formatting of "nolint" tags for go1.19Sebastiaan van Stijn2022-07-131-1/+2
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-083-9/+9
* volumes/service: NewStore: add more context to errorSebastiaan van Stijn2022-06-211-2/+3
* volume/local.New(): extract loading options to a functionSebastiaan van Stijn2022-06-031-10/+22
* volume/local.New() always unmount existing mountsSebastiaan van Stijn2022-06-031-3/+5
* volume/local: extract saving options to a separate methodSebastiaan van Stijn2022-06-032-13/+16
* volume/local: store both volume's "data" and "root" pathSebastiaan van Stijn2022-06-031-24/+24
* volume/local: make "validateOpts()" a method on RootSebastiaan van Stijn2022-06-033-29/+32
* volume/local.Create(): validate earlySebastiaan van Stijn2022-06-034-10/+29
* volume/local: make setOpts() a method of localVolumeSebastiaan van Stijn2022-06-033-3/+3
* volume/local.New(): don't register volume before we're doneSebastiaan van Stijn2022-06-031-1/+1
* volume/local: localVolume.mount() move errors.Wrap()Sebastiaan van Stijn2022-06-031-3/+3
* volume/local: add test for validationSebastiaan van Stijn2022-06-031-0/+114
* fix unclosed file-handles in testsSebastiaan van Stijn2022-05-313-0/+3
* Merge pull request #43597 from shoeffner/43596-mask-cifs-passwordsSebastiaan van Stijn2022-05-193-0/+36
|\
| * volume: mask password in cifs mount error messagesSebastian Höffner2022-05-143-0/+36
* | volume/local.New(): remove redundant filepath.Base()Sebastiaan van Stijn2022-05-131-1/+1
* | volume/local.New(): remove some intermediate variablesSebastiaan van Stijn2022-05-131-12/+9
* | volume/local: remove redundant Root.scopedPath(), Root.scopeSebastiaan van Stijn2022-05-133-25/+2
* | volume/local: remove hack for downgrading docker 1.7 to 1.6Sebastiaan van Stijn2022-05-132-14/+5
|/
* all: replace strings.Replace with strings.ReplaceAllEng Zer Jun2022-05-093-10/+10
* api/types: rename volume.VolumeUsageData to volume.UsageDataSebastiaan van Stijn2022-04-281-1/+1
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-212-13/+14
* filters: lowercase errorSebastiaan van Stijn2022-03-181-1/+1
* Fix windows rxReservedNamesRobert Shade2021-11-082-1/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-2710-32/+22
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-247-0/+7
* Merge pull request #42673 from thaJeztah/regex_optimisationAkihiro Suda2021-08-192-50/+63
|\
| * volume/mounts: remove windowsValidateRegex() utilitySebastiaan van Stijn2021-07-272-10/+9
| * volume/mounts: add destination validation to "validators"Sebastiaan van Stijn2021-07-272-21/+24
| * volume/mounts: rename windowsSplitRawSpec() to splitRawSpec()Sebastiaan van Stijn2021-07-272-3/+3
| * volume/mounts: minor formatting and linting fixesSebastiaan van Stijn2021-07-271-4/+5
| * volume/mounts: pre-compile regular expressionsSebastiaan van Stijn2021-07-272-30/+40
* | daemon,volume: share disk usage computationsRoman Volosatovs2021-08-091-7/+20
|/
* volume/mounts: use sub-tests, and use gotest.toolsSebastiaan van Stijn2021-07-023-102/+44
* volume/mounts: don't use global variable for fileinfoproviderSebastiaan van Stijn2021-07-026-49/+51
* volume/mounts: add constructors for each parserSebastiaan van Stijn2021-07-028-12/+27
* volume/mounts: split tests per parserSebastiaan van Stijn2021-07-024-401/+588
* volume/mounts: move TestConvertTmpfsOptionsSebastiaan van Stijn2021-07-022-42/+50
* volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-024-20/+7
* 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