summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add activation/udev_rules config option in lvm.conf.Peter Rajnoha2010-01-076-26/+60
* Add few const modifiers.Zdenek Kabelac2010-01-071-6/+6
* Use macro outsize() with check for error return value.Zdenek Kabelac2010-01-072-4/+4
* Export function out_text_with_comment() and add outfc() macro that checksZdenek Kabelac2010-01-072-3/+7
* Add macros outsize() for out_size() and outhint() for out_hint() that checkZdenek Kabelac2010-01-072-14/+11
* Use offsetof() macro and avoid defining dummy static union for FIELD() macro.Zdenek Kabelac2010-01-071-13/+12
* Just add '.' at the end of error message.Zdenek Kabelac2010-01-071-1/+1
* Rename mirror_device_fault_policy to mirror_image_fault policyMilan Broz2010-01-062-4/+8
* Use fixed buffer to prevent stack overflow in persistent filter dump.Milan Broz2010-01-061-8/+3
* Use snapshot metadata usage to determine if snapshot is emptyMike Snitzer2010-01-051-8/+16
* Add missing 'stack;' for all activate_lv and deactivate_lv callers.Mike Snitzer2010-01-052-2/+4
* Add missing 'stack;' for all suspend_lv and resume_lv callers.Mike Snitzer2010-01-053-5/+9
* Add a [--poll {y|n}] flag to vgchange and lvchange to control whetherMike Snitzer2010-01-053-0/+14
* Propagate commit and revert metadata event to other nodes in cluster.Milan Broz2010-01-052-1/+21
* Proper mask lock mode for vg lock.Milan Broz2010-01-051-1/+0
* Add possibility to handle precommitted metadata in lvmcache.Milan Broz2010-01-053-9/+32
* Properly decode flags even for VG locks.Milan Broz2010-01-051-6/+7
* Do not set precommitted flag in cache when precommitted metadata does not exist.Milan Broz2010-01-051-2/+10
* Resume volumes in reverse order to preserve memlock pairing.Milan Broz2010-01-051-2/+8
* Drop metadata cache after device was autorepaired and removed from VG.Milan Broz2009-12-181-0/+3
* Remove missing flag if PV reappeared and is empty.Milan Broz2009-12-181-0/+26
* Revert another unintended change that snuck in.Petr Rockai2009-12-171-1/+1
* Fix removal of multiple devices from a mirror (+ regression test).Petr Rockai2009-12-171-1/+2
* Revert unintended change that slipped in with last checkin.Petr Rockai2009-12-161-1/+0
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-1610-31/+33
* Cleanup returns for void functions.Zdenek Kabelac2009-12-1111-26/+1
* Destroy allocated mempool in _vg_read_orphans() error path.Zdenek Kabelac2009-12-111-1/+1
* Call explicitly suspend for temporary mirror layer.Milan Broz2009-12-091-17/+13
* Use more descriptive variable name for temporary layer lv.Milan Broz2009-12-091-9/+9
* Allow manipulation with precommited metadata even when a PV is missing.Milan Broz2009-12-091-0/+13
* Get rid of magic masks in cluster locking code.Milan Broz2009-12-091-2/+3
* Get rid of hardcoded 0xffdf cluster lock flag.Milan Broz2009-12-091-1/+1
* Remove newly created log volume if initial deactivation fails.Milan Broz2009-12-091-3/+11
* Update a few more uint64_t's related to the 64-bit status change.Dave Wysochanski2009-12-044-6/+6
* Fix memory lock imbalance in lv_suspend if already suspended.Milan Broz2009-12-031-1/+5
* Fix tools to report error when stopped by user.Milan Broz2009-12-033-3/+3
* minor indent changeZdenek Kabelac2009-12-031-2/+4
* skip cast from (void*)Zdenek Kabelac2009-12-031-1/+1
* minor whitespace indentationZdenek Kabelac2009-12-031-2/+2
* Fix setting of readahead in lvcreate.Dave Wysochanski2009-12-031-1/+1
* Fix memory leak in lv_info_by_lvidMilan Broz2009-12-011-1/+5
* If aborting due to an internal error, always print the message causing this.Petr Rockai2009-12-011-8/+9
* Optionally abort on internal errors (and leverage this option in thePetr Rockai2009-11-304-1/+20
* Do not allow creating mirrors of more than 8 images.Milan Broz2009-11-271-0/+1
* Remove unnecessary / duplicate dm_list macros and functions.Dave Wysochanski2009-11-252-353/+0
* Switch status from 32-bit to 64-bitMike Snitzer2009-11-2414-69/+69
* Move persistent filter dump to more appropriate place.Milan Broz2009-11-242-7/+8
* Refresh device filters before full device rescan in lvmcache.Milan Broz2009-11-243-0/+16
* Fix memory lock imbalance in locking code.Milan Broz2009-11-231-9/+28
* Revert vg_read_internal change, clvmd cannot use vg_read now. (2.02.55)Milan Broz2009-11-232-15/+12