summaryrefslogtreecommitdiffstats
path: root/lib/metadata/metadata-exported.h
Commit message (Expand)AuthorAgeFilesLines
...
* Permit --available with lvcreate so non-snapshot LVs need not be activated.Alasdair Kergon2011-06-011-2/+16
* Make vg_mark_partial_lvs also clear existing PARTIAL_LV flags, so it can bePetr Rockai2011-05-071-0/+2
* clean up critical section patchAlasdair Kergon2011-04-281-1/+1
* This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow2011-04-061-4/+3
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-291-1/+1
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-0/+8
* Add mem and ref_count fields to struct format_instance for own mempool use.Peter Rajnoha2011-03-111-0/+3
* PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz2011-03-021-0/+1
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-1/+1
* Revert the patch for vgconvert to work with recent changes in metadata area h...Peter Rajnoha2011-02-251-3/+0
* Fix vgconvert code to work with changes in metadata area handling and changesPeter Rajnoha2011-02-211-0/+3
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-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-3/+4
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-2/+2
* Change and generalise struct format_instance for PV and VG use.Peter Rajnoha2011-02-211-0/+32
* Const fixingZdenek Kabelac2011-02-181-4/+4
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-1/+0
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-0/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-3/+3
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-9/+2
* Suppress 'No PV label' message when removing several PVs without mdas.Alasdair Kergon2010-11-231-2/+2
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-1/+1
* Make lvconvert respect --yes/--force in the inactive log conversionPetr Rockai2010-10-121-1/+1
* Refactor metadata.[ch] into lv.[ch] for lv functions.Dave Wysochanski2010-09-301-28/+1
* Refactor metadata.[ch] into pv.[ch] for pv functions.Dave Wysochanski2010-09-301-51/+1
* Refactor metadata.[ch] into vg.[ch] for vg functions.Dave Wysochanski2010-09-301-97/+2
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-10/+11
* improve vgmetadatacopies unmanaged messageAlasdair Kergon2010-06-301-3/+3
* more mda ignore cleanupsAlasdair Kergon2010-06-301-2/+3
* Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski2010-06-301-0/+1
* Add --metadataignore to pvcreate.Dave Wysochanski2010-06-301-0/+1
* Improve logging for setting --vgmetadatacopies.Dave Wysochanski2010-06-291-1/+1
* Move code into pv_change_metadataignore library function.Dave Wysochanski2010-06-291-0/+1
* Allow 'all' and 'unmanaged' values for --vgmetadatacopies.Dave Wysochanski2010-06-281-0/+2
* Add vg get/set methods for VG metadata copies.Dave Wysochanski2010-06-281-0/+2
* Add mda_copies to VG structures and initialization.Dave Wysochanski2010-06-281-0/+2
* Define new functions and vgs/pvs fields related to mda ignore.Dave Wysochanski2010-06-281-0/+3
* Add metadata_areas_ignored list and functions to manage ignored mdas.Dave Wysochanski2010-06-281-1/+8
* Rename fid->metadata_areas to fid->metadata_areas_in_use.Dave Wysochanski2010-06-281-1/+1
* Account for mirror transient status when doing lvconvert --repair.Petr Rockai2010-05-241-2/+4
* Replicator: add read and release VGs for rsitesZdenek Kabelac2010-05-211-0/+3
* Replicator: add find_replicator_vgsZdenek Kabelac2010-05-211-0/+2
* Replicator: add sorted cmd_vg listZdenek Kabelac2010-05-211-0/+16
* Replicator: extend volume_group with list of VGs and flagZdenek Kabelac2010-05-211-1/+3
* Replicator: base lvm2 supportZdenek Kabelac2010-05-211-1/+73
* Add find_vgname_from_{pvname|pvid} functions.Dave Wysochanski2010-05-191-0/+4
* Validate orphan and VG_GLOBAL lock order too.Alasdair Kergon2010-05-191-0/+1
* Disallow toggling the cluster attribute of a volume group if thereJonathan Earl Brassow2010-05-141-0/+1
* Disallow the direct removal of a merging snapshot.Mike Snitzer2010-04-231-1/+1