summaryrefslogtreecommitdiffstats
path: root/lib/format1
Commit message (Expand)AuthorAgeFilesLines
* cleanup: format1 test whether PV was foundZdenek Kabelac2012-08-231-1/+4
* cleanup: uint64_t castsZdenek Kabelac2012-08-233-3/+3
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-222-5/+2
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-1/+2
* Check for vg_name existanceZdenek Kabelac2012-02-271-1/+2
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+3
* Fix pool names of the format1/format_pool orphan VGs.Petr Rockai2012-02-151-1/+1
* Add free_orphan_vgZdenek Kabelac2012-02-131-6/+2
* Clean error paths for format instanceZdenek Kabelac2012-02-131-4/+10
* Release_vg instead of plain free in error pathZdenek Kabelac2012-02-131-1/+1
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-121-1/+1
* Keep a global (per-format) orphan_vg and keep any and all orphan PVs linked toPetr Rockai2012-02-101-0/+22
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-103-32/+53
* Fix resource leaks for failing allocationZdenek Kabelac2012-02-081-1/+4
* Always use vg memory pool for allocated lv segmentZdenek Kabelac2011-10-231-3/+3
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-2/+2
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-012-4/+20
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-1/+1
* Fix reading of unitialized memoryZdenek Kabelac2011-03-301-1/+5
* Fix allocation of system_idZdenek Kabelac2011-03-131-1/+1
* Use format instance mempool where possible and adequate.Peter Rajnoha2011-03-111-2/+1
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-111-1/+1
* Add mem and ref_count fields to struct format_instance for own mempool use.Peter Rajnoha2011-03-111-2/+10
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-111-7/+1
* Refactor vg allocation codeZdenek Kabelac2011-03-101-50/+24
* vgconvert is fixed now to work with the changes in metadata area handling - e...Peter Rajnoha2011-02-251-1/+1
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-2/+1
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-211-8/+0
* Separate new pv_initialise function out of the original pv_setup code.Peter Rajnoha2011-02-211-10/+24
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-2/+1
* Change create_instance to create PV-based as well as VG-based format instances.Peter Rajnoha2011-02-211-3/+3
* Remove unused variable labelZdenek Kabelac2010-12-201-2/+1
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-2/+2
* Fallback to full rescan for missing deviceZdenek Kabelac2010-12-011-1/+1
* Remove unneeded test for NULLZdenek Kabelac2010-11-301-1/+1
* Rename 'flags' to 'status' for struct metadata_area.Dave Wysochanski2010-10-051-1/+1
* Restrict lvm1 partial mode.Milan Broz2010-10-041-2/+26
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-303-7/+3
* Fix handling of partial VG for lvm1 format metadataMilan Broz2010-09-221-2/+49
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-095-32/+32
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-7/+9
* Add more initializations of 'mda->flags' field.Dave Wysochanski2010-06-291-1/+2
* Add metadata_areas_ignored list and functions to manage ignored mdas.Dave Wysochanski2010-06-281-0/+1
* Rename fid->metadata_areas to fid->metadata_areas_in_use.Dave Wysochanski2010-06-281-2/+2
* Install plugins to subdirsZdenek Kabelac2010-05-061-1/+1
* INSTALL rules updatesZdenek Kabelac2010-04-091-7/+3
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Fix pvmove allocation to take existing parallel stripes into account.Alasdair Kergon2010-04-081-2/+2
* Add add_pvl_to_vgs() - helper function to add a pv to a vg list.Dave Wysochanski2010-04-061-2/+1