aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* storage: lvm: lvcreate fails with allocation=0, don't do thatCole Robinson2012-10-161-1/+2
* storage: lvm: Don't overwrite lvcreate errorsCole Robinson2012-10-161-0/+3
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2021-21/+21
* list: Implement virStoragePoolListAllVolumes for storage driverOsier Yang2012-09-101-0/+67
* list: Implement listAllStoragePools for storage driverOsier Yang2012-09-061-0/+18
* build: fix PROBE() usage of intptr_tEric Blake2012-08-092-3/+1
* Convert public datatypes to inherit from virObjectDaniel P. Berrange2012-08-071-4/+2
* Added timestamps to storage volumesHendrik Schwartke2012-08-021-1/+11
* storage: netfs and iscsi need option srcSpec for resource discoveryGuannan Ren2012-08-022-4/+16
* maint: don't permit format strings without %Eric Blake2012-07-264-17/+17
* Desert the FSF address in copyrightOsier Yang2012-07-2321-42/+42
* Add a sheepdog backend for the storage driverSebastian Wiedenroth2012-07-183-0/+356
* Replace use of virStorageReportError with virReportErrorDaniel P. Berrange2012-07-1810-525/+522
* Add missing "%s" format to const error message in RBD storage driverDaniel P. Berrange2012-07-181-1/+1
* Convert all files in src/conf/ to use virReportError()Daniel P. Berrange2012-07-181-0/+4
* Support creation of sparse LVM volumesDaniel P. Berrange2012-07-121-9/+18
* Remove all use of virRun in storage codeDaniel P. Berrange2012-07-126-286/+295
* Fix directory removal in filesystem storage driverSascha Peilicke2012-07-111-5/+24
* util: Use current uid and gid if they are passed as -1 for virDirCreateOsier Yang2012-07-101-17/+6
* storage_backend_fs: Allocate entry for host before accessing itPeter Krempa2012-07-091-3/+3
* storage_backend_fs: Don't free a part of a structure on errorPeter Krempa2012-07-091-2/+0
* storage_conf: Break long line and polish coding stylePeter Krempa2012-07-091-2/+1
* storage: Error out if the target is already mounted for netfs poolOsier Yang2012-06-281-4/+4
* storage backend rbd: Do not prefix rbd: on volume names.Wido den Hollander2012-06-251-1/+1
* storage: Introduce --inactive for pool-dumpxmlMichal Privoznik2012-06-251-2/+8
* storage: Switch to new def on pool-destroyMichal Privoznik2012-06-251-1/+4
* storage: Set the perms if the pool target already exists for fs poolsOsier Yang2012-06-211-21/+23
* Remove uid param from directory lookup APIsDaniel P. Berrange2012-05-281-2/+1
* Remove last usage of PATH_MAX and ban its future useDaniel P. Berrange2012-05-281-1/+1
* storage backend: Add RBD (RADOS Block Device) supportWido den Hollander2012-05-213-0/+582
* Use XDG Base Directories instead of storing in home directoryWilliam Jon McCann2012-05-141-10/+3
* storage: fix build with iscsiEric Blake2012-04-301-4/+8
* storage: Allow multiple hosts for a storage poolWido den Hollander2012-04-302-12/+58
* storage: lvm: use correct lv* command parametersCole Robinson2012-04-161-10/+11
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-302-3/+3
* Correct a check for capacity arg of storageVolumeResize()Zeeshan Ali (Khattak)2012-03-021-2/+2
* storage: fix typoMichal Privoznik2012-02-291-1/+1
* storage: fix a typoAlex Jia2012-02-291-1/+1
* storage: Allow runtime detection of scrubMichal Privoznik2012-02-161-4/+0
* storage: Don't unsparsify images when cloningCole Robinson2012-02-071-8/+3
* util: refactor virFileOpenAsLaine Stump2012-02-031-7/+5
* Implement virStorageVolResize() for FS backendZeeshan Ali (Khattak)2012-01-313-1/+148
* Introduce new API for generating random numbersDaniel P. Berrange2012-01-261-9/+3
* storage: Support different wiping algorithmsMichal Privoznik2012-01-261-20/+85
* storage: Fix any VolLookupByPath if we have an empty logical poolCole Robinson2012-01-251-0/+4
* storage: Fix a potential crash when creating vol objectOsier Yang2011-12-131-1/+3
* storage: Activate/deactivate logical volumes only on local nodeRommer2011-12-121-1/+1
* maint: fix improper use of 'an'Eric Blake2011-12-031-1/+1
* maint: typo fixesEric Blake2011-12-011-1/+1
* storage: Refetch file status after openMichal Privoznik2011-11-251-0/+8