summaryrefslogtreecommitdiffstats
path: root/lib/commands
Commit message (Expand)AuthorAgeFilesLines
* setvbuf: reopen only valid fdPeter Rajnoha2012-08-271-23/+31
* setvbuf: close and reopen stream before changeAlasdair G Kergon2012-08-261-6/+59
* buffering: use unbuffered silent mode for liblvmAlasdair G Kergon2012-08-261-3/+9
* config: add silent modeAlasdair G Kergon2012-08-252-0/+6
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-3/+1
* Remove unsupported udev_get_dev_path libudev call used for checking udev dir.Peter Rajnoha2012-05-291-12/+16
* Fix error pathZdenek Kabelac2012-05-231-3/+5
* Fix typo in config option checkZdenek Kabelac2012-03-231-1/+1
* Simplify error path code for filter initializationZdenek Kabelac2012-03-121-11/+8
* Fix error path for create_toolcontextZdenek Kabelac2012-03-121-0/+5
* Check for udev_get_dev_dir resultZdenek Kabelac2012-03-011-3/+4
* Test result of _init_tags.Zdenek Kabelac2012-02-271-3/+4
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+3
* Move label_init up in code stackZdenek Kabelac2012-02-081-2/+1
* Release allocated resources in error pathZdenek Kabelac2012-02-081-3/+12
* Avoid warning for small pv_min_sizeZdenek Kabelac2012-02-011-3/+3
* Reorder fns in libdm-deptree.Alasdair Kergon2012-01-231-8/+1
* Give priority to emcpower devices with duplicate PVIDs.Alasdair Kergon2012-01-111-1/+1
* Add dm_uuid_prefix/dm_set_uuid_prefix for non-lvm users to override hard-codedAlasdair Kergon2012-01-101-0/+3
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-10/+10
* Only use built-in stack size in clvmd - ignore lvm.conf.Alasdair Kergon2011-12-082-2/+6
* Add activation/use_linear_target enabled by default. (prajnoha)Alasdair Kergon2011-11-282-0/+5
* Replace dynamic buffer allocations for PATH_MAXZdenek Kabelac2011-11-181-3/+3
* Do not scan device if it is part of active multipath.Milan Broz2011-11-111-1/+9
* Add find_config_tree_str_allow_emptyZdenek Kabelac2011-10-281-3/+3
* Check for refresh_filter failureZdenek Kabelac2011-10-111-2/+3
* Add activation/retry_deactivation to lvm.conf to retry deactivation of an LV.Peter Rajnoha2011-09-221-0/+3
* Replace open_count check with holders/mounted_fs check on lvremove path.Peter Rajnoha2011-09-221-0/+1
* Add missing 'static' for local functionZdenek Kabelac2011-09-021-1/+1
* temp notes on dealing with cascadeAlasdair Kergon2011-09-021-0/+9
* Move cascade inside libdm etc.Alasdair Kergon2011-09-022-12/+42
* Keep the old-style prototypesZdenek Kabelac2011-09-011-1/+1
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-302-31/+36
* Add registration of thin_pool segmentZdenek Kabelac2011-08-251-0/+5
* Fix raid shared lib segtype registration (2.02.87).Alasdair Kergon2011-08-241-26/+10
* Add detect_internal_vg_cache_corruption to lvm.confZdenek Kabelac2011-08-111-0/+4
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-19/+27
* missing ifdef when new fn unusedAlasdair Kergon2011-07-081-0/+2
* Ignore activation/verify_udev_operations if dm kernel driver vsn < 4.18.Alasdair Kergon2011-07-081-0/+22
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-011-0/+3
* Remove enforcement of udev verification when using non-standard /dev location.Alasdair Kergon2011-06-281-49/+2
* Move _set_lvm_fallback into toolcontext, fix string comparison (/devtestAlasdair Kergon2011-06-271-6/+54
* Move udev_only logic inside stacked node op code.Alasdair Kergon2011-06-271-2/+2
* Disable udev fallback by default and add activation/udev_fallback to lvm.conf.Peter Rajnoha2011-06-172-0/+16
* When glibc needs buffers for line buffering of input and output buffers, itPetr Rockai2011-05-072-2/+32
* commands/toolcontext.c:578: warning: ‘udev_dir’ may be used unin...Alasdair Kergon2011-04-291-2/+2
* Set pv_min_size to 2048KB to exclude floppy drives.Alasdair Kergon2011-04-281-1/+1
* Obtain device list from udev by default if LVM2 is compiled with udev support.Peter Rajnoha2011-04-221-0/+21
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-1/+10
* Fix memory leak in filter creation error pathZdenek Kabelac2011-01-061-2/+5