summaryrefslogtreecommitdiff
path: root/src/storage/storage_backend_disk.c
Commit message (Expand)AuthorAgeFilesLines
* storage: Update format strings in translated messagesJiri Denemark2023-04-011-10/+10
* storage: Implement 'checkPool' method for 'disk' type poolsPeter Krempa2022-01-201-0/+27
* meson: Don't require the parted command at build timeAndrea Bolognani2022-01-031-0/+2
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-48/+48
* Do not check return value of VIR_REALLOC_NJiri Denemark2021-03-221-3/+1
* storage: use g_new0 instead of VIR_ALLOC*Ján Tomko2020-10-011-4/+2
* disk storage: fix allocation size for pool format dosSebastian Mitterle2020-09-091-1/+1
* Move debug statements after declarationsJán Tomko2020-08-251-1/+1
* util: Move virIsDevMapperDevice() to virdevmapper.cMichal Privoznik2020-06-151-0/+1
* virsh: include virutil.h where usedJán Tomko2020-02-241-0/+1
* src: replace last_component() with g_path_get_basename()Daniel P. Berrangé2020-01-031-5/+4
* storage: backend_disk: Implement the deletePool functionErik Skultety2019-12-031-0/+20
* storage: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-5/+2
* storage: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-13/+6
* storage: Use consistent error preservation and restoration callsJohn Ferlan2019-10-161-3/+2
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-5/+5
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-5/+5
* storage: use G_GNUC_UNUSEDJán Tomko2019-10-151-3/+3
* storage: Drop and reacquire pool obj lock in some backendsMichal Privoznik2019-08-231-1/+10
* Fix names for abs_top_{src,build}dir variablesAndrea Bolognani2019-03-141-2/+2
* storage: Use VIR_AUTOFREE for storage backendsJohn Ferlan2019-02-121-41/+21
* storage: Use VIR_AUTOPTR(virCommand)John Ferlan2019-02-121-25/+18
* storage: Rework logic in virStorageBackendDiskBuildPoolJohn Ferlan2019-02-121-28/+23
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* Fix minor typos in messages and docsYuri Chornoivan2018-12-051-1/+1
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* storage: Add capability to use LUKS encryption for disk backendv4.4.0-rc1John Ferlan2018-05-291-17/+32
* disk: Allow settling to occur after reading partitionsJohn Ferlan2018-05-251-0/+9
* storage: remove virConnectPtr from all backend functionsDaniel P. Berrangé2018-01-311-19/+11
* storage: Modify virStorageBackendDiskMakeDataVol logicJohn Ferlan2018-01-101-15/+25
* storage: Use virStoragePoolObjGetDef accessor for Disk backendJohn Ferlan2017-10-061-43/+55
* storage: Introduce APIs to search/scan storage pool volumes listJohn Ferlan2017-09-191-35/+55
* storage: Introduce storage volume add, delete, count APIsJohn Ferlan2017-09-191-3/+2
* storage: Adjust expected format for Disk startup processingJohn Ferlan2017-09-121-2/+4
* disk: Use virStorageBackendZeroPartitionTableJohn Ferlan2017-04-261-1/+5
* util: Rename virFileWaitForDevicesJohn Ferlan2017-03-151-3/+3
* storage: backend: Refactor registration of the backend driversPeter Krempa2017-02-211-0/+7
* storage: Split utility functions from storage_backend.(ch)Peter Krempa2017-01-191-0/+1
* storage: Remove common code from specific driver backendPeter Krempa2017-01-191-152/+0
* disk: Fixup error handling path for devmapper when part_separator='yes'John Ferlan2017-01-181-0/+23
* storage: Fix storage_backend probing when PARTED not installed.John Ferlan2017-01-101-0/+152
* storage: Move and rename disk backend label checkingJohn Ferlan2017-01-101-134/+16
* Fix minor typosYuri Chornoivan2016-12-021-2/+2
* storage: Fix virStorageBackendDiskDeleteVol for device mapperJohn Ferlan2016-05-111-34/+65
* storage: Fix algorithm generating path names for devmapperJohn Ferlan2016-05-111-4/+5
* storage: Add new flag for libvirt_parthelperJohn Ferlan2016-01-191-1/+10
* storage: Add readflags for backend error processingJohn Ferlan2015-12-091-2/+3
* storage: Adjust calculation of alloc/capacity for diskJohn Ferlan2015-10-051-11/+23
* storage: Introduce virStorageBackendDiskStartPoolJohn Ferlan2015-10-051-1/+28