summaryrefslogtreecommitdiffstats
path: root/lib/format1
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor format1 vg->pvs list add and vg->pv_count.Dave Wysochanski2010-04-063-8/+6
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-011-3/+3
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Cleanup returns for void functions.Zdenek Kabelac2009-12-112-2/+0
* Recognise DRBD device part and handle it similar to MD devices.Milan Broz2009-10-271-3/+4
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
* Consolidate LV allocation into alloc_lv().Alasdair Kergon2009-09-281-7/+1
* Add vg_is_resizeable() and cleanup references.Dave Wysochanski2009-09-151-1/+1
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-3/+3
* Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer2009-07-301-0/+1
* Add vg_reduce to metadata.c and metadata-exported.hDave Wysochanski2009-07-271-0/+1
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-154-24/+24
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-1/+1
* Introduce link_lv_to_vg and unlink_lv_from_vg functions.Milan Broz2009-05-131-10/+8
* Tidy format1 import LV function.Milan Broz2009-05-132-6/+10
* Remove vg->lv_count and use counter function.Milan Broz2009-05-131-2/+1
* Fix snapshot segment import to not use duplicate segments & replace.Milan Broz2009-05-131-1/+1
* Remove snapshot_count from VG and use function instead.Milan Broz2009-05-121-1/+1
* Introduce memory pool per volume group.Milan Broz2009-04-101-7/+9
* 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
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-038-108/+109
* Rename a couple of variables that matched function names.Alasdair Kergon2008-11-031-3/+3
* revert unexplained removal of a '<backtrace>' messageAlasdair Kergon2008-09-191-1/+1
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-193-20/+7
* Pass struct physical_volume to pe_align.Alasdair Kergon2008-09-191-0/+1
* revert unnecessary 'stack'sAlasdair Kergon2008-09-151-2/+2
* format1: Not detecing label on disc is not error, remove <backtrace> from deb...Milan Broz2008-08-281-3/+3
* Fix metadata corruption writing lvm1-formatted metadata with snapshots.Alasdair Kergon2008-04-221-1/+1
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-1/+1
* preparation for vg cacheAlasdair Kergon2008-03-171-1/+1
* split orphan VG by format typeAlasdair Kergon2008-02-065-14/+22
* Some whitespace tidy-ups.Alasdair Kergon2008-01-307-23/+23
* Use stack return macros throughout.Alasdair Kergon2008-01-307-222/+118
* Maintain lists of stacked LV segments using each LV.Alasdair Kergon2008-01-161-0/+1
* Enhance the management of readahead settings.Alasdair Kergon2007-11-092-3/+13
* Show 'not usable' space when PV is too large for device in pvdisplay.Alasdair Kergon2007-11-051-2/+2
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-022-6/+9
* Add is_orphan_vg() and change all hardcoded checks to use it.Bryn M. Reeves2007-11-021-1/+1
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-122-6/+6
* Non-functional change - refactor vg_add_snapshot fid parameter.Dave Wysochanski2007-10-111-1/+1
* 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-224-20/+20
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-2010-28/+28
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-263-44/+27
* Try to fix reading in of lvm1 striped LVs.Alasdair Kergon2007-03-151-33/+36
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-303-10/+10
* Set PV size to current device size if it is found to be zero.Alasdair Kergon2006-10-193-6/+28
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-1/+1
* Separate out LVM1_PE_ALIGN.Alasdair Kergon2006-08-173-3/+4