summaryrefslogtreecommitdiffstats
path: root/lib/format_text/format-text.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-2/+0
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-2/+1
* Fix division by zero if PV with zero PE count is used during vgcfgrestore.Peter Rajnoha2012-05-091-1/+1
* Check if info struct returned is not NULL.Peter Rajnoha2012-04-101-0/+3
* Pass struct device around internally rather than dev_t.Alasdair Kergon2012-03-021-1/+1
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-7/+10
* Add some stack traces for dev_close error pathsZdenek Kabelac2012-02-281-2/+4
* Remove test for pvidZdenek Kabelac2012-02-271-1/+0
* Some reformating for lvmetad uddatesZdenek Kabelac2012-02-231-5/+14
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-6/+58
* Add check for mda_copy failureZdenek Kabelac2012-02-131-1/+2
* Add free_orphan_vgZdenek Kabelac2012-02-131-7/+2
* Clean error paths for format instanceZdenek Kabelac2012-02-131-18/+15
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-121-11/+4
* Keep a global (per-format) orphan_vg and keep any and all orphan PVs linked toPetr Rockai2012-02-101-23/+40
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-115/+54
* Fix resource leaks for failing allocationZdenek Kabelac2012-02-081-7/+5
* Replace dynamic buffer allocations for PATH_MAXZdenek Kabelac2011-11-181-1/+1
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-9/+9
* Directly allocate buffer memory in a pvck scan instead of using a mempool.Peter Rajnoha2011-08-291-3/+3
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* Fix RHBZ 651590 (failure to lock LV results in failure to repair mirror afterPetr Rockai2011-06-151-1/+8
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-30/+5
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-5/+5
* Fix use of released vgname and vgidZdenek Kabelac2011-04-211-4/+16
* Use format instance mempool where possible and adequate.Peter Rajnoha2011-03-111-13/+12
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-111-5/+1
* Make create_text_context fn static and move it inside create_instance fn.Peter Rajnoha2011-03-111-47/+52
* Add mem and ref_count fields to struct format_instance for own mempool use.Peter Rajnoha2011-03-111-13/+11
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-111-11/+3
* Use a copy if moving an mda from pv fid to vg fid.Peter Rajnoha2011-03-021-3/+5
* Make add_metadata_area_to_pv/remove_metadata_area_from_pv static.Peter Rajnoha2011-03-021-10/+10
* Use pv->vg_name directly instead of pv->vg->name in _text_pv_write.Peter Rajnoha2011-02-281-2/+1
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-12/+2
* Allow only orphan PVs to be resized even with two metadata areas.Peter Rajnoha2011-02-251-0/+11
* Read PV metadata information from cache if pv_setup called with pv->fid == vg...Peter Rajnoha2011-02-251-7/+29
* Fix a bug in metadata location calculation, cleanup pv_add_metadata_area fn.Peter Rajnoha2011-02-251-40/+62
* Add old_uuid field to struct physical_volume so we can still reference a PVPeter Rajnoha2011-02-211-5/+5
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-0/+50
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-94/+62
* Remove unused _mda_setup fn. This functionality is covered by new pv_add_meta...Peter Rajnoha2011-02-211-153/+0
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-211-132/+46
* Separate new pv_initialise function out of the original pv_setup code.Peter Rajnoha2011-02-211-0/+70
* Add new pv_remove_metadata_area interface function.Peter Rajnoha2011-02-211-0/+24
* Add new pv_add_metadata_area interface function.Peter Rajnoha2011-02-211-0/+245
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-14/+1
* Change the code throughout for recent changes in format_instance handling.Peter Rajnoha2011-02-211-2/+5
* Change create_instance to create PV-based as well as VG-based format instances.Peter Rajnoha2011-02-211-70/+131
* Critical sectionZdenek Kabelac2011-02-181-1/+1
* Fix wipe size when seting up mda.Zdenek Kabelac2011-02-031-4/+4