libvirt/src/storage
Sascha Peilicke 5079a7b3e2 Fix directory removal in filesystem storage driver
Fix the virStorageBackendFileSystemVolDelete method to not use
unlink() unconditionally. It must use rmdir() for volumes which
are directories. It should also raise an error if given a volume
which has the network/block type.
2012-07-11 16:42:06 +01:00
..
parthelper.c Fix parted sector size assumption 2011-09-01 10:46:31 +01:00
storage_backend_disk.c storage: forbid rebuilding existing disk storage pools 2011-11-14 18:19:40 +01:00
storage_backend_disk.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_fs.c Fix directory removal in filesystem storage driver 2012-07-11 16:42:06 +01:00
storage_backend_fs.h build: storage: Conditionaly compiled structure caused build fail on OSX 2011-09-16 21:03:50 +08:00
storage_backend_iscsi.c storage: fix build with iscsi 2012-04-30 11:37:35 -06:00
storage_backend_iscsi.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_logical.c storage: lvm: use correct lv* command parameters 2012-04-16 08:00:15 -04:00
storage_backend_logical.h Fix two out-of-date comments in LVM backend 2011-04-17 08:37:31 +02:00
storage_backend_mpath.c build: drop useless dirent.h includes 2011-11-11 14:12:37 -07:00
storage_backend_mpath.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_rbd.c storage backend rbd: Do not prefix rbd: on volume names. 2012-06-25 16:43:18 +02:00
storage_backend_rbd.h storage backend: Add RBD (RADOS Block Device) support 2012-05-21 12:37:38 -06:00
storage_backend_scsi.c Remove last usage of PATH_MAX and ban its future use 2012-05-28 10:43:01 +01:00
storage_backend_scsi.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend.c storage backend: Add RBD (RADOS Block Device) support 2012-05-21 12:37:38 -06:00
storage_backend.h Implement virStorageVolResize() for FS backend 2012-01-31 11:58:11 -05:00
storage_driver.c storage: Introduce --inactive for pool-dumpxml 2012-06-25 13:23:28 +02:00
storage_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00