summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/graphtest/graphtest_unix.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-6/+6
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-6/+6
* pkg/containerfs: drop Driver abstractionCory Snider2022-09-231-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* 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-111-2/+2
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Post migration assertion fixesDaniel Nephin2018-03-161-1/+1
* Automated migration usingDaniel Nephin2018-03-161-13/+13
* Add canonical import commentDaniel Nephin2018-02-051-1/+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-141-4/+4
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-3/+3
* Fix vfs unit test and port VFS to the new IDMappingsDaniel Nephin2017-06-071-37/+15
* Moves graphdriver plugn docs out of experimentalBrian Goff2016-12-221-1/+1
* Merge pull request #27915 from rhvgoyal/graph-create-optsSebastiaan van Stijn2016-11-101-13/+12
|\
| * Pass all graphdriver create() parameters in a structVivek Goyal2016-11-091-13/+12
* | 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-261-1/+10
* Fix overlay2 ignoring whiteout filesDerek McGowan2016-06-231-0/+20
* Expand graphtest packageDerek McGowan2016-06-081-153/+134
* 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-311-0/+299