summaryrefslogtreecommitdiff
path: root/lib/format_text/export.c
Commit message (Expand)AuthorAgeFilesLines
* metadata: remember parsing size of VG metadataZdenek Kabelac2021-09-271-1/+1
* cleanup: easier print of historical lvZdenek Kabelac2021-03-101-18/+23
* cleanup: on stack structure instead of allocationZdenek Kabelac2021-03-081-34/+25
* cleanup: avoid allocating memory for hash keyZdenek Kabelac2021-03-081-3/+3
* hash: use individual hint sizesZdenek Kabelac2021-03-081-1/+1
* device usage based on devices fileDavid Teigland2021-02-231-0/+9
* metadata: extend writes to zero spaceDavid Teigland2019-07-121-3/+7
* metadata: include description with command in metadata areasDavid Teigland2019-06-201-2/+2
* debug: drop some unneeded backtracesZdenek Kabelac2018-12-221-2/+2
* cleanup: some local headers firstZdenek Kabelac2018-12-141-1/+1
* device_mapper: remove dbg_malloc.Joe Thornber2018-06-081-16/+17
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-8/+8
* Remove lvm1 and pool disk formatsDavid Teigland2018-04-301-2/+0
* [io paths] Unpick agk's aio stuffJoe Thornber2018-04-201-14/+7
* format_text: Use malloc aligned for export bufferAlasdair G Kergon2018-01-101-6/+7
* format_text: Round size written up to multiple of 4096.Alasdair G Kergon2017-12-121-1/+7
* format_text: Replace PRI with FMT.Alasdair G Kergon2017-12-111-8/+8
* cleanup: add braces in macroZdenek Kabelac2017-07-201-1/+1
* cleanup: drop extra compareZdenek Kabelac2017-07-171-2/+2
* flags: add segtype flag supportZdenek Kabelac2017-05-291-1/+7
* cleanup: separate type and maskZdenek Kabelac2017-05-291-2/+3
* format_text: More internal errors if given invalid internal metadataAlasdair G Kergon2017-05-221-2/+17
* build: fix x32 archMikulas Patocka2017-03-271-1/+1
* lvconvert: add infrastructure for RaidLV reshaping supportHeinz Mauelshagen2017-02-241-2/+4
* segtype: check for seg type instead of statusZdenek Kabelac2016-12-131-1/+1
* config: use config_tree_from_string_without_dup_node_check throughout code to...Peter Rajnoha2016-09-211-1/+2
* coverity: fix possible resource leak of descendants_buffer in _print_historic...Peter Rajnoha2016-05-311-1/+1
* raid0: Add raid0 segment type.Alasdair G Kergon2016-05-231-4/+9
* gcc: cast time_t to 64bitZdenek Kabelac2016-03-101-1/+1
* coverity: fix possible resource leak in _print_historical_lv functionPeter Rajnoha2016-03-071-6/+6
* metadata: format_text: reuse _print_timestamp fnPeter Rajnoha2016-03-031-11/+3
* metadata: format_text: also export historical LVsPeter Rajnoha2016-03-031-0/+144
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: do not test alloca for NULLZdenek Kabelac2015-11-091-5/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-1/+7
* refactor: rename _out_tags fn to _out_list and use it for string lists in gen...Peter Rajnoha2015-06-291-11/+12
* refactor: rename alloc_printed_tags fn to _alloc_printed_str_list and use it ...Peter Rajnoha2015-06-291-1/+42
* comments: Use full flag names.Alasdair G Kergon2015-03-091-4/+4
* system_id: avoid munging vg and lv fieldsDavid Teigland2015-03-051-18/+10
* system_id: make new VGs read-only for old lvm versionsDavid Teigland2015-03-051-0/+31
* systemid: Init and merge lvm2 and lvm1 fields.Alasdair G Kergon2015-03-041-1/+3
* archives: Preserve format type in file.Alasdair G Kergon2015-03-041-2/+7
* format_text: Fix creation_host_system_id.Alasdair G Kergon2015-02-231-1/+1
* format_text: Store creation_host_system_id.Alasdair G Kergon2015-02-231-3/+6
* va_list: properly pass va_list through functionsZdenek Kabelac2014-09-161-1/+4
* cleanup: Use lv_is_ macros.Alasdair G Kergon2014-09-151-2/+2
* metadata: Reinstate system info in metadata.Alasdair G Kergon2014-07-211-5/+3
* metadata: use outfc for commentsZdenek Kabelac2014-07-171-4/+6
* cleanup: simplify pv name size estimationZdenek Kabelac2014-03-261-6/+4
* compilation: Rename tags variables to tagsl.Alasdair G Kergon2014-01-301-3/+3