GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
storage
/
storage_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
1
-1
/
+1
*
list: Implement virStoragePoolListAllVolumes for storage driver
Osier Yang
2012-09-10
1
-0
/
+67
*
list: Implement listAllStoragePools for storage driver
Osier Yang
2012-09-06
1
-0
/
+18
*
Convert public datatypes to inherit from virObject
Daniel P. Berrange
2012-08-07
1
-4
/
+2
*
maint: don't permit format strings without %
Eric Blake
2012-07-26
1
-5
/
+5
*
Desert the FSF address in copyright
Osier Yang
2012-07-23
1
-2
/
+2
*
Replace use of virStorageReportError with virReportError
Daniel P. Berrange
2012-07-18
1
-193
/
+193
*
storage: Introduce --inactive for pool-dumpxml
Michal Privoznik
2012-06-25
1
-2
/
+8
*
storage: Switch to new def on pool-destroy
Michal Privoznik
2012-06-25
1
-1
/
+4
*
Remove uid param from directory lookup APIs
Daniel P. Berrange
2012-05-28
1
-2
/
+1
*
Use XDG Base Directories instead of storing in home directory
William Jon McCann
2012-05-14
1
-10
/
+3
*
Consistent style for usage of sizeof operator
Daniel P. Berrange
2012-03-30
1
-1
/
+1
*
Correct a check for capacity arg of storageVolumeResize()
Zeeshan Ali (Khattak)
2012-03-02
1
-2
/
+2
*
storage: fix typo
Michal Privoznik
2012-02-29
1
-1
/
+1
*
storage: fix a typo
Alex Jia
2012-02-29
1
-1
/
+1
*
storage: Allow runtime detection of scrub
Michal Privoznik
2012-02-16
1
-4
/
+0
*
Implement virStorageVolResize() for FS backend
Zeeshan Ali (Khattak)
2012-01-31
1
-1
/
+89
*
storage: Support different wiping algorithms
Michal Privoznik
2012-01-26
1
-20
/
+85
*
storage: Do not break the whole vol lookup process in the middle
Osier Yang
2011-09-27
1
-7
/
+6
*
Check for source conflicts in storage pools
Lei Li
2011-09-05
1
-0
/
+6
*
storage: Flush host cache after write
Michal Privoznik
2011-08-19
1
-0
/
+8
*
fdstream: drop delete argument
Eric Blake
2011-08-02
1
-2
/
+2
*
build: rename files.h to virfile.h
Eric Blake
2011-07-21
1
-1
/
+1
*
Fix error code for storage operations
Dave Allan
2011-07-15
1
-4
/
+4
*
storage: reject unknown flags
Eric Blake
2011-07-13
1
-9
/
+36
*
drivers: prefer unsigned int for flags
Eric Blake
2011-07-07
1
-1
/
+1
*
Fix return value semantic of virFileMakePath
Matthias Bolte
2011-07-06
1
-4
/
+2
*
storage: fix volDelete return when volume still being allocated
Matthew Booth
2011-06-23
1
-1
/
+1
*
Add many version number annotations to drivers
Daniel P. Berrange
2011-05-16
1
-40
/
+40
*
virFDStream: Add option for delete file after it's opening
Michal Privoznik
2011-05-13
1
-2
/
+2
*
maint: omit translation for all VIR_INFO
Eric Blake
2011-05-11
1
-9
/
+9
*
Rename internal DumpXML functions to GetXMLDesc
Matthias Bolte
2011-05-10
1
-3
/
+3
*
storage: avoid null deref and leak on failure
Eric Blake
2011-05-04
1
-2
/
+6
*
extend logging to record configuration-related changes
Naoya Horiguchi
2011-03-30
1
-0
/
+12
*
Support volume data upload/download APIs in storage driver
Daniel P. Berrange
2011-03-29
1
-2
/
+130
*
Add public APIs for storage volume upload/download
Daniel P. Berrange
2011-03-29
1
-0
/
+2
*
Remove two unused PATH_MAX-sized char arrays from the stack
Matthias Bolte
2011-01-18
1
-14
/
+2
*
maint: update to latest gnulib
Eric Blake
2010-12-07
1
-3
/
+3
*
Fix error codes returned when a storage pool is inactive
Daniel P. Berrange
2010-11-23
1
-17
/
+17
*
Check whether pools are already active upon libvirtd startup
Daniel P. Berrange
2010-11-23
1
-10
/
+25
*
maint: use gnulib configmake rather than open-coding things
Eric Blake
2010-11-17
1
-2
/
+3
*
bye to close(), welcome to VIR_(FORCE_)CLOSE()
Stefan Berger
2010-11-09
1
-3
/
+2
*
Fix error codes for missing storage pools
Daniel P. Berrange
2010-06-08
1
-25
/
+25
*
Storage pool duplicate UUID/name checking
Daniel P. Berrange
2010-06-08
1
-10
/
+4
*
storage: Sanitize pool target paths
Cole Robinson
2010-05-25
1
-1
/
+7
*
maint: mark translatable string args of VIR_ERROR
Jim Meyering
2010-05-20
1
-4
/
+4
*
Use virCheckFlags for APIs added in 0.8.0
Jiri Denemark
2010-04-16
1
-5
/
+1
*
Remove unnecessary trailing \n in log messages
Matthias Bolte
2010-04-06
1
-1
/
+1
*
Simplified version of volume wiping based on feedback from the list.
David Allan
2010-03-19
1
-0
/
+217
*
build: consistently indent preprocessor directives
Eric Blake
2010-03-09
1
-1
/
+1
[next]