summaryrefslogtreecommitdiff
path: root/libpod/volume.go
AgeCommit message (Expand)Author
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-06move go module to v2Valentin Rothberg
2020-06-30Merge pull request #6747 from giuseppe/fix-user-volumesOpenShift Merge Robot
2020-06-29container: move volume chown after spec generationGiuseppe Scrivano
2020-06-24Add support for dangling filter to volumesMatthew Heon
2020-05-05v2 system subcommandbaude
2020-02-27binding tests for volumesBrent Baude
2020-01-29Deprecate & remove IsCtrSpecific in favor of IsAnonMatthew Heon
2019-09-09When first mounting any named volume, copy upMatthew Heon
2019-09-05Add ability for volumes with options to mount/umountMatthew Heon
2019-09-05Add volume stateMatthew Heon
2019-09-05Change volume driver and options JSON tagsMatthew Heon
2019-08-28Re-add locks to volumes.Matthew Heon
2019-08-02Fix typosMatthew Heon
2019-08-02Implement backend for 'volume inspect'Matthew Heon
2019-06-13Purge all use of easyjson and ffjson in libpodMatthew Heon
2019-03-29volumes: push the chown logic to runtime_volume_linux.goGiuseppe Scrivano
2019-02-26Only remove image volumes when removing containersMatthew Heon
2019-02-21Remove locks from volumesMatthew Heon
2019-01-04Remove runtime lockDir and add in-memory lock managerMatthew Heon
2018-12-06Add "podman volume" commandumohnani8