aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* storage: netfs and iscsi need option srcSpec for resource discoveryGuannan Ren2012-08-021-4/+9
* maint: don't permit format strings without %Eric Blake2012-07-261-4/+4
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virStorageReportError with virReportErrorDaniel P. Berrange2012-07-181-81/+81
* Remove all use of virRun in storage codeDaniel P. Berrange2012-07-121-73/+61
* 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: Set the perms if the pool target already exists for fs poolsOsier Yang2012-06-211-21/+23
* storage: Allow multiple hosts for a storage poolWido den Hollander2012-04-301-6/+28
* Implement virStorageVolResize() for FS backendZeeshan Ali (Khattak)2012-01-311-0/+53
* maint: fix improper use of 'an'Eric Blake2011-12-031-1/+1
* maint: typo fixesEric Blake2011-12-011-1/+1
* storage: make previous leak less likely to regressEric Blake2011-10-241-5/+2
* lvm storage backend: handle command_names=1 in lvm.confSerge E. Hallyn2011-09-301-1/+1
* build: storage: Macro 'MKFS' is undefined on some platforms.Peter Krempa2011-09-161-0/+15
* storage: Add fs pool formattingOsier Yang2011-09-021-4/+184
* storage: Fix incorrect error codesOsier Yang2011-09-011-1/+1
* storage: Cleanup improper VIR_ERR_NO_SUPPORT useOsier Yang2011-08-231-1/+1
* storage: Directory shouldn't be listed as type 'file'Peter Krempa2011-08-111-0/+4
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* maint: fix typos on guaranteedEric Blake2011-07-201-1/+1
* storage: Avoid memory leak on metadata fetchingMichal Privoznik2011-07-141-23/+31
* storage: reject unknown flagsEric Blake2011-07-131-6/+20
* Fix return value semantic of virFileMakePathMatthias Bolte2011-07-061-2/+2
* Move virRun, virExec*, virFork to util/commandCole Robinson2011-06-071-1/+1
* storage: avoid memory leakEric Blake2011-06-031-14/+1
* storage: List directory volumes for dir/fs/netfs poolsCole Robinson2011-05-311-4/+10
* storage_backend: Fix error reporting with regex helperCole Robinson2011-05-171-3/+2
* Ignore backing file errors in FS storage poolPhilipp Hahn2011-03-111-12/+34
* Put <stdbool.h> into internal.h so it is available everywhereDaniel P. Berrange2011-02-241-1/+0
* storage: Ignore dangling symbolic link for filesystem poolOsier Yang2010-12-211-1/+1
* Check whether pools are already active upon libvirtd startupDaniel P. Berrange2010-11-231-1/+27
* deprecate fclose() and introduce VIR_{FORCE_}FCLOSE()Stefan Berger2010-11-161-2/+2
* bye to close(), welcome to VIR_(FORCE_)CLOSE()Stefan Berger2010-11-091-5/+6
* storage: kill dead storesEric Blake2010-07-301-19/+15
* Change virDirCreate to return -errno on failure.Laine Stump2010-07-211-4/+4
* Use the extract backing store format in storage volume lookupDaniel P. Berrange2010-07-191-44/+36
* Require format to be passed into virStorageFileGetMetadataDaniel P. Berrange2010-07-191-3/+8
* storage: Check for invalid storage mode before openingCole Robinson2010-05-281-7/+5
* virStorageBackendFileSystemMount: prefer strdup over virAsprintfJim Meyering2010-04-141-1/+1
* virStorageBackendFileSystemMount: placate clangJim Meyering2010-04-141-1/+1
* build: consistently indent preprocessor directivesEric Blake2010-03-091-1/+1
* Change default for storage uid/gid from getuid()/getgid() to -1/-1Laine Stump2010-03-041-11/+28
* Revert fs pool formattingDavid Allan2010-02-261-22/+0
* Format FS pools on creationDave Allan2010-02-241-0/+22