summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/lvm-functions.c
Commit message (Expand)AuthorAgeFilesLines
...
* Force a device scan after init_full_scan_done() per agk.Patrick Caulfield2007-08-231-0/+2
* Call init_full_scan_done() when refreshing the cache. This should fix clvmd -R.Patrick Caulfield2007-08-231-1/+6
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-071-1/+1
* Change some #include lines to search only standard system directories.Alasdair Kergon2007-04-271-2/+2
* Fix thread race in clvmd.Patrick Caulfield2007-04-241-2/+12
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-2/+4
* Fix refresh_toolcontext() always to wipe persistent device filter cache.Alasdair Kergon2007-01-231-1/+1
* register->monitor etc.Alasdair Kergon2007-01-191-4/+4
* - likely cut and paste error. Fix wrong function name in debugJonathan Earl Brassow2006-10-241-1/+1
* Use strncpy rather than strcpyPatrick Caulfield2006-10-061-1/+2
* Vastly improve the errors returned to the user from clvmd.Patrick Caulfield2006-10-051-1/+32
* Add -R switch to clvmd.Patrick Caulfield2006-10-041-0/+7
* Add needed new parameter to create_toolcontext().Patrick Caulfield2006-08-221-1/+1
* Fix lvcreate corelog validation.Alasdair Kergon2006-05-161-2/+2
* Add needed include.Patrick Caulfield2006-05-151-0/+1
* fix compileAlasdair Kergon2006-05-151-1/+1
* Add --monitor to vgcreate and lvcreate to control dmeventd registration.Alasdair Kergon2006-05-121-0/+9
* Propagate nosync flag around cluster.Alasdair Kergon2006-05-111-0/+3
* Propagate partial mode around cluster.Alasdair Kergon2006-03-091-0/+6
* Use hash functions in libdevmapper.Patrick Caulfield2005-11-091-11/+14
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-2/+1
* clvmd no longer takes out locks for non-clusteed LVs,Patrick Caulfield2005-08-161-18/+23
* Prepare tools to support clustered mirrors.Alasdair Kergon2005-08-141-2/+5
* make clvmd FDs close-on-exec, to avoid warnings when running lvm via popen.Patrick Caulfield2005-03-071-1/+43
* Make config check a little more tolerant of library names.Patrick Caulfield2005-02-141-2/+2
* Revert last clvmd patch. More testing reveals that this just doesn'tPatrick Caulfield2005-02-071-36/+21
* Make clvmd use the command library rather than popen() toPatrick Caulfield2005-02-071-21/+36
* Make clvmd do a quick sanity check on the clustering bits of lvm.confPatrick Caulfield2005-02-021-0/+27
* fix clvmd lv_info_by_lvid open_countAlasdair Kergon2005-01-191-3/+3
* Check the UUID length when readingthe output of the "lvs" command at startup.Patrick Caulfield2004-10-041-2/+4
* Put some locking round the LV hash table as it could be accessed byPatrick Caulfield2004-09-221-1/+15
* Make sure errors reach syslog().Patrick Caulfield2004-06-281-0/+1
* Add cluster support.Alasdair Kergon2004-06-241-0/+446