1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/metadata
Zdenek Kabelac 6d6c233768 cleanup: move towards using direct LV pointers
We do not won't to 'expose'  internals of VG struct.
ATM we use lists to keep all LVs - we may want to switch
to better struct for quicker 'search'.

Since we do not need 'lists' but always actual LV,
switch find_lv_in_vg_by_lvid() to return LV,
and replaces some use case of  find_lv_in_vg()
with 'better' working find_lv() which already
returns LV.
2015-11-23 23:42:59 +01:00
..
cache_manip.c cache: ensure there is no NULL str 2015-11-09 17:04:10 +01:00
lv_alloc.h thin: simplify thin volume creation 2014-10-26 18:37:13 +01:00
lv_manip.c coverity: add few internal errors 2015-11-13 11:18:27 +01:00
lv.c cleanup: check LVs in one statement 2015-11-13 11:17:06 +01:00
lv.h raid: Add metadata dev information to reports. 2015-10-02 10:09:28 +01:00
merge.c pool: validate pool_metadata has proper suffix 2015-09-11 21:52:27 +02:00
metadata-exported.h pvmove: Remove unused find_pvmove_lv_from_pvname. 2015-11-13 18:06:08 +00:00
metadata.c cleanup: move towards using direct LV pointers 2015-11-23 23:42:59 +01:00
metadata.h cleanup: move towards using direct LV pointers 2015-11-23 23:42:59 +01:00
mirror.c pvmove: Remove unused find_pvmove_lv_from_pvname. 2015-11-13 18:06:08 +00:00
pool_manip.c cleanup: use display_lvname in pmspare 2015-11-18 22:17:26 +01:00
pv_alloc.h cleanup: self compilable headers 2013-12-12 13:28:19 +01:00
pv_manip.c pvremove: make sure even invalid info is removed from lvmcache on pvremove 2015-10-23 15:48:06 +02:00
pv_map.c raid_manip: v2 fix multi-segment misallocation on 'lvconvert --repair' 2015-01-16 13:44:16 +01:00
pv_map.h Track unreserved space for all alloc policies and then permit NORMAL to place 2012-02-01 02:10:45 +00:00
pv.c pv: add 'mem' arg for pv_uuid_dup and pv_name_dup 2015-09-21 14:21:42 +02:00
pv.h pv: add 'mem' arg for pv_uuid_dup and pv_name_dup 2015-09-21 14:21:42 +02:00
raid_manip.c raid: drop unneeded NULL test 2015-11-17 19:01:25 +01:00
replicator_manip.c macros: Wrap PRI with FMT. 2015-07-06 15:09:17 +01:00
segtype.c clean: remove unneeded assign 2013-06-17 09:34:56 +02:00
segtype.h segtypes: Use flags in raid segtype macros. 2015-09-24 20:43:18 +01:00
snapshot_manip.c segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
thin_manip.c cleanup: use same type 2015-10-29 12:14:20 +01:00
vg.c cleanup: unused header files (Coverity) 2015-08-18 15:00:08 +02:00
vg.h Add lvmlockd 2015-07-02 15:42:26 -05:00