summaryrefslogtreecommitdiffstats
path: root/lib/format_pool
Commit message (Expand)AuthorAgeFilesLines
* cleanup: uint64_t castsZdenek Kabelac2012-08-231-1/+1
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-232-2/+0
* 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/+2
* Update cut&paste error messageZdenek Kabelac2012-02-151-1/+1
* 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-1/+5
* 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-101-73/+103
* Fix resource leaks for failing allocationZdenek Kabelac2012-02-081-1/+4
* Always use vg memory pool for allocated lv segmentZdenek Kabelac2011-10-231-2/+2
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-2/+2
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-1/+1
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-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/+2
* Add mem and ref_count fields to struct format_instance for own mempool use.Peter Rajnoha2011-03-111-2/+8
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-111-11/+2
* Refactor vg allocation codeZdenek Kabelac2011-03-101-61/+33
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-211-9/+0
* Separate new pv_initialise function out of the original pv_setup code.Peter Rajnoha2011-02-211-0/+13
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-1/+0
* Change create_instance to create PV-based as well as VG-based format instances.Peter Rajnoha2011-02-211-3/+3
* Add internal error if pointer is uninitializedZdenek Kabelac2010-12-201-0/+5
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-2/+2
* Some const cleanupsZdenek Kabelac2010-12-201-1/+1
* Check str_list_add() successZdenek Kabelac2010-12-011-2/+8
* Rename 'flags' to 'status' for struct metadata_area.Dave Wysochanski2010-10-051-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-093-28/+28
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-0/+1
* Add more initializations of 'mda->flags' field.Dave Wysochanski2010-06-291-0/+1
* 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
* Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places.Dave Wysochanski2010-04-131-2/+1
* Move increment of vg->pv_count from import_pool_vg() to import_pool_pvs().Dave Wysochanski2010-04-131-1/+1
* Remove unnecessary parameter from import_pool_pvs().Dave Wysochanski2010-04-133-4/+4
* INSTALL rules updatesZdenek Kabelac2010-04-091-9/+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
* 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-13/+2
* 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