summaryrefslogtreecommitdiff
path: root/src/storage_file
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosTim Wiederhake2023-03-091-1/+1
* qemu: Prepare storage backing chain traversal code for FD passed imagesPeter Krempa2023-01-091-0/+15
* storage_source: introduce virStorageSourceChainLookupBySourcePavel Hrdina2023-01-092-0/+46
* storagefile: set size field of ploop to 8Ján Tomko2022-06-221-1/+1
* storage_file: Remove unused includesPeng Liang2022-06-074-10/+0
* virStorageSourceGetActualType: Change type of retvalMichal Privoznik2022-06-011-2/+2
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-082-4/+2
* storage_file: Declare virStorageSourceParseRBDColonString only in one headerMichal Privoznik2022-01-172-6/+2
* storage_file_probe: Add support for probing qcow2's incompatible featuresPeter Krempa2021-12-211-1/+27
* qcow2GetFeatures: Extract population of features bitmapPeter Krempa2021-12-211-11/+22
* storage_file: Compute QCOW2 cluster size as ULLJiri Denemark2021-10-261-1/+1
* storage_file: add support to probe cluster_size from QCOW2 imagesPavel Hrdina2021-05-211-17/+45
* Replace AbsPath judgement method with g_path_is_absolute()Luke Yue2021-04-212-2/+2
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-1310-195/+191
* virStorageSourceParseBackingJSONUriCookies: Use g_strsplit instead of virStri...Peter Krempa2021-04-121-5/+4
* virStorageFileBackendGlusterPriv: Remove 'cannonpath'Peter Krempa2021-04-121-2/+0
* storage_file: Remove virStorageFileBackendFsPrivPeter Krempa2021-04-121-20/+0
* Remove virStorageSourceGetUniqueIdentifier file backend APIPeter Krempa2021-04-125-138/+1
* virStorageSourceGetMetadata: Use depth limit instead of unique path checkingPeter Krempa2021-04-122-26/+19
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-222-4/+2
* storage: Don't report OOM error on failure of glfs_newPeter Krempa2021-03-021-1/+2
* Replace virStringListJoin by g_strjoinvPeter Krempa2021-02-111-3/+1
* Replace virStringSplit with g_strsplitPeter Krempa2021-02-111-2/+2
* conf: implement support for vhostuser diskPavel Hrdina2021-02-031-0/+1
* virStorageSourceChainLookup: Handle names like 'vda[4]' internallyPeter Krempa2021-01-272-12/+39
* virStorageSourceChainLookup: Don't break error message stringsPeter Krempa2021-01-271-5/+3
* virStorageSourceGetMetadata: Refactor cleanupPeter Krempa2021-01-271-10/+3
* storage_source: Move backing store parsers into new filePeter Krempa2021-01-274-1206/+1282
* util: virstoragefile: Move virStorageIs[File|Relative] to storage_sourcePeter Krempa2021-01-271-4/+38
* virStorageSourceGetBackingStoreStr: Return relative paths onlyPeter Krempa2021-01-272-11/+15
* virStorageSourceGetBackingStoreStr: Move the function earlierPeter Krempa2021-01-271-50/+50
* storage_source: use virStorageSource prefix for all functionsPavel Hrdina2021-01-222-170/+170
* util: move virStorageSource code into confPavel Hrdina2021-01-225-4/+7
* util: move virStorageFileProbe code into storage_filePavel Hrdina2021-01-224-1/+1013
* util: move virStorageFileBackend code into storage_filePavel Hrdina2021-01-226-3/+251
* util: extract virStorageFile code into storage_sourcePavel Hrdina2021-01-223-0/+2780
* storage: move storage file sources to separate directoryPavel Hrdina2021-01-225-0/+695