libvirt/src/storage
Daniel P. Berrange 90430791ae Make driver method names consistent with public APIs
Ensure that all drivers implementing public APIs use a
naming convention for their implementation that matches
the public API name.

eg for the public API   virDomainCreate make sure QEMU
uses qemuDomainCreate and not qemuDomainStart

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-04-24 11:00:18 +01:00
..
parthelper.c storage: Add coverity[dead_error_condition] to avoid error 2013-01-22 16:59:46 +01:00
storage_backend_disk.c storage: Resolve resource leaks with cmd processing 2013-02-05 16:51:06 -05:00
storage_backend_disk.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend_fs.c storage: use f_frsize, not f_bsize, for calculating available space 2013-02-22 17:01:25 -07:00
storage_backend_fs.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend_iscsi.c storage: Move virStorageBackendSCSIGetHostNumber into iscsi backend 2013-04-08 18:41:06 +08:00
storage_backend_iscsi.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend_logical.c storage: Avoid double virCommandFree in virStorageBackendLogicalDeletePool 2013-03-29 11:09:32 +01:00
storage_backend_logical.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend_mpath.c Disable cast-align warnings in various places 2013-04-08 10:03:21 +01:00
storage_backend_mpath.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend_rbd.c storage: fix unlikely memory leak in rbd backend 2013-03-19 12:10:42 -04:00
storage_backend_rbd.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend_scsi.c storage: Guess the parent if it's not specified for vHBA 2013-04-08 18:41:07 +08:00
storage_backend_scsi.h storage: Move virStorageBackendSCSIGetHostNumber into iscsi backend 2013-04-08 18:41:06 +08:00
storage_backend_sheepdog.c sheepdog: Omit braces with a single-line body 2013-04-22 08:33:35 -06:00
storage_backend_sheepdog.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
storage_backend.c Extend previous check to validate driver struct field names 2013-04-24 10:59:53 +01:00
storage_backend.h storage: separate qemu-img command generation and execution 2013-02-24 18:11:40 +01:00
storage_driver.c Make driver method names consistent with public APIs 2013-04-24 11:00:18 +01:00
storage_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00