summaryrefslogtreecommitdiff
path: root/pkg/spec/storage.go
Commit message (Expand)AuthorAge
* pkg/spec.InitFSMounts: optimizeKir Kolyshkin2020-04-02
* pkg/spec.InitFSMounts: fix mount opts in placeKir Kolyshkin2020-04-01
* pkg/spec/initFSMounts: fixKir Kolyshkin2020-03-31
* Add support for containers.confDaniel J Walsh2020-03-27
* Merge pull request #5222 from mheon/fix_5219OpenShift Merge Robot2020-02-20
|\
| * Use cleaned destination path for indexing image volumesMatthew Heon2020-02-17
* | apiv2 container create using specgenBrent Baude2020-02-19
|/
* make lint: enable gocriticValentin Rothberg2020-01-13
* codespell: spelling correctionsDmitry Smirnov2019-11-13
* Split up create config handling of namespaces and securityPeter Hunt2019-11-07
* mount: add new options nocopyup|copyup for tmpfsGiuseppe Scrivano2019-11-07
* Image volumes should not be mounted noexecMatthew Heon2019-10-23
* Add support for anonymous volumes to `podman run -v`Matthew Heon2019-10-17
* Handle conflict between volumes and --read-only-tmpfsMatthew Heon2019-09-24
* Clean destination paths during mount generationMatthew Heon2019-09-19
* Add 'relabel' to --mount optionsDaniel J Walsh2019-09-16
* Fix addition of mount options when using RO tmpfsMatthew Heon2019-08-28
* Set base mount options for bind mounts from base systemMatthew Heon2019-08-28
* Don't double-process tmpfs optionsMatthew Heon2019-08-28
* Add support for 'exec', 'suid', 'dev' mount flagsMatthew Heon2019-08-28
* Remove --tmpfs size defaultAshley Cui2019-08-14
* storage: drop unused geteuid checkGiuseppe Scrivano2019-08-12
* Allow --ro=[true|false] with mount flagMatthew Heon2019-08-07
* Use buildah/pkg/parse volume parsing rather then internal versionDaniel J Walsh2019-08-01
* fix bug convert volume host path to absoluteQi Wang2019-07-10
* Add tests for cached and delegated mountsMatthew Heon2019-06-19
* Allow (but ignore) Cached and Delegated volume optionsMatthew Heon2019-06-18
* storage: support --mount type=bind,bind-nonrecursiveGiuseppe Scrivano2019-06-13
* storage: fix typoGiuseppe Scrivano2019-06-13
* Do not set tmpcopyup on /devMatthew Heon2019-05-30
* When superceding mounts, check for opposite typesMatthew Heon2019-05-21
* Move handling of ReadOnlyTmpfs into new mounts codeMatthew Heon2019-05-01
* Ensure that named volumes have their options parsedMatthew Heon2019-05-01
* Add options parsing for tmpfs mountsMatthew Heon2019-05-01
* Hit a number of to-do comments in unified volumes codeMatthew Heon2019-05-01
* Fix options for non-bind and non-tmpfs volumesMatthew Heon2019-05-01
* Migrate to unified volume handling codeMatthew Heon2019-05-01