summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* device: Mark read-only device buffers const.Alasdair G Kergon2018-01-1011-42/+42
* device: Eliminate unnecessary buffer from dev_read.Alasdair G Kergon2018-01-103-37/+17
* device: Suppress repeated reads of the same data.Alasdair G Kergon2018-01-102-2/+32
* device: Remove some data copying between buffers.Alasdair G Kergon2018-01-105-30/+21
* device: Free cached device bufs when metadata invalid or dev closed.Alasdair G Kergon2018-01-102-0/+10
* device: Keep the last data buffer read off each device.Alasdair G Kergon2018-01-103-60/+137
* allocation: Avoid exceeding array bounds in allocation tag codeAlasdair G Kergon2018-01-102-1/+3
* format_text: Use malloc aligned for export bufferAlasdair G Kergon2018-01-101-6/+7
* label: Rename a variableAlasdair G Kergon2018-01-101-4/+4
* libdm: Introduce dm_malloc_alignedAlasdair G Kergon2018-01-106-3/+51
* man lvmlockd: remove lv resizing commentDavid Teigland2018-01-101-3/+0
* lvmlockd: print warning when skipping lockingDavid Teigland2018-01-091-3/+9
* lvmlockd: add lockopt values for skipping selected locksDavid Teigland2018-01-092-5/+14
* format_text: Use vgsummary callbacksAlasdair G Kergon2018-01-098-32/+55
* label: Add label_read callback.Alasdair G Kergon2018-01-083-9/+52
* label: Add callback fns (partially)Alasdair G Kergon2018-01-087-44/+98
* device: Introduce dev_read_callbackAlasdair G Kergon2018-01-066-51/+100
* metadata: Use a consistent format for callback fn parametersAlasdair G Kergon2018-01-057-21/+38
* metadata: Change the new data processing fns to void.Alasdair G Kergon2018-01-055-63/+85
* format_text: Split vgname_from_mda into three pieces.Alasdair G Kergon2018-01-041-55/+110
* format_text: Split out raw_read_mda_header processingAlasdair G Kergon2018-01-041-20/+47
* format_text: Split up _update_mda.Alasdair G Kergon2018-01-041-30/+69
* format_text: Allocate update_mda baton from mempool.Alasdair G Kergon2018-01-031-19/+37
* format_text: Split the text import fns into two pieces.Alasdair G Kergon2018-01-031-67/+135
* toolcontext: Add paired label_init to refresh_toolcontext.Alasdair G Kergon2018-01-021-0/+2
* config: Split config buffer processing into new fn.Alasdair G Kergon2018-01-029-44/+87
* man lvmlockd: update wordingDavid Teigland2018-01-021-1/+1
* label: Wrap _find_labeller params into a struct.Alasdair G Kergon2018-01-021-18/+44
* label: Move _set_label_read_result call into _find_labeller.Alasdair G Kergon2018-01-021-30/+27
* label: Move setting result of label_read into separate fn.Alasdair G Kergon2018-01-021-6/+16
* label: Add mempool.Alasdair G Kergon2018-01-021-0/+10
* tests: sleep firstZdenek Kabelac2017-12-191-3/+3
* lvm-string: add function to detect component LV suffixZdenek Kabelac2017-12-192-3/+28
* device: Move dev_read memory allocation into device layer.Alasdair G Kergon2017-12-1912-50/+85
* lvmlockd: clear coverity complaintDavid Teigland2017-12-181-1/+1
* post-releaseAlasdair G Kergon2017-12-184-2/+8
* pre-releasev2_02_177Alasdair G Kergon2017-12-184-6/+6
* format_text: Transfer circular buf alloc to device layer.Alasdair G Kergon2017-12-154-28/+30
* format_text: Separate out code paths for buffer wraparoundAlasdair G Kergon2017-12-153-18/+28
* format_text: Supply mempool directly to raw_read_mda_header.Alasdair G Kergon2017-12-153-14/+13
* lvm2app: Suppress deprecation warnings for our buildsMarian Csontos2017-12-143-0/+5
* lvmdbusd: Make lvmdbusd executableMarian Csontos2017-12-141-4/+8
* docs: Add TESTING fileMarian Csontos2017-12-141-0/+62
* test: fix trap adding proper teardown to previous, new raid testsHeinz Mauelshagen2017-12-134-45/+57
* test: new raid testsHeinz Mauelshagen2017-12-135-1/+261
* format_text: Round size written up to multiple of 4096.Alasdair G Kergon2017-12-124-10/+34
* format_text: Change metadata alignment from 512 to 4096.Alasdair G Kergon2017-12-123-15/+57
* format_text: More refactoring of metadata offset calcsAlasdair G Kergon2017-12-121-7/+23
* format_text: Refactor and document metadata offset calculation.Alasdair G Kergon2017-12-121-15/+32
* device: Fix an unpaired device close.Alasdair G Kergon2017-12-121-3/+4