summaryrefslogtreecommitdiff
path: root/daemon/disk_usage.go
Commit message (Expand)AuthorAgeFilesLines
* daemon/disk_usage: Use context aware singleflightPaweł Gronowski2022-11-291-16/+56
* imageservice: Add context to various methodsNicolas De Loof2022-11-031-1/+1
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-211-1/+2
* daemon,volume: share disk usage computationsRoman Volosatovs2021-08-091-26/+29
* daemon: paralellize disk usage computationsRoman Volosatovs2021-08-051-25/+39
* API,daemon: support `type` URL parameter to /system/dfRoman Volosatovs2021-07-271-28/+42
* API, daemon/images: add ImageListOptions and pass contextRoman Volosatovs2021-07-131-1/+5
* Extract volume interaction to a volumes serviceBrian Goff2018-05-251-33/+2
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-2/+1
* Move direct volume driver interaction to storeBrian Goff2018-04-171-24/+22
* Support cancellation in `directory.Size()`Brian Goff2018-03-291-1/+1
* Move all daemon image methods into imageServiceDaniel Nephin2018-02-261-46/+4
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-13/+15
* LCOW: Re-coalesce storesJohn Howard2018-01-181-20/+17
* Fix variable shadowing causing LayersSize to be reported as 0Cezar Sa Espinola2017-09-121-1/+0
* Move to a single tag-storeJohn Howard2017-08-181-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* LCOW: Move daemon stores to per platformJohn Howard2017-06-201-17/+21
* Do not calculate size for local volumes with mountBrian Goff2017-06-091-0/+7
* Prevent multiple parallel SystemDiskUsage callKenfe-Mickael Laventure2017-04-241-0/+6
* Honor context within SystemDiskUsageKenfe-Mickael Laventure2017-04-241-18/+29
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Add reference filter and deprecated filter param…Vincent Demeester2016-11-111-1/+2
* Add swagger.yamlDaniel Nephin2016-10-201-1/+1
* Move types.Volumes optional fields under a new typeKenfe-Mickael Laventure2016-10-111-2/+1
* Add /system/df API endpointKenfe-Mickael Laventure2016-09-291-0/+100