summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/devmapper
Commit message (Expand)AuthorAgeFilesLines
* Improve udev unsupported error messageSebastiaan van Stijn2016-04-061-1/+7
* Move layer mount refcounts to mountedLayerBrian Goff2016-03-252-55/+31
* Revert "Move layer mount refcounts to mountedLayer"Tonis Tiigi2016-03-232-31/+55
* Merge pull request #21107 from cpuguy83/one_ctr_to_rule_them_allTõnis Tiigi2016-03-222-55/+31
|\
| * Move layer mount refcounts to mountedLayerBrian Goff2016-03-222-55/+31
* | Remove unneeded references to execDriverKenfe-Mickael Laventure2016-03-211-12/+11
|/
* Fix the assignment to wrong variableVivek Goyal2016-03-171-1/+1
* 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
* | devmapper: Add a new option dm.min_free_spaceVivek Goyal2016-03-071-5/+60
|/
* Fix some typos in comments and stringsStefan Weil2016-02-221-1/+1
* 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
|/
* loopback: separate loop logic from devicemapperVincent Batts2015-12-181-7/+8
* Replace pkg/units with docker/go-units.David Calavera2015-12-162-2/+2
* devmapper: store base device fs typeAntonio Murdaca2015-12-151-16/+27
* Make daemon/graphdriver/devmapper log messages with a common, consistent prefix.Chris Dituri2015-12-143-127/+127
* Fix typos found across repositoryJustas Brazauskas2015-12-133-8/+8
* Fixed typo change deivce to device.Christopher Jones2015-12-101-1/+1
* devmapper: remove unused varAntonio Murdaca2015-12-101-15/+0
* Fix Put without Get in devicemapperLiu Hua2015-12-032-9/+15
* devmapper: Log start and end of filesystem creationVivek Goyal2015-12-011-8/+11
* Merge pull request #17974 from anusha-ragunathan/fsMagicMichael Crosby2015-11-172-11/+18
|\
| * Fix devmapper backend in docker infoAnusha Ragunathan2015-11-132-11/+18
* | Merge pull request #16452 from rhatdan/btrfs-selinuxAlexander Morozov2015-11-171-1/+1
|\ \
| * | Relabel BTRFS Content on container CreationDan Walsh2015-11-111-1/+1
* | | Merge pull request #17479 from coolljt0725/show_warningSebastiaan van Stijn2015-11-151-1/+4
|\ \ \ | |_|/ |/| |
| * | Show warning when user specify dm.basesize for already initialized devicemapp...Lei Jitang2015-11-101-1/+4
* | | devmapper: Switch to xfs as default filesystem if supportedVivek Goyal2015-11-111-0/+36
* | | devmapper: Warn if user specified a filesytem and base device already has fsVivek Goyal2015-11-111-11/+33
| |/ |/|
* | devmapper: Provide more error information if blkid failsVivek Goyal2015-11-061-2/+1
* | Remove LXC support.David Calavera2015-11-051-1/+1
|/
* devmapper: Drop devices lock before returning from functionVivek Goyal2015-10-192-0/+30
* Merge pull request #16303 from coolljt0725/add_docker_info_show_base_sizeVincent Demeester2015-10-133-0/+14
|\
| * Add docker info show base filesystem size of container/image when use devicem...Lei Jitang2015-10-103-0/+14
* | Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-093-10/+43
* | Merge pull request #16152 from chlunde/devmapper-mount-flagsMichael Crosby2015-10-081-1/+2
|\ \
| * | Use pkg/mount to support more flags in dm.mountoptCarl Henrik Lunde2015-09-241-1/+2
* | | devmapper: Make sure device is a thin pool deviceVivek Goyal2015-10-071-6/+31
| |/ |/|
* | devmapper: Implement a goroutine to cleanup deleted devicesVivek Goyal2015-10-061-7/+26
* | devmapper: Keep track of number of deleted devicesVivek Goyal2015-10-062-1/+28
* | devmapper: Implement deferred deletion functionalityVivek Goyal2015-10-062-23/+114
* | devmapper: Provide option to enabled deferred device deletionVivek Goyal2015-10-062-3/+33
* | devmapper: construct used device ID map from device Hash mapVivek Goyal2015-10-061-10/+21
* | devmapper: Move UUID setup and verification code in a functionVivek Goyal2015-10-061-13/+30
* | devmapper: Move thin pool related checks in a functionVivek Goyal2015-10-061-10/+17
* | devmapper: Move base device creation in separate functionVivek Goyal2015-10-061-25/+34
* | devmapper: Few code cleanupsVivek Goyal2015-10-051-22/+55
* | devmapper: Get rid of metaData.devicesLockVivek Goyal2015-10-011-31/+30