1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
Phil Estes 05b8d59015
Fix overlay2 storage driver inside a user namespace
The overlay2 driver was not setting up the archive.TarOptions field
properly like other storage backend routes to "applyTarLayer"
functionality. The InUserNS field is populated now for overlay2 using
the same query function used by the other storage drivers.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2017-12-13 23:38:22 -05:00
..
aufs Perform fsmagic detection on driver's home-dir if it exists 2017-12-04 17:10:07 -08:00
btrfs Perform fsmagic detection on driver's home-dir if it exists 2017-12-04 17:10:07 -08:00
copy Fix setting mtimes on directories 2017-12-01 09:12:43 -08:00
devmapper devmapper: Log fstype and mount options during mount error 2017-12-11 13:27:14 -05:00
graphtest Remove support for overlay/overlay2 without d_type 2017-12-04 17:10:20 -08:00
lcow fixed typo (reliablity -> reliability) 2017-12-06 09:51:53 +09:00
overlay Merge pull request #35514 from thaJeztah/disable-overlay-without-d_type 2017-12-06 14:13:58 -08:00
overlay2 Fix overlay2 storage driver inside a user namespace 2017-12-13 23:38:22 -05:00
overlayutils Remove support for overlay/overlay2 without d_type 2017-12-04 17:10:20 -08:00
quota Skip further checks for quota in user namespaces 2017-11-17 12:57:27 +01:00
register daemon/graphdriver/register: separate overlay2 2017-11-15 00:06:00 -08:00
vfs Have VFS graphdriver use accelerated in-kernel copy 2017-11-28 14:59:56 -08:00
windows Remove deprecated MkdirAllAs(), MkdirAs() 2017-11-21 13:53:54 +01:00
zfs Remove deprecated MkdirAllAs(), MkdirAs() 2017-11-21 13:53:54 +01:00
counter.go Merge pull request #31083 from xulike666/fight-for-readability 2017-03-03 15:13:01 +01:00
driver.go Allow existing setups to continue using d_type 2017-12-04 18:41:25 -08:00
driver_freebsd.go graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
driver_linux.go Perform fsmagic detection on driver's home-dir if it exists 2017-12-04 17:10:07 -08:00
driver_test.go Skip empty directories on prior graphdriver detection 2017-11-21 15:42:04 +01:00
driver_unsupported.go graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
driver_windows.go graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
errors.go Remove support for overlay/overlay2 without d_type 2017-12-04 17:10:20 -08:00
fsdiff.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
plugin.go Add deadcode linter 2017-08-21 18:18:50 -04:00
proxy.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00