]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2005-11-22 Alasdair KergonDrop leading zeros from dm_format_dev.
2005-11-12 Alasdair KergonAdditional LVM- prefix matching for transitional period.
2005-11-12 Alasdair Kergonlvcreate vg_revert
2005-11-12 Alasdair KergonA missing vg_revert in an error path.
2005-11-11 Alasdair Kergonmore debug fixes
2005-11-10 Alasdair KergonFix selinux compile.
2005-11-10 Alasdair Kergonfix debug linking
2005-11-10 Alasdair Kergonpost-release
2005-11-10 Alasdair Kergonpre-release
2005-11-10 Alasdair Kergonremove a debugging line
2005-11-10 Alasdair KergonExtend allocation areas to avoid overflow with contiguo...
2005-11-10 Patrick CaulfieldMake it compile with debug enabled.
2005-11-09 Alasdair Kergonrevert - alternative pvmove fix, disabling preloading...
2005-11-09 Alasdair Kergonworkaround for pvmove with new activation code
2005-11-09 Alasdair Kergonmore mirror fixing
2005-11-09 Alasdair Kergonsome fixes for mirrors
2005-11-09 Alasdair Kergonfix last checkin
2005-11-09 Alasdair Kergonrename deptree
2005-11-09 Alasdair Kergonrename deptree
2005-11-09 Alasdair Kergonrename deptree
2005-11-09 Alasdair Kergonxen xvd
2005-11-09 Patrick CaulfieldUse hash functions in libdevmapper.
2005-11-08 Alasdair KergonReplacement activation code. [Don't use this yet!]
2005-11-08 Alasdair KergonNew activation code. [Not ready to be used yet.]
2005-10-31 Alasdair Kergonprecommitted flag
2005-10-31 Alasdair KergonClear up precommitted metadata better on disk after...
2005-10-31 Alasdair Kergonpvresize man
2005-10-31 Alasdair Kergonrevert unfinished change
2005-10-31 Alasdair Kergonmissing vg_revert
2005-10-31 Alasdair KergonA pvresize implementation (Zak Kipling).
2005-10-28 Alasdair Kergonreorder commit
2005-10-28 Alasdair Kergonmore mirror library functions
2005-10-27 Alasdair KergonFix contiguous allocation when there are no preceding...
2005-10-27 Alasdair KergonFix contiguous allocation without preceding segments.
2005-10-27 Alasdair KergonFix new mirror_seg pointer.
2005-10-27 Alasdair KergonAdd mirror_seg pointer to lv_segment struct. (incomplet...
2005-10-27 Alasdair KergonOnly keep a device open if it's known to belong to...
2005-10-27 Alasdair KergonOnly keep devices open if known to belong to a locked...
2005-10-27 Alasdair KergonExport vgname_is_locked
2005-10-26 Alasdair Kergonremove unused suspend code path
2005-10-26 Alasdair Kergonfix strncmps
2005-10-26 Alasdair KergonFix incorrect checkin
2005-10-26 Alasdair KergonFix strncmps.
2005-10-26 Alasdair Kergonsuppress status err mesg when LVM- uuid prefix is missing
2005-10-26 Alasdair KergonAlso suppress error if device doesn't exist with DM_DEV...
2005-10-26 Alasdair Kergonalso suppress error if device doesn't exist with STATUS
2005-10-26 Alasdair Kergonremove remaining hard-coded prefix lengths
2005-10-26 Alasdair KergonFix lvdisplay to show all mirror destinations.
2005-10-26 Alasdair Kergona missing lvid/dlid conversion
2005-10-26 Alasdair Kergonattempt to cope with uuid transition
2005-10-26 Alasdair KergonAttempt to cope with LVM- prefix transition.
2005-10-26 Alasdair Kergonnew suspend code
2005-10-26 Alasdair Kergonswitch in new suspend code (untested)
2005-10-26 Alasdair Kergoncheck parents suspended
2005-10-25 Alasdair Kergonunfinished suspend functions
2005-10-25 Alasdair KergonUse dm_is_dm_major instead of local copy.
2005-10-25 Alasdair KergonAdd DEFS
2005-10-25 Alasdair KergonExport dm_set_selinux_context.
2005-10-25 Alasdair KergonMove set_selinux_context into libdevmapper
2005-10-23 Alasdair KergonFix automatic text metadata buffer expansion (using...
2005-10-20 Alasdair KergonAdd pe_start to pvs.
2005-10-20 Alasdair KergonFix LVM2- prefix changes; export build_dlid.
2005-10-20 Alasdair Kergonzero suppress
2005-10-20 Alasdair Kergonfix dev no printf
2005-10-19 Alasdair KergonAdd 'LVM-' prefix to uuids.
2005-10-18 Alasdair Kergoncope with null uuid_prefix
2005-10-18 Alasdair Kergonuse seg_type macro
2005-10-18 Alasdair KergonSplit lv_segment_area from lv_segment to permit extension.
2005-10-18 Alasdair KergonTidy some log mesgs.
2005-10-18 Alasdair KergonMove deactivation code into libdevmapper.
2005-10-18 Alasdair KergonAdd deactivation functions
2005-10-17 Alasdair Kergonsome deactivation fixes
2005-10-17 Alasdair KergonReplacement deactivation code - untested.
2005-10-17 Alasdair KergonOnly one dump_memory.
2005-10-17 Alasdair Kergondm_driver_version
2005-10-17 Alasdair KergonAttempt to load missing targets using modprobe.
2005-10-17 Alasdair KergonAttempt to load missing targets using modprobe.
2005-10-17 Alasdair Kergonlvscan -a
2005-10-16 Alasdair KergonUse hash, bitset, malloc, pool from libdevmapper.
2005-10-16 Alasdair Kergonexport bitset, pool, hash, malloc
2005-10-16 Alasdair Kergonpost-release
2005-10-16 Alasdair Kergonpre-release
2005-10-16 Alasdair KergonCode to build and display device dependency tree.
2005-10-04 Alasdair KergonAdd dmsetup --nolockfs support for suspend/reload.
2005-10-03 Alasdair KergonRefuse to run pvcreate/pvremove on devices we can't...
2005-10-03 Alasdair KergonUse ORPHAN lock definition throughout.
2005-09-30 Alasdair KergonValidate chunksize in lvcreate.
2005-09-30 Alasdair KergonImpose chunk size limitation.
2005-09-29 Alasdair KergonReduce chunksize limit to 512k.
2005-09-26 Alasdair Kergonpost-release
2005-09-26 Alasdair Kergon1.01.05
2005-09-23 Alasdair KergonFix chunksize field in reports.
2005-09-23 Alasdair KergonDon't hide snapshots from default 'lvs' output.
2005-09-22 Alasdair KergonResync list.h with LVM2.
2005-09-20 Alasdair KergonRemember increased buffer size and use for subsequent...
2005-09-20 Alasdair KergonExplicitly initialise no_open_count
2005-09-19 Alasdair KergonOn 'buffer full' condition, double buffer size and...
2005-09-16 Alasdair KergonAdd is_dm_major() for use in duplicate device detection...
2005-09-16 Alasdair KergonReally switch device number in lvmcache when it says...
2005-09-16 Alasdair KergonOption for bitset memory allocation using malloc as...
next
This page took 0.054679 seconds and 5 git commands to generate.