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
Amir Goldstein 9ea5071446 projectquota: fix build failure with new kernels
In kernel version >= v4.5 the project quota ioctl definitions
have been made public via the include/uapi/linux/fs.h API, so
that ext4 could use the same API.

Avoid re-defining the ioctl API if it is already defined in fs.h.

Signed-off-by: Amir Goldstein <amir73il@aquasec.com>
2016-10-17 21:44:23 +03:00
..
aufs Merge pull request #26536 from anusha-ragunathan/aufs_unmount 2016-09-26 13:17:12 -07:00
btrfs Add disk quota support for btrfs 2016-05-05 14:35:13 +08:00
devmapper all: replace loop with single append 2016-10-13 13:31:52 -07:00
graphtest Make graphdrivers work with pluginv2. 2016-09-20 08:49:48 -07:00
overlay Don't create devices if in a user namespace 2016-08-12 16:26:58 -04:00
overlay2 overlay2: add support for --storage-opt size 2016-09-22 07:03:14 +03:00
register Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
vfs Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00
windows Stop expanding sandbox size when no new size is specified 2016-10-12 16:58:57 -07:00
zfs Merge pull request #24745 from daehyeok/logrus 2016-07-28 16:50:19 -07:00
counter.go Add reference counting to aufs 2016-05-23 15:57:23 -07:00
driver.go Simplify function signature 2016-10-12 21:31:55 -04:00
driver_freebsd.go Move layer mount refcounts to mountedLayer 2016-03-23 14:42:52 -07:00
driver_linux.go overlayfs added to FsNames 2016-09-22 14:35:40 +02:00
driver_solaris.go Refactoring for logrus formatting 2016-07-18 12:53:34 -06:00
driver_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
driver_windows.go Windows: Remove windowsdiff driver 2016-05-20 16:18:19 -07:00
fsdiff.go Fix naivediffdriver timestamp precision bug 2016-10-07 13:52:17 -07:00
plugin.go Update plugingetter import path in docker/docker. 2016-10-11 11:24:18 -07:00
plugin_unsupported.go Update plugingetter import path in docker/docker. 2016-10-11 11:24:18 -07:00
projectquota.go projectquota: fix build failure with new kernels 2016-10-17 21:44:23 +03:00
proxy.go Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00