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_backend_fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
1
-1
/
+1
*
storage: netfs and iscsi need option srcSpec for resource discovery
Guannan Ren
2012-08-02
1
-4
/
+9
*
maint: don't permit format strings without %
Eric Blake
2012-07-26
1
-4
/
+4
*
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
-81
/
+81
*
Remove all use of virRun in storage code
Daniel P. Berrange
2012-07-12
1
-73
/
+61
*
Fix directory removal in filesystem storage driver
Sascha Peilicke
2012-07-11
1
-5
/
+24
*
util: Use current uid and gid if they are passed as -1 for virDirCreate
Osier Yang
2012-07-10
1
-17
/
+6
*
storage_backend_fs: Allocate entry for host before accessing it
Peter Krempa
2012-07-09
1
-3
/
+3
*
storage_backend_fs: Don't free a part of a structure on error
Peter Krempa
2012-07-09
1
-2
/
+0
*
storage_conf: Break long line and polish coding style
Peter Krempa
2012-07-09
1
-2
/
+1
*
storage: Error out if the target is already mounted for netfs pool
Osier Yang
2012-06-28
1
-4
/
+4
*
storage: Set the perms if the pool target already exists for fs pools
Osier Yang
2012-06-21
1
-21
/
+23
*
storage: Allow multiple hosts for a storage pool
Wido den Hollander
2012-04-30
1
-6
/
+28
*
Implement virStorageVolResize() for FS backend
Zeeshan Ali (Khattak)
2012-01-31
1
-0
/
+53
*
maint: fix improper use of 'an'
Eric Blake
2011-12-03
1
-1
/
+1
*
maint: typo fixes
Eric Blake
2011-12-01
1
-1
/
+1
*
storage: make previous leak less likely to regress
Eric Blake
2011-10-24
1
-5
/
+2
*
lvm storage backend: handle command_names=1 in lvm.conf
Serge E. Hallyn
2011-09-30
1
-1
/
+1
*
build: storage: Macro 'MKFS' is undefined on some platforms.
Peter Krempa
2011-09-16
1
-0
/
+15
*
storage: Add fs pool formatting
Osier Yang
2011-09-02
1
-4
/
+184
*
storage: Fix incorrect error codes
Osier Yang
2011-09-01
1
-1
/
+1
*
storage: Cleanup improper VIR_ERR_NO_SUPPORT use
Osier Yang
2011-08-23
1
-1
/
+1
*
storage: Directory shouldn't be listed as type 'file'
Peter Krempa
2011-08-11
1
-0
/
+4
*
build: rename files.h to virfile.h
Eric Blake
2011-07-21
1
-1
/
+1
*
maint: fix typos on guaranteed
Eric Blake
2011-07-20
1
-1
/
+1
*
storage: Avoid memory leak on metadata fetching
Michal Privoznik
2011-07-14
1
-23
/
+31
*
storage: reject unknown flags
Eric Blake
2011-07-13
1
-6
/
+20
*
Fix return value semantic of virFileMakePath
Matthias Bolte
2011-07-06
1
-2
/
+2
*
Move virRun, virExec*, virFork to util/command
Cole Robinson
2011-06-07
1
-1
/
+1
*
storage: avoid memory leak
Eric Blake
2011-06-03
1
-14
/
+1
*
storage: List directory volumes for dir/fs/netfs pools
Cole Robinson
2011-05-31
1
-4
/
+10
*
storage_backend: Fix error reporting with regex helper
Cole Robinson
2011-05-17
1
-3
/
+2
*
Ignore backing file errors in FS storage pool
Philipp Hahn
2011-03-11
1
-12
/
+34
*
Put <stdbool.h> into internal.h so it is available everywhere
Daniel P. Berrange
2011-02-24
1
-1
/
+0
*
storage: Ignore dangling symbolic link for filesystem pool
Osier Yang
2010-12-21
1
-1
/
+1
*
Check whether pools are already active upon libvirtd startup
Daniel P. Berrange
2010-11-23
1
-1
/
+27
*
deprecate fclose() and introduce VIR_{FORCE_}FCLOSE()
Stefan Berger
2010-11-16
1
-2
/
+2
*
bye to close(), welcome to VIR_(FORCE_)CLOSE()
Stefan Berger
2010-11-09
1
-5
/
+6
*
storage: kill dead stores
Eric Blake
2010-07-30
1
-19
/
+15
*
Change virDirCreate to return -errno on failure.
Laine Stump
2010-07-21
1
-4
/
+4
*
Use the extract backing store format in storage volume lookup
Daniel P. Berrange
2010-07-19
1
-44
/
+36
*
Require format to be passed into virStorageFileGetMetadata
Daniel P. Berrange
2010-07-19
1
-3
/
+8
*
storage: Check for invalid storage mode before opening
Cole Robinson
2010-05-28
1
-7
/
+5
*
virStorageBackendFileSystemMount: prefer strdup over virAsprintf
Jim Meyering
2010-04-14
1
-1
/
+1
*
virStorageBackendFileSystemMount: placate clang
Jim Meyering
2010-04-14
1
-1
/
+1
*
build: consistently indent preprocessor directives
Eric Blake
2010-03-09
1
-1
/
+1
*
Change default for storage uid/gid from getuid()/getgid() to -1/-1
Laine Stump
2010-03-04
1
-11
/
+28
*
Revert fs pool formatting
David Allan
2010-02-26
1
-22
/
+0
*
Format FS pools on creation
Dave Allan
2010-02-24
1
-0
/
+22
[next]