summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update.old-beta2_1beta2_1Alasdair Kergon2002-04-301-1/+1
* Some partial VG support with format_text.Alasdair Kergon2002-04-306-16/+28
* get_vgs must check for text format VGs when no lvm1 format VGs presentAlasdair Kergon2002-04-302-2/+3
* o Updated *display output for LVM1 compatibilityAJ Lewis2002-04-292-31/+121
* Changed DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before)Heinz Mauelshagen2002-04-251-2/+2
* Updated for new releaseAndres Salomon2002-04-251-0/+6
* Update example configAlasdair Kergon2002-04-241-0/+13
* Merge with text format branch.Alasdair Kergon2002-04-2488-1787/+2399
* add setlocale() call so that localisation of things like number entryPatrick Caulfield2002-04-241-0/+2
* o Stop printing errors if flushing fails (could be an unconfigured device).Joe Thornber2002-04-241-2/+1
* Prepare for another beta release.old-beta2beta2Alasdair Kergon2002-04-231-1/+1
* Commit snapshot-related changes preparing for the next beta release.Alasdair Kergon2002-04-232-16/+17
* Missing seg->lv gives segfault when activating from text format.Alasdair Kergon2002-04-161-0/+1
* Allow deactivation of final snapshot.Alasdair Kergon2002-04-161-25/+39
* o Added support for chunk_size to lvcreate.Joe Thornber2002-04-152-2/+4
* Missing VG lock when iterating through all LVs.Alasdair Kergon2002-04-156-4/+20
* More memory leak plugging.Patrick Caulfield2002-04-151-0/+2
* o Drop the default chunk size for snapshots down to 16k.Joe Thornber2002-04-151-1/+1
* Implement a no_locking module that *does* attempt activation.Alasdair Kergon2002-04-114-22/+65
* Rename device node during a DM_RENAME command.Patrick Caulfield2002-04-113-1/+41
* Return status from _lv_activate and friends.Patrick Caulfield2002-04-111-4/+4
* Remove \n from log messages.Patrick Caulfield2002-04-101-2/+2
* o Perform a BLKFLSBUF ioctl whenever a block device is closed.Joe Thornber2002-04-081-0/+8
* Implement an external locking interface.Patrick Caulfield2002-04-084-5/+125
* Fix prototype.Patrick Caulfield2002-04-081-1/+1
* Fix lv_setup() not to generate a new lvid each time if asked to setup theAlasdair Kergon2002-04-051-1/+6
* Make lock type numbers match the DLM numbers in use, and move UNLOCK outPatrick Caulfield2002-04-041-5/+9
* Rename LCK_NONE to LCK_UNLOCKAlasdair Kergon2002-04-043-8/+8
* Tidying.Alasdair Kergon2002-04-031-32/+30
* Cope with creation of additional snapshots while active.Alasdair Kergon2002-03-272-121/+127
* Snapshots are now attached to their origin device for locking purposesAlasdair Kergon2002-03-261-8/+14
* New-style persistent minor support.Alasdair Kergon2002-03-262-10/+23
* o read-only device supportAlasdair Kergon2002-03-251-23/+51
* Fix typo.Alasdair Kergon2002-03-251-1/+1
* all people to actually uninstall lvm2 (*grin*)Andres Salomon2002-03-231-2/+3
* Improve log messages.Alasdair Kergon2002-03-202-4/+15
* Better support for LVs with hyphens in names.Alasdair Kergon2002-03-192-13/+24
* Support device queries by uuid as well as by name. (Used by lvrename.)Alasdair Kergon2002-03-182-79/+77
* lvrename works on snapshots nowAlasdair Kergon2002-03-183-122/+191
* Tie all snapshot (de)activation requests to (de)activation of origin device.Alasdair Kergon2002-03-183-9/+49
* s/Removing/Unloading/ in messages to reduce confusionAlasdair Kergon2002-03-151-2/+2
* Cut the number of device-mapper calls.Alasdair Kergon2002-03-151-98/+88
* New function to enable suppression of messages to stdout/stderr.Alasdair Kergon2002-03-152-64/+89
* Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon2002-03-1511-68/+120
* Reduce the number of dm info calls.Alasdair Kergon2002-03-141-177/+149
* distclean also to remove libdm-common.hAlasdair Kergon2002-03-141-1/+6
* Integrate suspend.Alasdair Kergon2002-03-142-35/+28
* Suppress verbose/debug messages from libdevmapper.Alasdair Kergon2002-03-142-1/+11
* o dev_manager_suspend, untested.Joe Thornber2002-03-142-1/+35
* A missing free() found by Valgrind. ( http://developer.kde.org/~sewardj/ )Alasdair Kergon2002-03-131-0/+3