summaryrefslogtreecommitdiffstats
path: root/lib/activate
Commit message (Expand)AuthorAgeFilesLines
...
* Add couple FIXMEs around suspicious codeZdenek Kabelac2011-06-171-1/+3
* Use lv_activate_opts struct instead of ACTIVATE_EXCL status flagZdenek Kabelac2011-06-172-9/+9
* Add lv_activate_opts structureZdenek Kabelac2011-06-174-99/+144
* Fix last snapshot removal to avoid table reload while a device is suspended.Alasdair Kergon2011-06-131-5/+23
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-113-28/+108
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+1
* Fix -Wold-style-definition gcc warningsZdenek Kabelac2011-03-291-1/+1
* Mitigate some warnings if running as non-root user.Milan Broz2011-03-181-4/+2
* Add fall through commentsZdenek Kabelac2011-02-281-0/+1
* Const fixingZdenek Kabelac2011-02-182-3/+3
* Fix !DEVMAPPER_SUPPORT buildZdenek Kabelac2011-02-181-12/+27
* Remove fs_unlock after failed suspendZdenek Kabelac2011-02-181-1/+0
* Critical sectionZdenek Kabelac2011-02-182-10/+10
* Fix for bug 677739: removing final exclusive cmirror snapshot,Jonathan Earl Brassow2011-02-182-5/+25
* pre-releaseAlasdair Kergon2011-02-041-2/+3
* Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow2011-02-043-21/+88
* Fix operation node stacking for consecutive dm opsZdenek Kabelac2011-02-042-6/+80
* Remove fs_unlock from lv_resume pathZdenek Kabelac2011-02-031-1/+0
* Do not check for open_count when not needed.Zdenek Kabelac2011-02-032-2/+4
* Synchronize with udev for lv_infoZdenek Kabelac2011-02-033-0/+18
* Add exec_cmd paramater sync_neededZdenek Kabelac2011-01-131-1/+1
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-0/+1
* Speedup consequent activation callsZdenek Kabelac2011-01-105-20/+15
* Add internal fs cookieZdenek Kabelac2011-01-102-1/+23
* Add missing error path testsZdenek Kabelac2011-01-051-8/+11
* Hide unused code into if 0Zdenek Kabelac2010-12-221-0/+2
* Remove dead assignment of seghZdenek Kabelac2010-12-201-2/+2
* Switch void* to char* arithmeticZdenek Kabelac2010-12-201-1/+1
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-2/+2
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-131-3/+7
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-7/+7
* Cope better with an undefined target_percent operation in _percent_run.Alasdair Kergon2010-12-081-2/+4
* Remove check for lv is NULLZdenek Kabelac2010-11-302-9/+8
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-304-61/+38
* Add missing closedir() - fixes resource leakZdenek Kabelac2010-11-231-0/+3
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-4/+4
* Clarify error messages when activation fails due to activation filter use.Peter Rajnoha2010-11-051-6/+7
* Use new status code from fsadm checkZdenek Kabelac2010-11-011-1/+1
* restrict last checkin to devs consisting entirely of error targetAlasdair Kergon2010-10-251-6/+17
* Never scan a device which is using the error targetMike Snitzer2010-10-241-0/+6
* Convey need for snapshot-merge target in lvconvert error message and manMike Snitzer2010-10-131-3/+7
* This patch fixes a potential for I/O to hang and LVM commandsJonathan Earl Brassow2010-08-261-0/+15
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-171-2/+6
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-174-85/+111
* Fix dev_manager_transient to access -real device not snapshot-origin. (brassow)Alasdair Kergon2010-08-171-1/+3
* Monitor origin -real device below snapshot instead of overlay device. (brassow)Alasdair Kergon2010-08-172-13/+13
* Don't really change monitoring status when in test mode.Alasdair Kergon2010-08-161-2/+8
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-162-1/+116
* Never scan internal LVM devices.Petr Rockai2010-08-091-3/+8
* Fix const warning in dev_manager_info() and _dev_manager_lv_rmnodes().Zdenek Kabelac2010-08-031-4/+4