summaryrefslogtreecommitdiff
path: root/libpod/runtime_volume_linux.go
Commit message (Expand)AuthorAge
* Add support for containers.conf volume timeoutsMatthew Heon2022-08-23
* Use SafeChown rather then chown for volumes on NFSDaniel J Walsh2022-07-12
* [CI:DOCS] Improve language. Fix spelling and typos.Erik Sjölund2022-07-11
* Merge pull request #14789 from saschagrunert/libpod-errorsopenshift-ci[bot]2022-07-05
|\
| * libpod/runtime: switch to golang native error wrappingSascha Grunert2022-07-04
* | fix buildValentin Rothberg2022-07-01
* | Merge pull request #14449 from cdoern/podVolumesopenshift-ci[bot]2022-07-01
|\ \ | |/ |/|
| * podman volume create --opt=o=timeout...cdoern2022-06-09
* | Merge pull request #14734 from giuseppe/copyup-switch-orderopenshift-ci[bot]2022-06-28
|\ \
| * | volume: new options [no]copyGiuseppe Scrivano2022-06-27
| |/
* / add podman volume reload to sync volume pluginsPaul Holzinger2022-06-23
|/
* volume: add new option -o o=noquotaGiuseppe Scrivano2022-04-28
* enable unparam linterPaul Holzinger2022-04-25
* go fmt: use go 1.18 conditional-build syntaxValentin Rothberg2022-03-18
* Remove the runtime lockMatthew Heon2022-02-22
* bump go module to version 4Valentin Rothberg2022-01-18
* Support all volume mounts for rootless containersDaniel J Walsh2022-01-04
* Remove a volume with --force if container is runningDaniel J Walsh2021-10-11
* Add --time out for podman * rm -f commandsDaniel J Walsh2021-10-04
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Volumes: Only remove from DB if plugin removal succeedsMatthew Heon2021-08-18
* Support size and inode options on builtin volumesDaniel J Walsh2021-08-02
* bump go module to v3Valentin Rothberg2021-02-22
* Initial implementation of volume pluginsMatthew Heon2021-01-14
* Fix missing options in volumes display while setting uid and gidzhangguanzhang2020-12-23
* fix: allow volume creation when the _data directory already existsYan Minari2020-11-05
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* Turn on More lintersDaniel J Walsh2020-06-15
* Add support for containers.confDaniel J Walsh2020-03-27
* Add basic deadlock detection for container start/removeMatthew Heon2020-02-24
* Fix SELinux labels of volumesDaniel J Walsh2020-02-13
* make lint: enable gocriticValentin Rothberg2020-01-13
* Return a better error for volume name conflictsMatthew Heon2019-10-23
* Ensure volumes can be removed when they fail to unmountMatthew Heon2019-10-14
* Correctly report errors on unmounting SHMMatthew Heon2019-09-05
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
* Re-add locks to volumes.Matthew Heon2019-08-28
* Implement backend for 'volume inspect'Matthew Heon2019-08-02
* remove libpod from mainbaude2019-06-25
* Use standard remove functions for removing pod ctrsMatthew Heon2019-05-10
* Fix E2E testsMatthew Heon2019-04-04
* Volume force-remove now removed dependent containersMatthew Heon2019-04-04
* Switch Libpod over to new explicit named volumesMatthew Heon2019-04-04
* volumes: push the chown logic to runtime_volume_linux.goGiuseppe Scrivano2019-03-29
* Default to SELinux private label for play kube mountsPeter Hunt2019-03-28
* Add event logging to libpod, even display to podmanbaude2019-03-11
* Remove locks from volumesMatthew Heon2019-02-21
* Remove runtime lockDir and add in-memory lock managerMatthew Heon2019-01-04
* Add "podman volume" commandumohnani82018-12-06