summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge with text format branch.Alasdair Kergon2002-04-2457-1582/+2106
* o Stop printing errors if flushing fails (could be an unconfigured device).Joe Thornber2002-04-241-2/+1
* 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
* Implement a no_locking module that *does* attempt activation.Alasdair Kergon2002-04-114-22/+65
* 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-083-4/+124
* 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-271-116/+121
* New-style persistent minor support.Alasdair Kergon2002-03-261-9/+21
* o read-only device supportAlasdair Kergon2002-03-251-23/+51
* Fix typo.Alasdair Kergon2002-03-251-1/+1
* Better support for LVs with hyphens in names.Alasdair Kergon2002-03-191-13/+19
* 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-181-8/+41
* 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-152-58/+109
* Reduce the number of dm info calls.Alasdair Kergon2002-03-141-177/+149
* Integrate suspend.Alasdair Kergon2002-03-142-35/+28
* o dev_manager_suspend, untested.Joe Thornber2002-03-142-1/+35
* Set LV uuid.Alasdair Kergon2002-03-131-3/+1
* 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-112-41/+34
* o activate/reactivate mergeAlasdair Kergon2002-03-114-47/+18
* o dm->active_list now filled in, ATM this is based on the layer name ratherJoe Thornber2002-03-111-23/+82
* o Comment out some new code that was preventing pjc activatingJoe Thornber2002-03-111-0/+4
* o knock out the offset for origin targets.Joe Thornber2002-03-081-2/+2
* o Add active_list to dev_managerJoe Thornber2002-03-081-8/+35
* o First cut at dev scanning.Joe Thornber2002-03-071-123/+247
* o Add comment describing what we're aiming for with dev_manager.Joe Thornber2002-03-073-29/+78
* o Top level device is now just called <vg>-<lv> (there's no 'top'Joe Thornber2002-03-071-23/+24
* o Use new LCK_HOLD flag to indicate whether lock should be held on returnAlasdair Kergon2002-03-0518-82/+197
* Fix activation for VG with more than one LV.Alasdair Kergon2002-03-041-2/+3
* o Add a line to lvdisplay to say if the volume is a snapshot.Joe Thornber2002-03-041-0/+4
* o Bad dependency, meant the origin was always getting activated.Joe Thornber2002-03-041-1/+1
* Remove unused fns.Alasdair Kergon2002-03-041-28/+0
* o I was tearing down device bottom-up instead of top down. WhichJoe Thornber2002-03-041-6/+9
* o Break creating a snapshot down into:Joe Thornber2002-03-041-41/+18
* More use of LV locking.Alasdair Kergon2002-03-012-46/+16
* o point snapshots at origin:real rather than origin:top, and *ping*Joe Thornber2002-03-011-1/+1