summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/windows
Commit message (Expand)AuthorAgeFilesLines
* daemon/graphdriver/windows: cleanup errorsSebastiaan van Stijn2023-03-141-9/+9
* daemon/graphdriver/windows: remove some intermediate variablesSebastiaan van Stijn2023-03-141-14/+6
* daemon/graphdriver/windows: use strings.EqualFold()Sebastiaan van Stijn2023-03-141-6/+5
* daemon/graphdriver/windows: remove fileFlagSequentialScan constSebastiaan van Stijn2023-03-141-2/+1
* daemon/graphdriver/windows: rename vars that collided with importsSebastiaan van Stijn2023-03-141-9/+9
* daemon/graphdriver/windows: InitFilter() don't use idtools.MkdirAllAndChown()Sebastiaan van Stijn2023-03-141-1/+4
* graphdriver: windows: use strings.Cut()Sebastiaan van Stijn2022-12-211-7/+8
* Merge pull request #44281 from thaJeztah/windows_filter_defer_in_loopTianon Gravi2022-10-141-1/+1
|\
| * daemon/graphdriver/windows: Remove() don't use defer() in a loopSebastiaan van Stijn2022-10-101-1/+1
* | daemon/graphdriver/windows: use go-winio.GetFileSystemType()Sebastiaan van Stijn2022-10-101-34/+2
|/
* pkg/containerfs: drop ContainerFS type aliasCory Snider2022-09-231-2/+1
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-3/+3
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-6/+6
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-6/+5
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-1/+2
* Add security privilege needed to write layers when windows VHDX used as docke...Adam Williams2021-04-291-2/+2
* Parse storage-opt in GraphDriver init on WindowsPaul "TBBle" Hampson2020-11-101-7/+13
* Apply a 127GB default WCOW Sandbox size globallyPaul "TBBle" Hampson2020-11-101-9/+30
* Revendor Microsoft/go-winio for 8gB file fixPaul "TBBle" Hampson2020-09-191-1/+1
* Use hcsshim osversion package for Windows versionsSebastiaan van Stijn2019-10-221-4/+5
* Remove refs to jhowardmsft from .go codeJohn Howard2019-09-251-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Windows: Don't attempt detach VHD for R/O layersJohn Howard2019-06-041-5/+8
* Remove duplicated words in daemon filesmooncake2018-10-061-1/+1
* Windows: DetachVhd attempt in cleanupJohn Howard2018-09-061-2/+14
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
* Merge pull request #36738 from Microsoft/jjh/getlayerpathYong Tang2018-04-141-0/+5
|\
| * Windows: GetLayerPath in graphdriverJohn Howard (VM)2018-03-291-0/+5
* | Fix Windows layer leak when write failsDarren Stahl2018-04-041-11/+11
|/
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-2/+0
* Remove deprecated MkdirAllAs(), MkdirAs()Sebastiaan van Stijn2017-11-211-1/+1
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-22/+0
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-9/+10
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-5/+5
* Spelling fixesJosh Soref2017-07-031-1/+1
* LCOW: Fix nits from 33241John Howard2017-06-271-1/+1
* LCOW: Coherency - ensure windowsfilter driver is not usedJohn Howard2017-06-201-1/+22
* LCOW: Move daemon stores to per platformJohn Howard2017-06-201-0/+4
* Windows: Do not attempt to clean empty windowsfilter folderDarren Stahl2017-04-171-0/+3
* Merge pull request #31954 from darrenstahlmsft/GraphdriverReferenceVictor Vieux2017-04-101-0/+9
|\
| * Windows: Fix reference counting in graphdriverDarren Stahl2017-04-101-0/+9
* | Windows: graph cleanup '-removing'John Howard (VM)2017-03-201-0/+22
|/
* Windows: Retry loop to fix HCS race condition enumerating containersJohn Howard2017-02-151-7/+24
* Windows: Use sequential file accessJohn Howard2017-01-231-2/+4
* daemon: return directly without ifs where possibleunclejack2016-12-141-5/+1
* Swap usage of LazyDLL and LoadDLL to LazySystemDLL.Darren Stahl2016-11-221-2/+3
* fix a few golint errorsVictor Vieux2016-11-181-4/+2