summaryrefslogtreecommitdiffstats
path: root/lib/format_pool
Commit message (Expand)AuthorAgeFilesLines
...
* Remove vg->lv_count and use counter function.Milan Broz2009-05-132-3/+0
* Remove snapshot_count from VG and use function instead.Milan Broz2009-05-121-1/+0
* Introduce memory pool per volume group.Milan Broz2009-04-101-3/+5
* Try to avoid full rescan if label scan is enough.Milan Broz2009-02-251-1/+2
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-221-0/+1
* more fixesAlasdair Kergon2008-11-041-1/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-035-49/+50
* Pass struct physical_volume to pe_align.Alasdair Kergon2008-09-191-0/+1
* copy vgid only when volume group is present in import_pool_pvZdenek Kabelac2008-06-112-2/+3
* Fix wrong free_count on imported volume group from pool deviceZdenek Kabelac2008-06-102-2/+2
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-082-3/+4
* split orphan VG by format typeAlasdair Kergon2008-02-061-0/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-304-5/+5
* Use stack return macros throughout.Alasdair Kergon2008-01-303-104/+52
* Maintain lists of stacked LV segments using each LV.Alasdair Kergon2008-01-161-0/+1
* Enhance the management of readahead settings.Alasdair Kergon2007-11-091-1/+2
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-211-1/+1
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-223-18/+22
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-208-21/+21
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-303-10/+10
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-094-18/+19
* Check for libsepol.Alasdair Kergon2006-04-192-27/+27
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-122-0/+2
* If two or more VGs are found with the same name, use one that is not exported.Alasdair Kergon2006-04-121-1/+1
* When scanning, also record whether or not VG is exported.Alasdair Kergon2006-04-111-1/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-165-56/+48
* fix pool format handler to work with pvseg codeAJ Lewis2005-07-261-1/+1
* preset pl to NULLAlasdair Kergon2005-06-141-1/+1
* Basic support for mirrors.Alasdair Kergon2005-06-013-43/+21
* Remove lists of free PV segments.Alasdair Kergon2005-05-111-1/+0
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-2/+8
* extend alloc_lv_segmentAlasdair Kergon2005-04-221-36/+37
* set_lv_segment_area_pv/lvAlasdair Kergon2005-04-221-8/+6
* Initial pv_segment code.Alasdair Kergon2005-04-191-0/+8
* Internal snapshot code restructuring.Alasdair Kergon2005-04-072-2/+8
* Add fixed offset to imported pool minor numbers.Alasdair Kergon2005-02-092-1/+3
* Split out pool sptype_names to avoid unused const.Alasdair Kergon2005-01-203-23/+43
* pool debuggingAlasdair Kergon2004-11-232-3/+3
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-161-1/+1
* Write log message when each segtype/format gets initialised.Alasdair Kergon2004-09-141-0/+2
* Cluster-extension-only installation.Alasdair Kergon2004-08-181-2/+0
* Change alloc_areas to pe_ranges and allow suppression of availability checks.Alasdair Kergon2004-08-171-1/+1
* tidy relative paths in makefile includesAlasdair Kergon2004-06-151-1/+1
* mark pool support read-only; fix makefile typoAlasdair Kergon2004-06-071-1/+1
* Add read-only GFS pool support.Alasdair Kergon2004-06-079-0/+1427