summaryrefslogtreecommitdiff
path: root/daemon/graphdriver
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation errors with btrfs-progs-4.5Julio Montes2016-04-061-3/+8
* Improve udev unsupported error messageSebastiaan van Stijn2016-04-061-1/+7
* Protect aufs mounts with locksTonis Tiigi2016-03-311-0/+7
* Move layer mount refcounts to mountedLayerBrian Goff2016-03-2510-358/+235
* Fix use of mounted() in overlay.Anusha Ragunathan2016-03-251-0/+10
* Revert "Move layer mount refcounts to mountedLayer"Tonis Tiigi2016-03-2310-241/+358
* Merge pull request #21107 from cpuguy83/one_ctr_to_rule_them_allTõnis Tiigi2016-03-2210-358/+241
|\
| * Move layer mount refcounts to mountedLayerBrian Goff2016-03-2210-358/+241
* | Remove unneeded references to execDriverKenfe-Mickael Laventure2016-03-211-12/+11
|/
* fix variables that werent being calledJessica Frazelle2016-03-171-0/+4
* Fix the assignment to wrong variableVivek Goyal2016-03-171-1/+1
* *: fix response body leaksAntonio Murdaca2016-03-161-1/+0
* Merge pull request #21097 from thaJeztah/dont-run-without-udev-syncBrian Goff2016-03-141-1/+4
|\
| * Fail when devicemapper doesn't support udev-syncSebastiaan van Stijn2016-03-101-1/+4
* | Merge pull request #20786 from rhvgoyal/min-free-spaceVincent Batts2016-03-141-5/+60
|\ \
| * | devmapper: Add a new option dm.min_free_spaceVivek Goyal2016-03-071-5/+60
| |/
* | Make sure we call every graph init with the same root path.David Calavera2016-03-111-43/+41
|/
* Aufs: reduce redundant parsing of mountinfoTatsushi Inagaki2016-03-041-1/+5
* Write Windows layer diffs to tar in standard formatJohn Starks2016-03-021-78/+269
* Merge pull request #20475 from Microsoft/jstarks/filegetterDavid Calavera2016-03-023-11/+51
|\
| * graphdriver: Replace DiffPath with DiffGetterJohn Starks2016-03-013-11/+51
* | folders->directorieshsinko2016-02-291-0/+5
* | fix double-lockBrian Goff2016-02-272-3/+1
* | Revert "Add finer-grained locking for aufs"Brian Goff2016-02-272-67/+29
* | Add finer-grained locking for aufsBrian Goff2016-02-252-29/+67
* | Fix some issues with concurrency in aufs.Brian Goff2016-02-252-18/+84
|/
* Fix some typos in comments and stringsStefan Weil2016-02-221-1/+1
* Fix the typoKai Qiang Wu(Kennan)2016-02-161-1/+1
* Add proper refcounting to zfs graphdriverPhil Estes2016-02-111-4/+49
* Fixing 'docker save' on Windows.Stefan J. Wernli2016-02-081-65/+0
* Merge pull request #20045 from estesp/zfs-userns-permissions-fixDavid Calavera2016-02-051-2/+6
|\
| * Fix ZFS permissions bug with user namespacesPhil Estes2016-02-051-2/+6
* | Graphdriver/btrfs: Avoid using single d.Get()Liu Bo2016-02-041-1/+5
|/
* Remove case sensitive duplicate dir in vendorTonis Tiigi2016-02-031-1/+1
* Make btrfs call same interface as othersKai Qiang Wu(Kennan)2016-02-011-4/+3
* Merge pull request #19216 from scaleoutsean/masterPhil Estes2016-01-221-0/+3
|\
| * Add GPFSscaleoutsean2016-01-221-0/+3
* | Merge pull request #19524 from LK4D4/iocopy_writetoTibor Vass2016-01-211-2/+2
|\ \
| * | Use pools.Copy instead of io.Copy for overlay.copyRegularAlexander Morozov2016-01-211-2/+2
* | | Revert "Copy aufs hardlinks to top layer"Tonis Tiigi2016-01-212-95/+3
|/ /
* | Merge pull request #19123 from shishir-a412ed/rootfs_size_configurableSebastiaan van Stijn2016-01-131-4/+79
|\ \
| * | daemon option (--storage-opt dm.basesize) for increasing the base device size...Shishir Mahajan2016-01-131-4/+79
| |/
* | Mark device ID free only if device actually got deletedVivek Goyal2016-01-111-2/+1
|/
* Fix btrfs subvolume snapshot dir perms for user namespacesPhil Estes2016-01-071-0/+8
* Merge pull request #19093 from estesp/userns-root-reworkTõnis Tiigi2016-01-062-3/+3
|\
| * Allow root non-userns metadata backwards compatibilityPhil Estes2016-01-052-3/+3
* | Use direct filesystem access for tar-split on aufsTonis Tiigi2016-01-041-0/+6
|/
* Move graph driver registration out of the daemon package.Daniel Nephin2015-12-287-0/+52
* Remove the graph driver from the daemon, move it into the layer store.Daniel Nephin2015-12-281-8/+4
* ingnore the NotExist error when removing inexistent filesShijiang Wei2015-12-253-4/+10