summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/vfs
Commit message (Expand)AuthorAgeFilesLines
* [chore] clean up reexec.Init() callsCory Snider2023-05-091-6/+0
* Merge pull request #44089 from thaJeztah/update_golangci_lintSebastiaan van Stijn2022-09-271-1/+0
|\
| * golangci-lint: update to v1.49.0Sebastiaan van Stijn2022-09-231-1/+0
* | pkg/containerfs: drop ContainerFS type aliasCory Snider2022-09-231-1/+1
* | pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-2/+2
* | pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-3/+3
|/
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-142-11/+10
* pkg/system: move EnsureRemoveAll() to pkg/containerfsSebastiaan van Stijn2022-03-031-2/+1
* Lock down docker root dir perms.Brian Goff2021-10-051-2/+15
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* Use real root with 0701 permsBrian Goff2021-02-021-3/+2
* quota: move quota package out of graphdriverTimo Rothenpieler2020-10-053-3/+3
* structcheck: nolint for false positivesSebastiaan van Stijn2019-09-181-0/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* add vfs quota for daemon storage-optsfanjiyun2019-03-113-6/+59
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-6/+6
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-056-6/+6
* Merge pull request #35827 from kolyshkin/vfs-quotaYong Tang2017-12-222-8/+7
|\
| * vfs gd: ignore quota setup errorsKir Kolyshkin2017-12-192-8/+7
* | Remove redundant build-tagsSebastiaan van Stijn2017-12-182-4/+0
|/
* Have VFS graphdriver use accelerated in-kernel copySargun Dhillon2017-11-283-4/+21
* Add quota support to VFS graphdriverSargun Dhillon2017-11-064-2/+91
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-5/+6
* Add gosimple linterDaniel Nephin2017-09-121-4/+1
* Remove error return from RootPairDaniel Nephin2017-06-071-8/+2
* Fix vfs unit test and port VFS to the new IDMappingsDaniel Nephin2017-06-071-16/+10
* Remove unused functions from archive.Daniel Nephin2017-06-071-1/+1
* Do not remove containers from memory on errorBrian Goff2017-05-051-1/+2
* Switch to using opencontainers/selinux for selinux bindingsAntonio Murdaca2017-04-241-1/+1
* Pass all graphdriver create() parameters in a structVivek Goyal2016-11-091-6/+6
* Adding readOnly parameter to graphdriver Create methodStefan J. Wernli2016-04-061-0/+6
* CLI flag for docker create(run) to change block device size.Shishir Mahajan2016-03-281-1/+5
* ingnore the NotExist error when removing inexistent filesShijiang Wei2015-12-251-2/+2
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-242-6/+6
* Relabel BTRFS Content on container CreationDan Walsh2015-11-111-1/+1
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-091-7/+23
* Fix VFS build tagsJohn Howard2015-10-052-2/+2
* Try to resize data and metadata loopback file when initiating devicemapperChun Chen2015-09-241-1/+1
* daemon/graphdriver/vfs fix lint errors/warningsSrini Brahmaroutu2015-08-031-0/+14
* Update libcontainerAlexander Morozov2015-07-161-1/+1
* Merge pull request #13198 from rhvgoyal/extend-docker-inspectVincent Batts2015-06-161-0/+4
|\
| * docker-inspect: Extend docker inspect to export image/container metadata rela...Vivek Goyal2015-06-151-0/+4
* | Windows - Really fix VFS this timeJohn Howard2015-06-152-2/+2
|/
* Windows: Allow VFSJohn Howard2015-06-121-3/+3
* Windows: Don't build Linux graph driversJohn Howard2015-06-083-1/+9
* Two SELinux Changes.Dan Walsh2015-03-051-1/+1
* graphdriver: change (*Driver).Put signatureVincent Batts2015-01-121-1/+2
* Remove unused function from vfs storage driverPierre Wacrenier2014-12-231-10/+0
* don't call reexec.Init from chrootarchiveunclejack2014-11-251-1/+8