storage/drivers
Valentin Rothberg fe15d204d3 overlay: allow storing images with more than 127 layers
Note that such images can now be stored but they cannot be
pushed yet.  Supporting both use cases would be ideal for
source-container images that are known to have a large number
of layers, likely exceeding the current limit of 127 layers.

This limit is inherited from Docker to proactively restrict the
amount and size of arguments passed when mounting.  All (lower)
layers must be specified at mount-time but we only have one page
to pass them.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-12-09 16:54:50 +01:00
..
aufs Add storage options to IgnoreChownErrors 2019-07-26 06:05:27 -04:00
btrfs Ignore ro mount options in btrfs and windows drivers 2019-08-09 11:26:02 -04:00
copy Remove redundant if statements for nil slices 2019-11-22 13:02:42 -08:00
devmapper Disable cgo-requiring bits when cgo is not enabled 2019-08-05 13:42:50 -04:00
graphtest Add storage options to IgnoreChownErrors 2019-07-26 06:05:27 -04:00
overlay overlay: allow storing images with more than 127 layers 2019-12-09 16:54:50 +01:00
overlayutils Restore details to "overlay not supported" errors 2018-03-22 14:49:29 -04:00
quota Disable cgo-requiring bits when cgo is not enabled 2019-08-05 13:42:50 -04:00
register Disable cgo-requiring bits when cgo is not enabled 2019-08-05 13:42:50 -04:00
vfs VFS support for user.* xattrs 2019-11-20 22:15:20 -08:00
windows Ignore ro mount options in btrfs and windows drivers 2019-08-09 11:26:02 -04:00
zfs drivers: make Init() take a graphdriver.Config 2019-06-20 11:38:33 -04:00
chown.go chown: do not change owner for the mountpoint 2019-05-15 17:02:31 +02:00
chown_unix.go Need to preserve the Xattr security.capabilty when chowning. 2018-10-05 09:12:11 -04:00
chown_windows.go drivers: cross-platform chown 2018-05-30 17:05:51 -04:00
chroot_unix.go Support for per-container uid/gid mapping: lower 2018-04-03 10:34:32 -04:00
chroot_windows.go drivers: cross-platform chown 2018-05-30 17:05:51 -04:00
counter.go Backport moby drivers general changes to containers/storage 2017-09-26 20:45:15 +00:00
driver.go Add support for ignoreChownErrors to vfs 2019-07-29 14:30:17 -04:00
driver_freebsd.go Backport moby drivers general changes to containers/storage 2017-09-26 20:45:15 +00:00
driver_linux.go overlay: check for FUSE when using mountProgram 2019-10-30 09:45:56 +01:00
driver_solaris.go Backport moby drivers general changes to containers/storage 2017-09-26 20:45:15 +00:00
driver_unsupported.go Rename: cow/cowman -> storage/oci-storage 2016-07-18 17:35:50 -04:00
driver_windows.go Rename: cow/cowman -> storage/oci-storage 2016-07-18 17:35:50 -04:00
fsdiff.go Naive diff should pass in the ro option on parent directory 2019-08-06 08:37:29 -04:00
template.go Add support for ignoreChownErrors to vfs 2019-07-29 14:30:17 -04:00