summaryrefslogtreecommitdiff
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-1811-1/+20
* Fix issue found by coverity and cleanupPavel Hrdina2014-03-171-1/+2
* Change virStorageBackendISCSISession 'probe' arg to boolJán Tomko2014-03-121-4/+4
* storage: Fix bugs in VIR_APPEND_ELEMENT seriesJohn Ferlan2014-03-112-1/+3
* Change file names in comments to match the files they are inJán Tomko2014-03-102-2/+2
* src/storage: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENTMichal Privoznik2014-03-107-34/+15
* storage: Don't lie about path used to look up in error messagePeter Krempa2014-03-051-3/+10
* storage: Avoid mangling paths of non-local filesystems when looking upPeter Krempa2014-03-051-29/+53
* storage: Error out when attempting to vol-upload into a remote poolPeter Krempa2014-03-051-6/+25
* storage: Use cleanup label instead of outPeter Krempa2014-03-051-45/+44
* util: make it easier to grab only regular command exitEric Blake2014-03-031-5/+2
* rbd: Set timeout options for libradosWido den Hollander2014-02-251-0/+17
* rbd: Include return statuses from librados/librbd in loggingWido den Hollander2014-02-251-66/+61
* Ignore additional fields in iscsiadm outputJán Tomko2014-02-211-1/+1
* Revert "storage: Introduce internal pool support"Peter Krempa2014-02-141-8/+4
* storage: gluster: Don't leak private data when storage file init failsPeter Krempa2014-02-141-0/+1
* storage: Fix build with older compilers afeter gluster snapshot seriesPeter Krempa2014-02-141-3/+0
* storage: Add storage file backends for glusterPeter Krempa2014-02-143-0/+143
* storage: add file functions for local and block filesPeter Krempa2014-02-143-0/+54
* storage: Add file storage APIs in the default storage driverPeter Krempa2014-02-144-1/+254
* storage: handle NULL return from virGetStorageVolMichael Chapman2014-02-121-0/+4
* Revert "storage: disk: Separate creating of the volume from building"Ján Tomko2014-02-121-30/+14
* Revert "storage: lvm: Separate creating of the volume from building"Ján Tomko2014-02-121-37/+23
* Fixed build with clang.Cédric Bosdonnat2014-02-121-32/+1
* storage: gluster: Set volume metadata in a separate functionPeter Krempa2014-02-111-20/+46
* rbd: Use rbd_create3 to create RBD format 2 images by defaultWido den Hollander2014-02-111-2/+20
* Libvirt lose sheepdogs volumes on pool refresh or restart.Joel SIMOES2014-02-111-4/+86
* storage: Fix the memory leakOsier Yang2014-01-231-5/+10
* storage: Fix autostart of pool with "fc_host" type adapterOsier Yang2014-01-231-2/+13
* storage: Add document for possible problem on volume detectionOsier Yang2014-01-231-0/+5
* maint: avoid nested use of virConnect{Ref,Close}Eric Blake2014-01-161-3/+2
* storage: Introduce internal pool supportPeter Krempa2014-01-161-4/+8
* storage: Sheepdog: Separate creating of the volume from buildingPeter Krempa2014-01-161-3/+26
* storage: RBD: Separate creating of the volume from buildingPeter Krempa2014-01-161-7/+34
* storage: disk: Separate creating of the volume from buildingPeter Krempa2014-01-161-14/+30
* storage: lvm: Separate creating of the volume from buildingPeter Krempa2014-01-161-23/+37
* storage: Support deletion of volumes on gluster poolsPeter Krempa2014-01-161-0/+64
* storage: FS: Tweak some comments and fix typosPeter Krempa2014-01-131-10/+9
* storage: Break long lines and clean up spaces in storage backend headerPeter Krempa2014-01-131-19/+37
* storage: Improve error message when a storage backend is missingPeter Krempa2014-01-101-1/+2
* storage: lvm: Avoid forward decl of virStorageBackendLogicalDeleteVolPeter Krempa2014-01-101-36/+31
* storage: fs: Fix comment for virStorageBackendFileSystemDeletePeter Krempa2014-01-101-4/+2
* storage: fix crash when listing volumes or undefining a poolMartin Kletzander2014-01-091-1/+1
* storage: Use VIR_DELETE_ELEMENT instead of open codingPeter Krempa2014-01-061-10/+1
* storage: fix bogus target in gluster volume xmlEric Blake2013-12-191-1/+3
* storage: Avoid forward declaration of virStorageVolDeletePeter Krempa2013-12-191-90/+92
* storage: resize vol against real allocated sizeMichal Privoznik2013-12-182-1/+3
* storage_backend_rbd: rename "stat" variableMichael Chapman2013-12-111-6/+6
* storage: fix omitted slash in gluster volume URIEric Blake2013-12-101-1/+4
* maint: Kill usage of atoi()Peter Krempa2013-12-041-5/+9