summaryrefslogtreecommitdiffstats
path: root/lib/activate/activate.c
Commit message (Expand)AuthorAgeFilesLines
* activation: log target version presentAlasdair G Kergon2012-08-071-0/+5
* cleanup: static volume filter fn, lvm.conf commentPeter Rajnoha2012-06-291-5/+5
* activate: add autoactivation hooksPeter Rajnoha2012-06-281-6/+18
* Sync filesystem for thin snapshotsZdenek Kabelac2012-06-151-1/+4
* Update and fix monitoring of thin pool devicesZdenek Kabelac2012-03-231-0/+30
* Use const for lvZdenek Kabelac2012-02-231-18/+15
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-1/+1
* Fix missing dmt destructorZdenek Kabelac2012-01-251-1/+5
* Fix compilation with disabled devmapperZdenek Kabelac2012-01-251-3/+47
* Rename origin_only to more generic use_layer flagZdenek Kabelac2012-01-251-11/+14
* Thin use origin_only for thin pools as wellZdenek Kabelac2012-01-251-1/+5
* Thin add support for origin_only suspend of thin volumesZdenek Kabelac2012-01-251-1/+1
* lv_info using -real layer only for origin_only LVZdenek Kabelac2012-01-251-1/+1
* Comment cleanupsZdenek Kabelac2012-01-251-10/+4
* Thin add lv_thin_pool_transaction_idZdenek Kabelac2012-01-251-0/+29
* Attempt to improve clustered 'lvchange -aey' behaviour to try local node beforeAlasdair Kergon2012-01-211-15/+10
* improve commentAlasdair Kergon2012-01-201-8/+14
* Preserve exclusive activation of cluster mirror when converting.Jonathan Earl Brassow2012-01-201-2/+5
* Thin add function to read thin volume percentZdenek Kabelac2012-01-191-0/+26
* Thin updated support for thin pool percentZdenek Kabelac2012-01-191-3/+6
* Missing const.Peter Rajnoha2012-01-121-1/+1
* Add activation/read_only_volume_list to override LV permission in metadata.Alasdair Kergon2012-01-121-40/+78
* Thin add lv_thin_pool_percentZdenek Kabelac2011-12-211-0/+24
* Thin add dmeventd supportZdenek Kabelac2011-12-211-4/+16
* Replace dynamic buffer allocations for PATH_MAXZdenek Kabelac2011-11-181-2/+2
* Remove unneeded parameter.Milan Broz2011-11-111-1/+1
* Fix function name in previous patch.Milan Broz2011-11-111-4/+4
* Do not scan device if it is part of active multipath.Milan Broz2011-11-111-0/+27
* Thin revert code for exclusive pool activationZdenek Kabelac2011-11-071-1/+1
* Thin pool activation changeZdenek Kabelac2011-10-281-1/+1
* Drop messages from lvm app contextZdenek Kabelac2011-10-171-49/+0
* Fix splitmirror in cluster having different DM/LVM views of storage.Jonathan Earl Brassow2011-10-061-0/+17
* Add lvm functions for sending messages.Zdenek Kabelac2011-10-031-0/+53
* Introduce revert_lv for better pvmove cleanup.Alasdair Kergon2011-09-271-6/+9
* Add log_error even for general device in use when we can't do the sysfs checks.Peter Rajnoha2011-09-261-2/+9
* Replace open_count check with holders/mounted_fs check on lvremove path.Peter Rajnoha2011-09-221-5/+28
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-3/+3
* Add ability to down-convert RAID1 arrays.Jonathan Earl Brassow2011-08-111-0/+5
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-7/+7
* Need to snapshot lookup by uuid instead of name in case it's renamed.Alasdair Kergon2011-07-081-3/+3
* Move snapshot deactivation logic into lib/activate, fixing theAlasdair Kergon2011-07-081-5/+20
* Always perform preload logic before suspending - not only in the case when weAlasdair Kergon2011-07-051-31/+29
* Snapshots LVs are never loaded in their own right, only along with theirAlasdair Kergon2011-07-051-1/+1
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-011-0/+3
* When suspending, automatically preload newly-visible existing LVsAlasdair Kergon2011-06-301-3/+36
* Fix issue preventing cluster mirror creation.Jonathan Earl Brassow2011-06-221-4/+2
* Remove unused internal flag ACTIVATE_EXCL from the codeZdenek Kabelac2011-06-171-8/+0
* Add couple FIXMEs around suspicious codeZdenek Kabelac2011-06-171-1/+3
* Use lv_activate_opts struct instead of ACTIVATE_EXCL status flagZdenek Kabelac2011-06-171-2/+2
* Add lv_activate_opts structureZdenek Kabelac2011-06-171-45/+66