aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* list: Implement virStoragePoolListAllVolumes for storage driverOsier Yang2012-09-101-0/+67
* list: Implement listAllStoragePools for storage driverOsier Yang2012-09-061-0/+18
* Convert public datatypes to inherit from virObjectDaniel P. Berrange2012-08-071-4/+2
* maint: don't permit format strings without %Eric Blake2012-07-261-5/+5
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virStorageReportError with virReportErrorDaniel P. Berrange2012-07-181-193/+193
* storage: Introduce --inactive for pool-dumpxmlMichal Privoznik2012-06-251-2/+8
* storage: Switch to new def on pool-destroyMichal Privoznik2012-06-251-1/+4
* Remove uid param from directory lookup APIsDaniel P. Berrange2012-05-281-2/+1
* Use XDG Base Directories instead of storing in home directoryWilliam Jon McCann2012-05-141-10/+3
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-1/+1
* 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
* Implement virStorageVolResize() for FS backendZeeshan Ali (Khattak)2012-01-311-1/+89
* storage: Support different wiping algorithmsMichal Privoznik2012-01-261-20/+85
* storage: Do not break the whole vol lookup process in the middleOsier Yang2011-09-271-7/+6
* Check for source conflicts in storage poolsLei Li2011-09-051-0/+6
* storage: Flush host cache after writeMichal Privoznik2011-08-191-0/+8
* fdstream: drop delete argumentEric Blake2011-08-021-2/+2
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* Fix error code for storage operationsDave Allan2011-07-151-4/+4
* storage: reject unknown flagsEric Blake2011-07-131-9/+36
* drivers: prefer unsigned int for flagsEric Blake2011-07-071-1/+1
* Fix return value semantic of virFileMakePathMatthias Bolte2011-07-061-4/+2
* storage: fix volDelete return when volume still being allocatedMatthew Booth2011-06-231-1/+1
* Add many version number annotations to driversDaniel P. Berrange2011-05-161-40/+40
* virFDStream: Add option for delete file after it's openingMichal Privoznik2011-05-131-2/+2
* maint: omit translation for all VIR_INFOEric Blake2011-05-111-9/+9
* Rename internal DumpXML functions to GetXMLDescMatthias Bolte2011-05-101-3/+3
* storage: avoid null deref and leak on failureEric Blake2011-05-041-2/+6
* extend logging to record configuration-related changesNaoya Horiguchi2011-03-301-0/+12
* Support volume data upload/download APIs in storage driverDaniel P. Berrange2011-03-291-2/+130
* Add public APIs for storage volume upload/downloadDaniel P. Berrange2011-03-291-0/+2
* Remove two unused PATH_MAX-sized char arrays from the stackMatthias Bolte2011-01-181-14/+2
* maint: update to latest gnulibEric Blake2010-12-071-3/+3
* Fix error codes returned when a storage pool is inactiveDaniel P. Berrange2010-11-231-17/+17
* Check whether pools are already active upon libvirtd startupDaniel P. Berrange2010-11-231-10/+25
* maint: use gnulib configmake rather than open-coding thingsEric Blake2010-11-171-2/+3
* bye to close(), welcome to VIR_(FORCE_)CLOSE()Stefan Berger2010-11-091-3/+2
* Fix error codes for missing storage poolsDaniel P. Berrange2010-06-081-25/+25
* Storage pool duplicate UUID/name checkingDaniel P. Berrange2010-06-081-10/+4
* storage: Sanitize pool target pathsCole Robinson2010-05-251-1/+7
* maint: mark translatable string args of VIR_ERRORJim Meyering2010-05-201-4/+4
* Use virCheckFlags for APIs added in 0.8.0Jiri Denemark2010-04-161-5/+1
* Remove unnecessary trailing \n in log messagesMatthias Bolte2010-04-061-1/+1
* Simplified version of volume wiping based on feedback from the list.David Allan2010-03-191-0/+217
* build: consistently indent preprocessor directivesEric Blake2010-03-091-1/+1