summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update heuristic used for default and detected data alignment.Mike Snitzer2010-08-203-23/+47
* Define GET_NUM_PROPERTY_FN macro to simplify numeric property 'get' functions.Dave Wysochanski2010-08-201-0/+9
* Add implmentation for simple numeric 'get' property functions.Dave Wysochanski2010-08-201-16/+16
* Define GET_NUM_PROPERTY_FN macro to simplify numeric property 'get' functions.Dave Wysochanski2010-08-202-0/+263
* Add properties.[ch] to lib/report, defined based on columns.h.Dave Wysochanski2010-08-201-0/+1
* Remove explicit double quotes from columns.h 'id' entries.Dave Wysochanski2010-08-202-76/+76
* Add 'flags' field to columns.h and define FIELD_MODIFIABLE.Dave Wysochanski2010-08-202-76/+81
* Add vg_mda_size and vg_mda_free functions.Dave Wysochanski2010-08-203-33/+50
* Fix wrong use of LCK_WRITEMilan Broz2010-08-191-10/+6
* Detect LUKS signature in pvcreateMilan Broz2010-08-194-0/+48
* Fix file descriptor leak in swap signature detectionMilan Broz2010-08-191-7/+5
* Change the pvcreate swap/md logicMilan Broz2010-08-191-34/+36
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-176-21/+30
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-1711-104/+134
* 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-174-17/+19
* 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-166-229/+161
* Fix for bug 612291: dm devices of split off mirror images are not removedJonathan Earl Brassow2010-08-161-12/+1
* Change default alignment of pe_start to 1MB.Mike Snitzer2010-08-122-11/+22
* Require --restorefile when using pvcreate --uuid.Mike Snitzer2010-08-121-0/+1
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-117-3/+29
* Never scan internal LVM devices.Petr Rockai2010-08-092-5/+10
* Fix for bug 619221 - log device splitting regressionJonathan Earl Brassow2010-08-061-21/+9
* Reduce severity of the "mirror transient status" log message (this was neverPetr Rockai2010-08-041-1/+1
* Avoid changing aligned pe_start as a side-effect of very verbose logging.Mike Snitzer2010-08-031-2/+2
* Use built-in rules for device aliases: block/ < dm- < disk/ < mapper/ < other.Peter Rajnoha2010-08-031-17/+69
* Fix const warning in dev_manager_info() and _dev_manager_lv_rmnodes().Zdenek Kabelac2010-08-031-4/+4
* Fix constness warning in archive_file structure from archive.c.Zdenek Kabelac2010-08-031-2/+2
* Use void parameter for function definition.Zdenek Kabelac2010-08-032-2/+2
* Taka's fix for handling failure of all mirrored log devices andJonathan Earl Brassow2010-08-021-60/+36
* Disallow mirrored logs in cluster mirrors.Jonathan Earl Brassow2010-08-021-4/+15
* Remove irrelevant comments relating to vg_mda_copies.Dave Wysochanski2010-07-301-5/+0
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-281-0/+3
* Clarify help text for vg_mda_count.Dave Wysochanski2010-07-211-1/+1
* Building without the '--enable-cmirrord' option means thatJonathan Earl Brassow2010-07-211-0/+5
* It's not enough to check for the kernel module in the case of clusterJonathan Earl Brassow2010-07-212-0/+49
* Fix for bug 614164: No check for existing name when splitting mirrorJonathan Earl Brassow2010-07-131-0/+6
* Fix for bugs: 612248 & 612291 Split mirror issuesJonathan Earl Brassow2010-07-131-23/+31
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-0/+3
* Addendum for previous patch - show VG/LV name everywhere so the messagesPeter Rajnoha2010-07-121-1/+2
* Add more verbose messages while checking volume_list and hosttags settings.Peter Rajnoha2010-07-121-0/+13
* Failed to test for the case where a log was requested to be removedJonathan Earl Brassow2010-07-091-4/+6
* Add log_error when strdup fails in {vg|lv}_change_tag().Dave Wysochanski2010-07-091-2/+6
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-0937-245/+245
* Remove superfluous fn prototypes.Alasdair Kergon2010-07-091-1/+0
* Finish fix for bug 607347: failing both redundant mirror log legs...Jonathan Earl Brassow2010-07-091-1/+64
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-087-43/+43
* Init mda->list in mda_copy.Dave Wysochanski2010-07-081-1/+1
* Fix format string from patch apply mistakeZdenek Kabelac2010-07-081-1/+1