summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-1691-2357/+851
* Refuse to run pvcreate/pvremove on devices we can't open exclusively.Alasdair Kergon2005-10-032-7/+42
* Fix chunksize field in reports.Alasdair Kergon2005-09-232-2/+17
* Don't hide snapshots from default 'lvs' output.Alasdair Kergon2005-09-231-1/+2
* Add is_dm_major() for use in duplicate device detection in lvmcache_add().Alasdair Kergon2005-09-163-1/+33
* Really switch device number in lvmcache when it says it is doing so.Alasdair Kergon2005-09-161-0/+2
* Option for bitset memory allocation using malloc as well as pool.Alasdair Kergon2005-09-161-1/+10
* Don't assume exactly two mirrors when parsing mirror statusAlasdair Kergon2005-09-021-3/+26
* Suppress fsync() error message on filesystems that don't support it.Alasdair Kergon2005-09-012-2/+2
* Add format1 dev_write debug messages.Alasdair Kergon2005-08-161-0/+19
* clvmd no longer takes out locks for non-clusteed LVs,Patrick Caulfield2005-08-161-3/+4
* Add clustered VG attribute to report.Alasdair Kergon2005-08-152-2/+7
* Add clustered VG flag to LV lock requests.Alasdair Kergon2005-08-151-8/+14
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-152-15/+15
* Prepare tools to support clustered mirrors.Alasdair Kergon2005-08-147-17/+33
* Factor out adjusted_mirror_region_size()Alasdair Kergon2005-08-122-0/+22
* Move compose_log_line() into mirror directory.Alasdair Kergon2005-08-103-52/+43
* Factor out _get_library_path().Alasdair Kergon2005-08-091-6/+13
* Recognise aoe devices.Alasdair Kergon2005-08-081-0/+1
* fix last checkinAlasdair Kergon2005-08-041-6/+0
* Prevent snapshots getting activated in a clustered VG.Alasdair Kergon2005-08-041-3/+17
* Separate out _build_dev_string.Alasdair Kergon2005-08-041-56/+36
* fix pool format handler to work with pvseg codeAJ Lewis2005-07-261-1/+1
* Fix pvmove segment splitting.Alasdair Kergon2005-07-124-12/+40
* Only make one attempt at contiguous allocation.Alasdair Kergon2005-07-121-1/+1
* Fix lvm1 format metadata read.Alasdair Kergon2005-06-221-1/+1
* preset pl to NULLAlasdair Kergon2005-06-141-1/+1
* missing fn defsAlasdair Kergon2005-06-141-0/+3
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-1415-52/+187
* Use matchpathcon mode parameter.Alasdair Kergon2005-06-133-8/+11
* o print the context along with the path when setting selinux contextAJ Lewis2005-06-101-1/+3
* Remove hard-coded 64k text metadata writing restriction.Alasdair Kergon2005-06-075-40/+70
* Make VG name restrictions consistent.Alasdair Kergon2005-06-063-2/+7
* Introduce lvconvert. So far only removes mirror images.Alasdair Kergon2005-06-061-0/+69
* Allow mirror images to be resized.Alasdair Kergon2005-06-031-4/+25
* Allow mirror images to have more than one segment.Alasdair Kergon2005-06-031-3/+7
* lvremove mirror imagesAlasdair Kergon2005-06-031-17/+18
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-0313-18/+202
* Basic support for mirrors.Alasdair Kergon2005-06-0143-1110/+1488
* Fix mem allocs after archiver code move.Alasdair Kergon2005-05-241-2/+4
* Fix vgmerge to handle duplicate LVIDs.Alasdair Kergon2005-05-191-4/+1
* Start merging cloned allocation functions.Alasdair Kergon2005-05-171-205/+115
* Move archiver code from tools into library.Alasdair Kergon2005-05-175-0/+551
* vgscan/change/display/vgs automatically create metadata backup if out-of-date...Alasdair Kergon2005-05-171-2/+4
* Fix contiguous allocations with linear.Alasdair Kergon2005-05-112-44/+51
* Cope with missing format1 PVs again.Alasdair Kergon2005-05-111-0/+9
* Remove lists of free PV segments.Alasdair Kergon2005-05-1110-257/+104
* %Zu->zuAlasdair Kergon2005-05-091-1/+1
* fix compiler warningsAlasdair Kergon2005-05-092-1/+2
* Fix loopfiles mem alloc.Alasdair Kergon2005-05-092-8/+14