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-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virStorageReportError with virReportErrorDaniel P. Berrange2012-07-181-20/+20
* Support creation of sparse LVM volumesDaniel P. Berrange2012-07-121-9/+18
* Remove all use of virRun in storage codeDaniel P. Berrange2012-07-121-104/+121
* storage: lvm: use correct lv* command parametersCole Robinson2012-04-161-10/+11
* 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
* storage: Fallback to use lvchange first if lvremove failsChang Liu2011-11-221-7/+27
* storage: Skips backingStore of virtual snapshot lvOsier Yang2011-11-211-1/+8
* storage: make previous leak less likely to regressEric Blake2011-10-241-2/+1
* storage: plug memory leak on errorEric Blake2011-10-131-0/+1
* maint: typo fixesEric Blake2011-10-101-2/+2
* storage: Do not use comma as seperator for lvs outputOsier Yang2011-10-101-34/+122
* lvm storage backend: handle command_names=1 in lvm.confSerge E. Hallyn2011-09-301-3/+3
* storage: Wait udev events are handled before removing lvm volOsier Yang2011-09-221-0/+2
* storage: Fix incorrect error codesOsier Yang2011-09-011-1/+1
* storage: Cleanup improper VIR_ERR_NO_SUPPORT useOsier Yang2011-08-231-1/+1
* storage: Flush host cache after writeMichal Privoznik2011-08-191-0/+7
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* storage: reject unknown flagsEric Blake2011-07-131-5/+13
* Move virRun, virExec*, virFork to util/commandCole Robinson2011-06-071-1/+1
* storage_backend: Fix error reporting with regex helperCole Robinson2011-05-171-25/+5
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-1/+1
* Fix two out-of-date comments in LVM backendRichard Laager2011-04-171-1/+1
* Don't overwrite virRun error messagesCole Robinson2011-03-091-3/+0
* Add VIR_DIV_UP to divide memory or storage request sizes with round upMatthias Bolte2011-01-291-4/+1
* storage: Round up capacity for LVM volume creationOsier Yang2011-01-271-1/+4
* Check whether pools are already active upon libvirtd startupDaniel P. Berrange2010-11-231-0/+22
* eliminate possibility of a double-closed file descriptorStefan Berger2010-10-281-5/+5
* storage: Check for invalid storage mode before openingCole Robinson2010-05-281-6/+3
* Remove virConnectPtr from storage APIs & driverDaniel P. Berrange2010-02-101-28/+21
* Remove conn parameter from util functionsMatthias Bolte2010-02-091-18/+17
* Remove conn parameter from virReportSystemErrorMatthias Bolte2010-02-091-10/+10
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-091-12/+12
* Create storage volumes directly with desired uid/gidLaine Stump2010-01-211-1/+2
* Annotate many methods with ATTRIBUTE_RETURN_CHECK & fix problemsDaniel P. Berrange2009-11-021-1/+4
* storage: Break out function to add pool source to a SourceList.Cole Robinson2009-10-281-7/+2
* Move storage drivers into src/storage/Daniel P. Berrange2009-09-211-0/+708