| Commit message (Expand) | Author | Age |
* | Add support for containers.conf volume timeouts | Matthew Heon | 2022-08-23 |
* | Use SafeChown rather then chown for volumes on NFS | Daniel J Walsh | 2022-07-12 |
* | [CI:DOCS] Improve language. Fix spelling and typos. | Erik Sjölund | 2022-07-11 |
* | Merge pull request #14789 from saschagrunert/libpod-errors | openshift-ci[bot] | 2022-07-05 |
|\ |
|
| * | libpod/runtime: switch to golang native error wrapping | Sascha Grunert | 2022-07-04 |
* | | fix build | Valentin Rothberg | 2022-07-01 |
* | | Merge pull request #14449 from cdoern/podVolumes | openshift-ci[bot] | 2022-07-01 |
|\ \
| |/
|/| |
|
| * | podman volume create --opt=o=timeout... | cdoern | 2022-06-09 |
* | | Merge pull request #14734 from giuseppe/copyup-switch-order | openshift-ci[bot] | 2022-06-28 |
|\ \ |
|
| * | | volume: new options [no]copy | Giuseppe Scrivano | 2022-06-27 |
| |/ |
|
* / | add podman volume reload to sync volume plugins | Paul Holzinger | 2022-06-23 |
|/ |
|
* | volume: add new option -o o=noquota | Giuseppe Scrivano | 2022-04-28 |
* | enable unparam linter | Paul Holzinger | 2022-04-25 |
* | go fmt: use go 1.18 conditional-build syntax | Valentin Rothberg | 2022-03-18 |
* | Remove the runtime lock | Matthew Heon | 2022-02-22 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Support all volume mounts for rootless containers | Daniel J Walsh | 2022-01-04 |
* | Remove a volume with --force if container is running | Daniel J Walsh | 2021-10-11 |
* | Add --time out for podman * rm -f commands | Daniel J Walsh | 2021-10-04 |
* | standardize logrus messages to upper case | Daniel J Walsh | 2021-09-22 |
* | Volumes: Only remove from DB if plugin removal succeeds | Matthew Heon | 2021-08-18 |
* | Support size and inode options on builtin volumes | Daniel J Walsh | 2021-08-02 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Initial implementation of volume plugins | Matthew Heon | 2021-01-14 |
* | Fix missing options in volumes display while setting uid and gid | zhangguanzhang | 2020-12-23 |
* | fix: allow volume creation when the _data directory already exists | Yan Minari | 2020-11-05 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | Add support for containers.conf | Daniel J Walsh | 2020-03-27 |
* | Add basic deadlock detection for container start/remove | Matthew Heon | 2020-02-24 |
* | Fix SELinux labels of volumes | Daniel J Walsh | 2020-02-13 |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | Return a better error for volume name conflicts | Matthew Heon | 2019-10-23 |
* | Ensure volumes can be removed when they fail to unmount | Matthew Heon | 2019-10-14 |
* | Correctly report errors on unmounting SHM | Matthew Heon | 2019-09-05 |
* | Add ability for volumes with options to mount/umount | Matthew Heon | 2019-09-05 |
* | Re-add locks to volumes. | Matthew Heon | 2019-08-28 |
* | Implement backend for 'volume inspect' | Matthew Heon | 2019-08-02 |
* | remove libpod from main | baude | 2019-06-25 |
* | Use standard remove functions for removing pod ctrs | Matthew Heon | 2019-05-10 |
* | Fix E2E tests | Matthew Heon | 2019-04-04 |
* | Volume force-remove now removed dependent containers | Matthew Heon | 2019-04-04 |
* | Switch Libpod over to new explicit named volumes | Matthew Heon | 2019-04-04 |
* | volumes: push the chown logic to runtime_volume_linux.go | Giuseppe Scrivano | 2019-03-29 |
* | Default to SELinux private label for play kube mounts | Peter Hunt | 2019-03-28 |
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | Remove locks from volumes | Matthew Heon | 2019-02-21 |
* | Remove runtime lockDir and add in-memory lock manager | Matthew Heon | 2019-01-04 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |