summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/graphtest
Commit message (Expand)AuthorAgeFilesLines
* daemon/graphdriver: fix empty-lines (revive)Sebastiaan van Stijn2022-09-282-4/+2
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-234-32/+32
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-234-32/+32
* pkg/containerfs: drop Driver abstractionCory Snider2022-09-234-34/+34
* pkg/containerfs: drop PathDriver abstractionCory Snider2022-09-233-34/+37
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-7/+5
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* Use crypto/randAdam Williams2021-07-011-1/+1
* Fix use of unsafe ptr #42444Adam Williams2021-07-011-14/+4
* graphdriver: temporarily ignore unsafeptr: possible misuse of reflect.SliceHe...Sebastiaan van Stijn2021-06-101-2/+2
* quota: move quota package out of graphdriverTimo Rothenpieler2020-10-051-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-113-5/+5
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* DriverBenchDiffApplyN: ignore empty branch (staticcheck)Sebastiaan van Stijn2019-09-181-0/+4
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-133-5/+5
* Various code-cleanupSebastiaan van Stijn2018-05-232-2/+2
* Post migration assertion fixesDaniel Nephin2018-03-161-1/+1
* Automated migration usingDaniel Nephin2018-03-163-33/+33
* Add canonical import commentDaniel Nephin2018-02-055-5/+5
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-5/+1
* Remove support for overlay/overlay2 without d_typeSebastiaan van Stijn2017-12-041-1/+1
* Add quota support to VFS graphdriverSargun Dhillon2017-11-061-6/+22
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-144-56/+54
* Add gosimple linterDaniel Nephin2017-09-121-4/+2
* Optimize some wrong usage and spellingwangguoliang2017-09-071-4/+4
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-112-5/+6
* Fix vfs unit test and port VFS to the new IDMappingsDaniel Nephin2017-06-072-133/+37
* Moves graphdriver plugn docs out of experimentalBrian Goff2016-12-221-1/+1
* Merge pull request #27915 from rhvgoyal/graph-create-optsSebastiaan van Stijn2016-11-104-30/+24
|\
| * Pass all graphdriver create() parameters in a structVivek Goyal2016-11-094-30/+24
* | Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-071-1/+1
|/
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-201-1/+1
* Update diff apply test to check sub directoriesDerek McGowan2016-07-262-3/+27
* Fix overlay2 ignoring whiteout filesDerek McGowan2016-06-232-0/+46
* Expand graphtest packageDerek McGowan2016-06-084-153/+842
* Merge pull request #21946 from chosenken/add_disk_quota_to_zfsBrian Goff2016-06-071-0/+46
|\
| * Add test to ZFS for disk quotaKen Herner2016-05-191-0/+46
* | fix typosallencloud2016-06-021-2/+2
* | graphtest: fix cleanup logicAntonio Murdaca2016-05-311-18/+22
|/
* Merge pull request #20525 from Microsoft/sjw/update-graphdriver-createJohn Howard2016-04-081-1/+1
|\
| * Adding readOnly parameter to graphdriver Create methodStefan J. Wernli2016-04-061-1/+1
* | Fix overlay test running on overlayDerek McGowan2016-04-061-1/+1
|/
* CLI flag for docker create(run) to change block device size.Shishir Mahajan2016-03-281-3/+3
* Relabel BTRFS Content on container CreationDan Walsh2015-11-111-3/+3
* Windows: Fix daemon\graphdriver\graphtestJohn Howard2015-10-312-0/+3
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-091-1/+1
* Merge pull request #15422 from kolyshkin/graphtest-fixAlexander Morozov2015-08-101-2/+21
|\
| * graphtest: filter out lost+found dir entryKir Kolyshkin2015-08-091-2/+21
* | typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-071-1/+1
|/