summaryrefslogtreecommitdiff
path: root/lib/format_pool
Commit message (Expand)AuthorAgeFilesLines
* redefine pvcreate structsDavid Teigland2016-02-251-4/+1
* lvmcache/lvmetad: cache PV extension versionPeter Rajnoha2016-02-151-0/+1
* lvmcache/lvmetad: cache PV extension flagsPeter Rajnoha2016-02-151-0/+1
* metadata: format: also delete bootloader areas from lvmcache when reading lvm...Peter Rajnoha2016-02-021-0/+1
* doc: change fsf addressZdenek Kabelac2016-01-219-9/+9
* vgrename: use process_each_vgdev-dct-vgrenameDavid Teigland2015-12-141-1/+3
* segtypes: Use SEG_TYPE_NAME_ string constants.Alasdair G Kergon2015-09-221-3/+2
* cache: Store metadata size and checksum.Alasdair G Kergon2015-03-181-0/+2
* thin: simplify thin volume creationZdenek Kabelac2014-10-261-2/+2
* pvscan: use format feature flags in lvmetad codeAlasdair G Kergon2014-01-081-1/+1
* labeller: Make the use of "private" as "fmt" explicit.Petr Rockai2013-11-172-2/+2
* cleanup: drop unused headersZdenek Kabelac2013-06-161-1/+0
* refactor: make device type recognition code common for general usePeter Rajnoha2013-06-121-4/+5
* vgread: fix fid transfer for lvm1 and pool formatZdenek Kabelac2013-04-211-2/+2
* lvmcache: keep sp_count unsignedZdenek Kabelac2013-04-121-1/+1
* cleanup: use struct pvcreate_restorable_params throughoutPeter Rajnoha2013-02-261-3/+1
* logging: classify log_debug messagesAlasdair G Kergon2013-01-072-8/+8
* 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