index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
graphdriver
/
driver.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove deprecated legacy "overlay" storage-driver
Sebastiaan van Stijn
2023-04-19
1
-2
/
+2
*
daemon: remove deprecated AuFS storage driver
Sebastiaan van Stijn
2023-04-15
1
-1
/
+14
*
pkg/containerfs: drop ContainerFS type alias
Cory Snider
2022-09-23
1
-2
/
+1
*
daemon/graphdriver: remove unused graphdriver.IsInitialized()
Sebastiaan van Stijn
2022-04-07
1
-12
/
+0
*
daemon: require storage-driver to be set if the driver is deprecated
Sebastiaan van Stijn
2022-03-25
1
-11
/
+14
*
daemon: graphdriver: some minor cleanup
Sebastiaan van Stijn
2022-03-25
1
-20
/
+19
*
Finish refactor of UID/GID usage to a new struct
Cory Snider
2022-03-14
1
-9
/
+8
*
daemon/graphdriver: normalize comment formatting
Sebastiaan van Stijn
2019-11-27
1
-1
/
+1
*
Deprecate AuFS storage driver, and add warning
Sebastiaan van Stijn
2018-10-26
1
-1
/
+1
*
Skip deprecated storage-drivers in auto-selection
Sebastiaan van Stijn
2018-10-11
1
-0
/
+5
*
Deprecate legacy overlay storage driver, and add warning
Sebastiaan van Stijn
2018-10-11
1
-1
/
+1
*
Deprecate "devicemapper" storage driver, and add warning
Sebastiaan van Stijn
2018-10-11
1
-0
/
+21
*
Add canonical import comment
Daniel Nephin
2018-02-05
1
-1
/
+1
*
Allow existing setups to continue using d_type
Sebastiaan van Stijn
2017-12-04
1
-0
/
+12
*
Remove support for overlay/overlay2 without d_type
Sebastiaan van Stijn
2017-12-04
1
-16
/
+2
*
Skip empty directories on prior graphdriver detection
Sebastiaan van Stijn
2017-11-21
1
-1
/
+20
*
graphdriver: custom build-time priority list
Kir Kolyshkin
2017-11-16
1
-2
/
+4
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
1
-1
/
+2
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
1
-1
/
+1
*
Let graphdrivers declare diff stream fidelity
Alfred Landrum
2017-03-31
1
-0
/
+17
*
fix some typos from module contrib to man
Aaron.L.Xu
2017-02-18
1
-1
/
+1
*
Moves graphdriver plugn docs out of experimental
Brian Goff
2016-12-22
1
-11
/
+20
*
Make graphdriver plugin use plugin BasePath
Brian Goff
2016-12-15
1
-2
/
+4
*
Pass all graphdriver create() parameters in a struct
Vivek Goyal
2016-11-09
1
-4
/
+13
*
Adds ability to squash image after build
Brian Goff
2016-11-01
1
-3
/
+8
*
pkg/archive: remove unnecessary Archive and Reader type
Stephen J Day
2016-10-20
1
-2
/
+3
*
Simplify function signature
Dennis Chen
2016-10-12
1
-1
/
+1
*
Update plugingetter import path in docker/docker.
Anusha Ragunathan
2016-10-11
1
-5
/
+5
*
Make graphdrivers work with pluginv2.
Anusha Ragunathan
2016-09-20
1
-4
/
+5
*
use %s instead of %q when format in graphdirver log
allencloud
2016-07-30
1
-4
/
+4
*
fix typos
allencloud
2016-06-02
1
-1
/
+1
*
Add reference counting to aufs
Michael Crosby
2016-05-23
1
-0
/
+6
*
Adding readOnly parameter to graphdriver Create method
Stefan J. Wernli
2016-04-06
1
-0
/
+3
*
CLI flag for docker create(run) to change block device size.
Shishir Mahajan
2016-03-28
1
-1
/
+1
*
Make sure we call every graph init with the same root path.
David Calavera
2016-03-11
1
-43
/
+41
*
graphdriver: Replace DiffPath with DiffGetter
John Starks
2016-03-01
1
-0
/
+18
*
Remove the graph driver from the daemon, move it into the layer store.
Daniel Nephin
2015-12-28
1
-8
/
+4
*
Fix typos found across repository
Justas Brazauskas
2015-12-13
1
-3
/
+3
*
Relabel BTRFS Content on container Creation
Dan Walsh
2015-11-11
1
-2
/
+2
*
Comment: add some lines back
Hu Keping
2015-10-12
1
-0
/
+1
*
Add user namespace (mapping) support to the Docker engine
Phil Estes
2015-10-09
1
-11
/
+12
*
Do not probe plugins for graph init unless `-s`
Brian Goff
2015-10-09
1
-2
/
+11
*
Create extpoint for graphdrivers
Brian Goff
2015-09-09
1
-0
/
+3
*
daemon/graphdriver fix lint errors/warnings
Srini Brahmaroutu
2015-08-17
1
-3
/
+13
*
Enable golint in pkg/arcive
Lei Jitang
2015-08-04
1
-2
/
+2
*
graphdriver/*: expect uncompressed tar for ApplyDiff
Vincent Batts
2015-07-28
1
-0
/
+1
*
Windows: Graph driver implementation
John Howard
2015-07-10
1
-0
/
+1
*
Warn when udev_sync is not supported.
David Calavera
2015-07-07
1
-1
/
+1
*
Revert "Fix implicit DeviceMapper selection"
David Calavera
2015-07-07
1
-50
/
+46
*
Fix implicit DeviceMapper selection
David Calavera
2015-07-02
1
-46
/
+50
[next]