summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmsetup display uuidAlasdair Kergon2002-03-134-0/+14
* Set LV uuid.Alasdair Kergon2002-03-131-3/+1
* o Mention that vgscan needs to be run after changing the filter var.Joe Thornber2002-03-131-0/+2
* Fix _align so it works on 64-bit machines.Patrick Caulfield2002-03-121-2/+3
* Let dmsetup store the uuid on device creation.Alasdair Kergon2002-03-115-17/+47
* Move is_empty_dir to lvm-fileAlasdair Kergon2002-03-113-55/+38
* o Actually check that the vg directory is empty rather than speculativelyJoe Thornber2002-03-111-2/+45
* o This should complete the dev_manager alg. Please could people nowJoe Thornber2002-03-112-110/+200
* lv_info replaces lv_active etc.Alasdair Kergon2002-03-116-77/+76
* o activate/reactivate mergeAlasdair Kergon2002-03-1116-112/+83