summaryrefslogtreecommitdiff
path: root/src/esx/esx_storage_backend_iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* esx: Remove unused includesPeng Liang2022-06-161-2/+0
* lib: Drop intermediary return variablesMichal Privoznik2021-10-251-4/+1
* esx: switch VIR_FREE->g_free when the pointer will immediately go out of scopeLaine Stump2021-02-161-2/+2
* esx: use g_autofree when made possible by reducing scopeLaine Stump2021-02-161-8/+4
* util: move virStorageSource code into confPavel Hrdina2021-01-221-1/+1
* esx: use g_new0 instead of VIR_ALLOC*Ján Tomko2020-10-011-2/+1
* esx: improve some of the virErrorNumber usedPino Toscano2020-09-141-2/+2
* src: replace verify(expr) with G_STATIC_ASSERT(expr)Daniel P. Berrangé2020-01-171-1/+1
* esx: split targetToStoragePool helperPino Toscano2019-12-201-11/+21
* esx: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-6/+3
* Use g_strdup instead of ignoring VIR_STRDUP's valueJán Tomko2019-10-211-1/+1
* esx: use G_GNUC_UNUSEDJán Tomko2019-10-151-8/+8
* 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
* esx: Use VIR_CRYPTO_HASH_SIZE_MD5Ján Tomko2018-05-141-14/+13
* esx: use virCryptoHashBufJán Tomko2018-05-141-6/+13
* esx: Fix incorrect memory compare size in esxStoragePoolLookupByUUIDWang King2017-04-131-1/+1
* esxStorageVolGetXMLDesc: Lookup SCSI lun properlyMichal Privoznik2016-05-311-2/+2
* maint: remove incorrect apostrophes from 'its'Ján Tomko2015-06-041-1/+1
* Remove unnecessary curly brackets in rest of src/esx/Martin Kletzander2014-11-141-30/+15
* Update ESX driver to always use privateDataDaniel P. Berrange2014-11-071-13/+13
* ESX: add virStorageVolGetInfo in iSCSI backend.Dawid Zamirski2014-05-101-0/+47
* Fix typos in src/*Nehal J Wani2014-04-211-1/+1
* conf: track sizes directly in source structEric Blake2014-04-021-2/+3
* Indent top-level labels by one space in src/esx/Ján Tomko2014-03-251-11/+11
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-1/+0
* Don't leave empty first line in C source filesMartin Kletzander2014-03-181-1/+0
* esx: Remove unnecessary NULL comparisons (3/3)Geoff Hickey2013-10-171-22/+22
* Convert 'int i' to 'size_t i' in src/{esx,vmx,vmware} filesDaniel P. Berrange2013-07-101-2/+2
* Adapt to VIR_ALLOC and virAsprintf in src/esx/*Michal Privoznik2013-07-101-3/+1
* esx: Replace almost all esxVI_String_DeepCopyValue vith VIR_STRDUPMatthias Bolte2013-05-211-1/+1
* Fix naming of methods in ESX storage backends to follow public APIsDaniel P. Berrange2013-05-091-52/+52
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/esx/*Michal Privoznik2013-05-091-16/+5
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+0
* Extend previous check to validate driver struct field namesDaniel P. Berrange2013-04-241-18/+18
* Rename uuid.{c,h} to viruuid.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename storage_file.{c,h} to virstoragefile.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Add iSCSI backend storage driver for ESXAta E Husain Bohra2012-12-031-0/+774