]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2009-07-31 Alasdair Kergonconfigure --udevdir
2009-07-31 Alasdair Kergonadd not-yet-working udev options
2009-07-31 Alasdair KergonPrepare for udev synchronisation code. (options don...
2009-07-30 Mike SnitzerDisable the "new pe_start policy"
2009-07-30 Mike SnitzerRevert 'preserve_pe_start' related code in _text_pv_setup
2009-07-30 Mike SnitzerAdd --dataalignmentoffset to pvcreate to shift start...
2009-07-30 Mike SnitzerPreserve pe_start in .pv_setup and .pv_write if pe_star...
2009-07-30 Mike SnitzerRemove legacy support for preserving pe_start if a...
2009-07-30 Mike SnitzerFix _mda_setup() to not check first mda's size before...
2009-07-30 Mike SnitzerFormalize pe_start policy as split between .pv_setup...
2009-07-30 Christine CaulfieldDocument the -I option to clvmd
2009-07-30 Alasdair Kergoncorosync not cman...
2009-07-30 Alasdair KergonFix configure script to handle multiple clvmd selections.
2009-07-29 Alasdair Kergon Fix lvm2app.pc installation filename.
2009-07-29 Dave WysochanskiDon't include lvm-version.h in exported liblvm file!
2009-07-29 Dave WysochanskiRemove unneeded struct on return from lvm_lv_create_linear.
2009-07-29 Alasdair Kergonrenamed include files
2009-07-29 Alasdair KergonRemove pv_t, vg_t & lv_t handles from lib. Only liblvm...
2009-07-28 Jonathan Earl... Remove old custom list macros and replace with libdevma...
2009-07-28 Alasdair Kergonpost-release
2009-07-28 Alasdair Kergon\n
2009-07-28 Alasdair Kergonclean up a bit for release
2009-07-28 Alasdair Kergonpre-release
2009-07-28 Alasdair Kergonpre-release
2009-07-28 Jonathan Earl... Making adjustments to go along with the changes to...
2009-07-28 Dave WysochanskiAdd doxygen mainpage tag to lvm.h
2009-07-28 Dave WysochanskiAdd an open_mode to the vg struct for liblvm - enforce...
2009-07-28 Dave WysochanskiUpdate interactive unit test - fix silly vg_close error.
2009-07-28 Dave WysochanskiUpdate interactive unit test for liblvm - add vg_write...
2009-07-28 Dave WysochanskiAdd lvm_vg_get_seqno, updating lvm.h and unit test.
2009-07-28 Dave WysochanskiUpdate lvm.h - remove remaining FIXMEs, note limitation...
2009-07-28 Dave WysochanskiFix lvm.h formatting.
2009-07-28 Dave WysochanskiAdd lvm_library_get_version() and update unit tests...
2009-07-28 Dave WysochanskiUse dm_malloc and dm_free in liblvm instead of malloc...
2009-07-28 Dave WysochanskiRename lvm_create to lvm_init and lvm_destroy to lvm_quit.
2009-07-28 Dave WysochanskiUpdate lvm.h to address feeback.
2009-07-27 Dave WysochanskiAdd warning to lvm.h stating API development in progress.
2009-07-27 Dave WysochanskiUpdate WHATS_NEW for latest liblvm changes
2009-07-27 Dave WysochanskiRemove unnecessary \n's from log_error in liblvm.
2009-07-27 Dave WysochanskiAdd config_reload and config_override to test.c, change...
2009-07-27 Dave WysochanskiUpdate return code for lvm_config_reload.
2009-07-27 Dave WysochanskiAdd lvm_config_override - allow caller to override...
2009-07-27 Dave WysochanskiRename _override_settings into override_config_tree_fro...
2009-07-27 Dave WysochanskiRefactor _override_settings to take the new config...
2009-07-27 Dave WysochanskiAdd skeletons of lvm_lv_resize and lvm_pv_resize -...
2009-07-27 Dave WysochanskiUpdate test/api/test.c to include lvm_vg_reduce and...
2009-07-27 Dave WysochanskiUpdate test/api/vgtest.c to include lvm_vg_reduce.
2009-07-27 Dave WysochanskiAdd lvm_vg_reduce to liblvm2app
2009-07-27 Dave WysochanskiAdd vg_reduce to metadata.c and metadata-exported.h
2009-07-27 Dave WysochanskiUpdate error return and comments for lvm_list_vg_names...
2009-07-27 Dave WysochanskiRename lvm_reload_config to lvm_config_reload.
2009-07-27 Dave WysochanskiUpdate display.c to use vg_free(vg) instead of duplicat...
2009-07-27 Dave WysochanskiMore liblvm header file cleanups.
2009-07-26 Dave WysochanskiUpdate WHATS_NEW for latest liblvm changes
2009-07-26 Dave WysochanskiUpdate test/api/test.c to display lvm_lv_is_active...
2009-07-26 Dave WysochanskiUpdate test/api/test.c to call lv_deactivate and lv_act...
2009-07-26 Dave WysochanskiAdd lvm_lv_is_active and lvm_lv_is_suspended.
2009-07-26 Dave WysochanskiImplement lvm_lv_activate and lvm_lv_deactivate liblvm...
2009-07-26 Dave WysochanskiUpdate test/api/*.c to use consistent liblvm error...
2009-07-26 Dave WysochanskiUpdate a few liblvm calls with log_errno.
2009-07-26 Dave WysochanskiUpdate liblvm status return codes to be consistent.
2009-07-26 Dave WysochanskiA few more lvm.h updates that got missed.
2009-07-26 Dave WysochanskiRename lvm_scan_vgs to lvm_scan.
2009-07-26 Dave WysochanskiUpdate lvm.h - comments describing function behavior...
2009-07-26 Dave WysochanskiUpdate lvm.h handle and handle list comments.
2009-07-26 Dave WysochanskiRename lvm_vg_get_free to lvm_vg_get_free_size.
2009-07-26 Dave WysochanskiRename lvm_list_vg_ids to lvm_list_vg_uuids.
2009-07-26 Dave WysochanskiRename lvm_vg_get_free_count to lvm_vg_get_free_extent_...
2009-07-26 Dave WysochanskiUpdate test/api/test.c to call lvm_lv_remove.
2009-07-26 Dave WysochanskiAdd lvm_vg_remove_lv liblvm function.
2009-07-26 Dave WysochanskiUpdate test/api/test.c - correct list_vg_names and...
2009-07-26 Dave WysochanskiUpdate test/api/test.c for liblvm 'get' functions.
2009-07-26 Dave WysochanskiAdd most all liblvm 'get' functions needed for anaconda.
2009-07-26 Dave WysochanskiUse vg_size in vg_set_extent_size.
2009-07-26 Dave WysochanskiRefactor a few report field calculations into separate...
2009-07-26 Dave WysochanskiRename vg_size to vgsize to avoid naming conflicts.
2009-07-26 Dave WysochanskiUpdate WHATS_NEW for recent checkins
2009-07-26 Dave WysochanskiUpdate test/api/test.c to call lvm_vg_create_lv_linear.
2009-07-26 Dave WysochanskiUpdate test/api/test.c to handle read/write open modes.
2009-07-26 Dave WysochanskiAdd lvm_vg_create_lv_linear liblvm function.
2009-07-26 Dave WysochanskiMove extents_from_size from lvcreate into internal...
2009-07-26 Dave WysochanskiMove _lvcreate into the internal library and rename...
2009-07-26 Dave WysochanskiMove pvs and pv_count fields from lvcreate_params to...
2009-07-26 Dave WysochanskiComment lvcreate_params struct.
2009-07-26 Dave WysochanskiMove 'size' from lvcreate_params into lvcreate_cmdline_...
2009-07-26 Dave WysochanskiMove percent_t from struct lvcreate_params to struct...
2009-07-26 Dave WysochanskiRefactor extents calculations / updates in _lvcreate.
2009-07-26 Dave WysochanskiRefactor _lvcreate - move *_ARG into _lvcreate_params...
2009-07-26 Dave WysochanskiRemove use of void * from pvcreate_single.
2009-07-26 Dave WysochanskiUpdate lvm_vg_extend to do an implicit pvcreate on...
2009-07-26 Dave WysochanskiMove ORPHAN_VG lock outside pvcreate_single.
2009-07-26 Dave WysochanskiChange pvcreate_single to return pv_t and update functi...
2009-07-26 Dave WysochanskiAllow pvcreate_single to be called with NULL for defaul...
2009-07-26 Dave WysochanskiMove bulk of pvcreate logic into library.
2009-07-26 Dave WysochanskiRemove unneeded pv_create wrapper function.
2009-07-24 Alasdair KergonAdd global/wait_for_locks to lvm.conf so blocking on...
2009-07-24 Alasdair Kergonremove no-longer-needed NONBLOCK
2009-07-24 Alasdair KergonAll LV locks are non-blocking so remove LCK_NONBLOCK...
2009-07-24 Dave WysochanskiEliminate compile warning introduced by previous commit.
2009-07-24 Dave WysochanskiUpdate lvm_vg_extend() to obtain VG_ORPHAN.
next
This page took 0.05822 seconds and 5 git commands to generate.