1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Vivek Goyal 004d8b9b33 devmapper: Remove unnecessary call to allocateTransactionId() during device removal
Remove call to allocateTransactionId() during device removal. This seems to
be unnecessary and it is not clear what this call is doing.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
2014-12-03 13:06:43 -05:00
..
execdriver Merge pull request #9039 from ashahab-altiscale/8617-lxc-volume 2014-11-18 17:24:16 -08:00
graphdriver devmapper: Remove unnecessary call to allocateTransactionId() during device removal 2014-12-03 13:06:43 -05:00
networkdriver Try other port on any error from Map 2014-12-01 16:26:30 -08:00
attach.go Merge pull request #8571 from ncdc/3631-stdout-premature-eof 2014-10-29 11:36:32 -07:00
changes.go Move "changes" to daemon/changes.go 2014-08-01 14:24:46 -04:00
commit.go Move "commit" to daemon/commit.go 2014-08-01 14:17:24 -04:00
config.go key=values -> key=value 2014-11-21 19:15:22 +00:00
container.go Add support for docker exec to return cmd exitStatus 2014-11-25 17:49:25 -08:00
container_unit_test.go Ensure container names start with a-zA-Z0-9 2014-09-12 10:45:07 -07:00
copy.go Move "copy" to daemon/copy.go 2014-08-01 14:24:41 -04:00
create.go remove obsolete workaround 2014-12-01 11:44:13 -05:00
daemon.go Remove unused Engine.Logf 2014-12-02 10:47:57 -08:00
daemon_aufs.go Mass gofmt 2014-10-24 15:11:48 -07:00
daemon_btrfs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_devicemapper.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_no_aufs.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
daemon_overlayfs.go Add overlayfs graph backend 2014-10-28 11:31:30 +01:00
daemon_unit_test.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
delete.go Mass gofmt 2014-10-24 15:11:48 -07:00
exec.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
export.go Separate events subsystem 2014-08-06 10:08:19 +00:00
history.go don't call sort for every add in history 2014-05-14 15:02:02 +03:00
image_delete.go Fix for rmi -f when error "no such id". (9056) 2014-11-17 17:04:10 -08:00
info.go add daemon labels 2014-11-20 19:23:58 +00:00
inspect.go Merge pull request #9208 from duglin/Issue8703 2014-11-25 18:03:51 -08:00
kill.go Separate events subsystem 2014-08-06 10:08:19 +00:00
list.go Fix deadlock in ps exited filter 2014-11-03 10:51:03 -08:00
logs.go Fix panic on slow log consumer. 2014-10-30 22:24:57 +02:00
MAINTAINERS Adding Vish as a maintainer for daemon code. 2014-11-12 22:55:32 +00:00
monitor.go Address comments. 2014-11-08 00:14:08 +00:00
network_settings.go Support for consistent MAC address. 2014-10-03 13:22:38 -07:00
pause.go Separate events subsystem 2014-08-06 10:08:19 +00:00
README.md Add readme for daemon directory 2014-05-17 17:56:02 +00:00
resize.go Splitting the exec remote API into two separate APIs inorder to support resizing of tty sessions. 2014-09-15 22:56:47 +00:00
restart.go Separate events subsystem 2014-08-06 10:08:19 +00:00
start.go Move security opts to HostConfig 2014-11-25 01:02:30 +02:00
state.go Address comments. 2014-11-08 00:14:08 +00:00
state_test.go This patch adds ability in docker to detect out of memory conditions in containers. 2014-11-08 00:14:08 +00:00
stop.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
top.go Use State as embedded to Container 2014-09-03 00:01:11 +04:00
utils.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
utils_linux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_nolinux.go --selinux-enabled flag should be ignored on Disabled SELinux systems 2014-09-23 13:21:25 -04:00
utils_test.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
volumes.go Label standard mounts within loop 2014-12-01 14:54:14 -05:00
wait.go Fix container wait error message to match server template for returning 404 2014-09-19 13:33:00 -04:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver