summaryrefslogtreecommitdiffstats
path: root/lib/metadata/metadata.h
Commit message (Expand)AuthorAgeFilesLines
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-1/+2
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+4
* Thin add pool_below_thresholdZdenek Kabelac2012-02-081-0/+1
* Thin fix transaction_id incrementation and code refactoringZdenek Kabelac2012-01-251-4/+6
* Thin supports snapshotsZdenek Kabelac2011-11-071-1/+2
* Make detach_pool_message visible for toolsZdenek Kabelac2011-10-301-1/+0
* Thin support for stripeZdenek Kabelac2011-10-281-1/+1
* Recoded way to insert thin pool into vgZdenek Kabelac2011-10-221-0/+3
* Make move_lv_segment non-staticZdenek Kabelac2011-10-221-0/+3
* Simple validation of messages in mdaZdenek Kabelac2011-10-191-1/+1
* Message support for thin provisiongZdenek Kabelac2011-10-171-0/+4
* Add simple function for lookup of some free device_idZdenek Kabelac2011-10-031-0/+3
* Append z to lv_attr if new blocks will be zeroed.Alasdair Kergon2011-09-091-1/+1
* lvcreate/remove thin_pool and thin volumes (--driverloaded n only)Alasdair Kergon2011-09-081-0/+4
* pool attach fns & more field renamingAlasdair Kergon2011-09-061-3/+5
* add thin_manip.c like the other manip filesAlasdair Kergon2011-09-061-0/+7
* Start using 64-bit status flags - most of the code already handles them.Alasdair Kergon2011-09-061-42/+11
* Use size_t return typeZdenek Kabelac2011-09-011-1/+1
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-2/+3
* Remove INCONSISTENT_VG flagZdenek Kabelac2011-08-101-1/+0
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-0/+1
* When suspending, automatically preload newly-visible existing LVsAlasdair Kergon2011-06-301-0/+5
* Remove unused internal flag ACTIVATE_EXCL from the codeZdenek Kabelac2011-06-171-1/+0
* Fix RHBZ 651590 (failure to lock LV results in failure to repair mirror afterPetr Rockai2011-06-151-1/+5
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-1/+2
* Make vg_mark_partial_lvs also clear existing PARTIAL_LV flags, so it can bePetr Rockai2011-05-071-1/+0
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-111-0/+8
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-111-12/+15
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-0/+1
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-0/+8
* 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-6/+2
* Separate new pv_initialise function out of the original pv_setup code.Peter Rajnoha2011-02-211-0/+12
* Add new pv_remove_metadata_area interface function.Peter Rajnoha2011-02-211-0/+7
* Add new pv_add_metadata_area interface function.Peter Rajnoha2011-02-211-0/+11
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-2/+1
* Add vg_set_fid function to change VG format instance.Peter Rajnoha2011-02-211-0/+1
* Change create_instance to create PV-based as well as VG-based format instances.Peter Rajnoha2011-02-211-6/+10
* Change and generalise struct format_instance for PV and VG use.Peter Rajnoha2011-02-211-0/+12
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-1/+0
* Change import_vg_from_buffer to use config_treeZdenek Kabelac2011-01-101-0/+3
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-1/+1
* Some const cleanupsZdenek Kabelac2010-12-201-1/+1
* Fix scanning of VGs without in-PV mdas.Alasdair Kergon2010-12-101-1/+1
* pre-releaseAlasdair Kergon2010-10-251-1/+0
* Rename 'flags' to 'status' for struct metadata_area.Dave Wysochanski2010-10-051-1/+1
* Fix copyright dates on new files lib/metadata/{lv|vg|pv}.[ch].Dave Wysochanski2010-09-301-1/+1
* Add tags_format_and_copy() common function and call from _tags_disp.Dave Wysochanski2010-09-301-0/+1
* Add {pv|vg|lv}_attr_dup() functions and refactor 'disp' functions.Dave Wysochanski2010-09-301-0/+1
* Refactor metadata.[ch] into vg.[ch] for vg functions.Dave Wysochanski2010-09-301-7/+0