summaryrefslogtreecommitdiff
path: root/lib/config/config.c
Commit message (Expand)AuthorAgeFilesLines
* gcc: eliminate warningsZdenek Kabelac2022-09-071-1/+1
* config: check for possible mempool errors in _out_line_fnPeter Rajnoha2022-08-171-3/+9
* config: remove unnecessary copy of config line's space prefix before printingPeter Rajnoha2022-08-171-5/+3
* lvmconfig: add --valuesonly optionPeter Rajnoha2022-08-171-1/+21
* asan: fix some reports from libasanZdenek Kabelac2022-02-071-1/+3
* hash: raise hash table sizeZdenek Kabelac2021-12-201-1/+1
* cov: add explicit NULL pointer checkZdenek Kabelac2021-09-201-1/+1
* cov: make read buffer obviously zero endedZdenek Kabelac2021-09-201-1/+1
* scan: move metadata vgname checkDavid Teigland2021-07-061-1/+24
* cov: ensure buffer is initializedZdenek Kabelac2021-03-101-0/+2
* hash: use individual hint sizesZdenek Kabelac2021-03-081-1/+1
* lvmconfig: fix deprecation messageDavid Teigland2021-03-021-4/+6
* gcc: drop unused assingmentZdenek Kabelac2021-02-101-1/+1
* config: avoid printing spaces before end of lineZdenek Kabelac2021-01-221-1/+1
* config: drop reading file with mmapZdenek Kabelac2020-08-281-30/+24
* Place the first PE at 1 MiB for all defaultsDavid Teigland2018-11-261-0/+6
* device_mapper: remove dbg_malloc.Joe Thornber2018-06-081-8/+8
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-10/+10
* scan: skip device rescan in vg_readDavid Teigland2018-04-201-0/+6
* bcache: use wrappers for bcache read write in lvmDavid Teigland2018-04-201-2/+2
* scan: use separate fd for bcacheDavid Teigland2018-04-201-2/+2
* scan: use bcache for label scan and vg readDavid Teigland2018-04-201-2/+8
* [io paths] Unpick agk's aio stuffJoe Thornber2018-04-201-104/+50
* device: Fix basic async I/O error handlingdev-agk-tmpAlasdair G Kergon2018-02-081-2/+5
* device: Add ioflags parameter to transfer additional state.Alasdair G Kergon2018-01-211-8/+8
* config: Move use_mmap to local variable.Alasdair G Kergon2018-01-101-4/+3
* device: Mark read-only device buffers const.Alasdair G Kergon2018-01-101-4/+4
* device: Remove some data copying between buffers.Alasdair G Kergon2018-01-101-3/+1
* device: Introduce dev_read_callbackAlasdair G Kergon2018-01-061-31/+41
* metadata: Use a consistent format for callback fn parametersAlasdair G Kergon2018-01-051-2/+4
* metadata: Change the new data processing fns to void.Alasdair G Kergon2018-01-051-11/+11
* config: Split config buffer processing into new fn.Alasdair G Kergon2018-01-021-24/+66
* device: Move dev_read memory allocation into device layer.Alasdair G Kergon2017-12-191-5/+1
* format_text: Transfer circular buf alloc to device layer.Alasdair G Kergon2017-12-151-11/+4
* format_text: Separate out code paths for buffer wraparoundAlasdair G Kergon2017-12-151-8/+19
* device: Tag I/O for each mda on a device separately in log messages.Alasdair G Kergon2017-12-071-3/+3
* device: categorise block i/oAlasdair G Kergon2017-12-041-1/+1
* vgsplit: Fix detection of moved PVs.Alasdair G Kergon2017-10-271-1/+1
* lvmconfig: Add options to produce file preambleAlasdair G Kergon2017-08-051-0/+6
* tidy: prefer not using else after returnZdenek Kabelac2017-07-201-1/+2
* cleanup: add braces in macroZdenek Kabelac2017-07-201-8/+8
* numbers: strtod or strtoul need reset of errnoZdenek Kabelac2017-07-171-2/+4
* thin: getting default chunk_size from single placeZdenek Kabelac2017-03-101-12/+4
* debug: more stacktrace correctionsZdenek Kabelac2016-11-251-1/+1
* config: parse config tree without dup node checking if it's metadata treePeter Rajnoha2016-09-211-4/+9
* cache: introduce cache_pool_max_chunksZdenek Kabelac2016-08-291-0/+22
* config: add support for CFG_DISALLOW_INTERACTIVE flag to mark settings as not...Peter Rajnoha2016-08-091-0/+31
* refactor: modify original _check_profile fn and rename to config_force_check ...Peter Rajnoha2016-08-091-5/+4
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* lvmconfig: add --sinceversion for --type newPeter Rajnoha2015-11-251-0/+5