summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add locking to PV commands.CLUSTER_TAGPatrick Caulfield2001-12-072-5/+26
* Add locking to VG commandsPatrick Caulfield2001-12-066-25/+98
* Made active/open messages print with log_verbose rather than log_very_verbosePatrick Caulfield2001-12-061-14/+16
* Add return code to vg_unlock so it knows whether or not to reload the metadata.Patrick Caulfield2001-12-064-17/+26
* Add an extra parameter to the unlock functions to tell the cluster not to reloadPatrick Caulfield2001-12-062-10/+13
* Lock LVs by vg/lv namePatrick Caulfield2001-12-051-11/+20
* Return open count correctly when run locally.Patrick Caulfield2001-12-051-1/+4
* Locking for lvremove and a couple of typo fixes.Patrick Caulfield2001-12-054-6/+33
* ADd locking to lvresizePatrick Caulfield2001-12-051-7/+18
* Lock by name rather than UUID. (just as well really, the UUIDs are too long forPatrick Caulfield2001-12-031-6/+6
* Add local lockfile-based lockingPatrick Caulfield2001-12-032-13/+160
* Put back prototypes that got lost in the last merge I did.Patrick Caulfield2001-11-261-0/+7
* Add routines for checking for LV and VG activity around the clusterPatrick Caulfield2001-11-263-19/+141
* Send UUIDs round the cluster. Hmmm, need to resolve these at t'other end.Patrick Caulfield2001-11-231-9/+11
* Bring forward a few more changes so my tree works with the current devmapperPatrick Caulfield2001-11-232-36/+27
* Bring Alasdairs 64bit fixes into this tree.Patrick Caulfield2001-11-232-3/+6
* Make shared libraryPatrick Caulfield2001-11-222-5/+27
* Use new simplified APIPatrick Caulfield2001-11-211-2/+2
* Simplify the API a fair bit and add some actual suspend/resume calls for localPatrick Caulfield2001-11-212-25/+114
* Add a couple of suspend API functions.Patrick Caulfield2001-11-212-0/+28
* The first command to call the locking API.Patrick Caulfield2001-11-201-10/+26
* - Add suspend flag to the locking API as we don't always want to suspend thePatrick Caulfield2001-11-203-30/+100
* Add cmgr into list of include files and objects to build.Patrick Caulfield2001-11-192-1/+3
* Add cluster manager library.Patrick Caulfield2001-11-193-0/+525
* Zero first 4k of new LVs.Alasdair Kergon2001-11-161-15/+19
* Don't need EXTRA_LIBS as autoconf fills in LIBS for us with all that is needed.Patrick Caulfield2001-11-162-2/+1
* size_ts aren't really pointers but there are no format specifiers for them,Patrick Caulfield2001-11-161-2/+3
* Fix format characters for printing size_tsPatrick Caulfield2001-11-161-2/+2
* Do substitution on LIBS so that those platforms that need -lncurses as well asPatrick Caulfield2001-11-162-0/+2
* lvrename (without reactivation)Alasdair Kergon2001-11-159-22/+149
* Use POSIX defined PRIu64 for formatting 64 bit unsigned integer typesPatrick Caulfield2001-11-154-12/+6
* Use FMT_64 to format 64bit typesPatrick Caulfield2001-11-151-1/+2
* define FMT_64 to be the right format string for 64-bit types a la GFSPatrick Caulfield2001-11-152-4/+12
* Use inttypes.hAlasdair Kergon2001-11-153-17/+5
* #include <string.h> for memsetPatrick Caulfield2001-11-151-0/+1
* More LV-related tidying. lvdisplay without args now shows all LVs.Alasdair Kergon2001-11-1411-215/+183
* Avoid generating duplicate lv namesAlasdair Kergon2001-11-142-7/+7
* Miscellaneous tidyingAlasdair Kergon2001-11-149-76/+85
* o lvcreate no longer needs the explicit -n flagJoe Thornber2001-11-143-23/+49
* o Prefix static var with '_'Joe Thornber2001-11-141-4/+4
* o Added dev_open and dev_close functionsJoe Thornber2001-11-146-32/+128
* o Deal with sparse lv arrays (on disk)Joe Thornber2001-11-135-15/+59
* o lvdisplay now shows LE / PV mapAlasdair Kergon2001-11-135-82/+113
* o Put underscore between vg and lv name.Joe Thornber2001-11-131-2/+2
* Merge lvreduce & lvextend into lvresize.Alasdair Kergon2001-11-1311-398/+355
* o StuffJoe Thornber2001-11-124-23/+30
* o Add ALLOC_SIMPLEJoe Thornber2001-11-123-10/+21
* Remove hard-coding and create device-mapper directory if requiredAlasdair Kergon2001-11-122-8/+17
* o if any pattern rejects a device, and there were no accepts then reject !Joe Thornber2001-11-124-7/+8
* o check result of an allocationJoe Thornber2001-11-121-0/+5