summaryrefslogtreecommitdiffstats
path: root/lib/metadata/vg.c
Commit message (Expand)AuthorAgeFilesLines
* Disallow changing cluster attribute of VG while RAID LVs are active.Jonathan Earl Brassow2012-04-251-3/+5
* Add free_orphan_vgZdenek Kabelac2012-02-131-0/+12
* Keep a global (per-format) orphan_vg and keep any and all orphan PVs linked toPetr Rockai2012-02-101-1/+1
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-1/+1
* Add support to keep info about creation time and host for each LVZdenek Kabelac2012-01-191-0/+7
* Avoid lvextend to overflowZdenek Kabelac2011-11-041-1/+1
* Cache and share generated VG structsZdenek Kabelac2011-08-111-0/+10
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-0/+22
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-0/+1
* Refactor vg allocation codeZdenek Kabelac2011-03-101-0/+32
* pre-releaseAlasdair Kergon2010-10-251-0/+1
* Fix copyright dates on new files lib/metadata/{lv|vg|pv}.[ch].Dave Wysochanski2010-09-301-1/+2
* Add supporting functions vg_name_dup, vg_fmt_dup, vg_system_id_dup.Dave Wysochanski2010-09-301-0/+17
* Add pv_tags_dup, vg_tags_dup, lv_tags_dup functions that call tags_format_and...Dave Wysochanski2010-09-301-0/+5
* Add pv_uuid_dup, vg_uuid_dup, and lv_uuid_dup, and call id_format_and_copy.Dave Wysochanski2010-09-301-0/+5
* Simplify logic to create 'attr' strings.Dave Wysochanski2010-09-301-25/+5
* Add {pv|vg|lv}_attr_dup() functions and refactor 'disp' functions.Dave Wysochanski2010-09-301-0/+37
* Add lib/metadata/vg.[ch] and lib/metadata/lv.[ch].Dave Wysochanski2010-09-301-0/+436