]> sourceware.org Git - lvm2.git/history - tools/lvcreate.c
pre-release
[lvm2.git] / tools / lvcreate.c
2012-03-02 Zdenek KabelacMerge metadata size checking
2012-03-02 Zdenek KabelacFix estimation of pool metadata device size
2012-03-01 Zdenek KabelacCheck for alloc error
2012-02-28 Zdenek KabelacUsing enum types for enums
2012-02-27 Zdenek KabelacAlways check result of _set_vg_name()
2012-02-23 Jonathan Earl BrassowRequire number of stripes to be greater than parity...
2012-02-15 Zdenek KabelacInitialize dmeventd monitoring for every command
2012-02-01 Alasdair Kergonlp.pool may be (null) too
2012-01-05 Zdenek KabelacSupport rounding of percentage upward
2011-12-21 Zdenek KabelacThin rename internal thin pool segment
2011-11-10 Zdenek KabelacSmall comment and indent updates
2011-11-10 Zdenek KabelacThin move _read_activation_params check
2011-11-10 Zdenek KabelacThin create normal (old) snapshot when size is specified
2011-11-07 Zdenek KabelacThin supports snapshots
2011-11-07 Zdenek KabelacAdd missing default LVM_VG_NAME
2011-11-04 Zdenek KabelacThin supports poolmetadatasize setting
2011-10-21 Zdenek KabelacThin pool now support chunk size as well
2011-09-27 Alasdair Kergonbetter -m0 error message, but there's an internal logic...
2011-09-22 Jonathan Earl BrassowDisallow the creation of mirrors (mirror or raid1 segty...
2011-09-15 Milan BrozFix possible overflow of size if %FREE or %VG is used.
2011-09-08 Alasdair Kergonlvcreate/remove thin_pool and thin volumes (--driverloa...
2011-09-07 Zdenek KabelacCheck if lp.origin exists
2011-09-06 Alasdair Kergonpool attach fns & more field renaming
2011-09-06 Alasdair Kergonadd thin_manip.c like the other manip files
2011-09-06 Alasdair Kergononly thin volumes need converting
2011-09-06 Alasdair Kergonlvcreate parsing for thin provisioning.
2011-08-12 Alasdair Kergonmore pre-release fixes
2011-08-10 Zdenek KabelacReplace free_vg with release_vg
2011-08-02 Jonathan Earl BrassowAdd basic RAID segment type(s) support.
2011-06-01 Alasdair KergonPermit --available with lvcreate so non-snapshot LVs...
2011-03-25 Jonathan Earl Brassowcosmetic change - swapping one macro for another
2011-02-18 Zdenek KabelacConst fixing
2011-01-11 Jonathan Earl BrassowAdd disk to mirrored log type conversion.
2010-12-08 Alasdair KergonRename vg_release to free_vg.
2010-11-30 Petr RockaiRefactor the percent (mirror sync, snapshot usage)...
2010-11-11 Alasdair KergonSupport repetition of --addtag and --deltag arguments.
2010-10-25 Zdenek KabelacEnsure we always have origin defined
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-05-11 Jonathan Earl BrassowIf we are checking if '--nosync' was called with the...
2010-04-29 Alasdair KergonRemove no-longer-used arg_ptr_value.
2010-04-13 Alasdair KergonAdd --stripes to lvconvert too.
2010-04-09 Alasdair KergonPermit mimage LVs to be striped in lvcreate and lvresize.
2010-03-29 Mike SnitzerDo not allow {vg|lv}change --ignoremonitoring if on...
2010-03-26 Jonathan Earl BrassowAdd ability to create mirrored logs for mirror LVs.
2010-03-23 Mike SnitzerImprove activation monitoring option processing
2010-02-03 Mike SnitzerAdd %ORIGIN support to lv{create,extend,reduce,resize...
2010-01-12 Alasdair KergonRevert so-called "redundant" log until after next release.
2010-01-08 Jonathan Earl BrassowAdd the new mirror log type "redundant". The options...
2009-12-03 Dave WysochanskiFix setting of readahead in lvcreate.
2009-11-27 Milan BrozDo not allow creating mirrors of more than 8 images.
2009-11-04 Milan BrozFix lvcreate processing of %PVS argument.
2009-11-03 Alasdair KergonTidy some uses of arg_count and introduce arg_is_set.
2009-09-14 Alasdair KergonAdd lots of missing stack debug messages to tools.
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-15 Alasdair KergonUse log_error macro consistently throughout in place...
2009-07-07 Dave WysochanskiFix vg_read() error paths to properly release upon...
2009-07-01 Dave WysochanskiConvert the straight instances of vg_lock_and_read...
2009-06-26 Alasdair Kergonrevert last patch - let's do a release first
2009-06-26 Dave WysochanskiConvert the straight instances of vg_lock_and_read...
2009-06-26 Alasdair KergonAbort if automatic metadata correction fails when readi...
2009-06-06 Milan BrozFix the same readahead rounding in lvcreate.
2009-05-27 Alasdair KergonSuppress 'removed' messages displayed when internal...
2009-05-27 Alasdair KergonMake --snapshot optional with lvcreate --virtualsize.
2009-05-27 Alasdair Kergon0->NULL (mbroz)
2009-05-21 Alasdair KergonPre-release cleanups.
2009-05-13 Milan BrozCheck max_lv on only place and force the check only...
2009-05-13 Milan BrozRemove unneeded import parameter from lv_create_empty.
2009-05-13 Milan BrozFix snapshot segment import to not use duplicate segmen...
2009-04-29 Dave WysochanskiFixup whitespace.
2009-04-26 Peter RajnohaFix wrong arg in lv_is_virtual_origin call while creati...
2009-04-25 Alasdair KergonAdd sparse devices: lvcreate -s --virtualoriginsize...
2009-04-21 Milan BrozMove metadata backup call after vg_commit.
2009-04-10 Milan BrozProperly release VG memory pool in all CLI tools.
2009-03-16 Milan BrozFix lv_count when manipulating with snapshots and max_l...
2009-02-28 Alasdair KergonFix last check-ins: seg can be NULL.
2008-11-03 Alasdair KergonRight, a simple build (without options) is working...
2008-09-24 Milan BrozFix validation of --minor and --major in lvcreate to...
2008-07-17 Dave WysochanskiRefactor _lvcreate() - no functional change.
2008-06-05 Alasdair KergonAdd missing deactivation after activation failure in...
2008-04-10 Dave WysochanskiAdd vg_is_clustered() helper function.
2008-04-07 Milan BrozAdd detection of clustered mirror log capability.
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2008-01-30 Alasdair KergonUse stack return macros throughout.
2008-01-18 Alasdair KergonFix lvcreate --nosync not to wait for non-happening...
2008-01-18 Alasdair KergonFix lvcreate -M1 readahead.
2008-01-17 Alasdair Kergonfix default stripesize
2008-01-16 Alasdair Kergonrevert temp change
2008-01-16 Alasdair Kergonreword
2007-12-22 Alasdair Kergona few more changes/fixes to recent code
2007-12-20 Alasdair KergonMajor restructuring of pvmove and lvconvert layer manip...
2007-12-05 Alasdair Kergonexport can_split parameter until rest of pvmove allocat...
2007-12-05 Alasdair Kergonround readahead to multiple of page size in tools
2007-11-22 Alasdair Kergondrop mirrored_pv/mirrored_pe from alloc handle
next
This page took 0.592628 seconds and 107 git commands to generate.