]> sourceware.org Git - lvm2.git/history - lib/report
thin: fix recent commits
[lvm2.git] / lib / report /
2012-08-07 Alasdair G Kergonthin: use discards as plural rather than singular
2012-08-07 Alasdair G Kergonreport: provide discard field value in full
2012-07-18 Zdenek Kabelacthin: add reporting of discard for thin pool
2012-02-27 Zdenek KabelacUse unsigned type for bitmask
2012-01-25 Zdenek KabelacThin read percent info from layered device
2012-01-20 Mike SnitzerDifferentiate between snapshot status of "Invalid"...
2012-01-19 Zdenek KabelacThin add new display field for lvs
2011-11-07 Zdenek KabelacThin supports snapshots
2011-09-27 Alasdair Kergoncorrect thin_pool width
2011-09-09 Alasdair KergonAdd a new 'thin_pool' output field to 'lvs.
2011-08-04 Zdenek KabelacRemove meaningless const type qualifiers on cast type
2011-04-12 Petr RockaiThis patchset refactors some reporting code and complet...
2011-03-05 Zdenek KabelacFix reading of released memory
2011-02-18 Zdenek KabelacConst fixing
2011-01-05 Zdenek KabelacReturn PERCENT_INVALID for error case
2010-12-14 Petr RockaiAdd getters for copy_percent and snap_percent to the...
2010-11-30 Petr RockaiRefactor the percent (mirror sync, snapshot usage)...
2010-11-25 Petr RockaiAll 'size' values of lvm2app properties should be in...
2010-11-17 Petr RockaiAdd the macro and specific 'get' functions for pvsegs.
2010-11-17 Petr RockaiAdd the macro and specific 'get' functions for lvsegs.
2010-11-17 Petr RockaiMake value.string const char *, in properties.h, to...
2010-11-17 Petr RockaiAdd generic infrastructure to internal library to ...
2010-10-25 Dave WysochanskiAdd 'is_integer' flag into internal lvm_property_type.
2010-10-21 Dave WysochanskiAdd lv_get_property() internal lvm function.
2010-10-21 Dave WysochanskiRename fields in lvm_property_type.
2010-10-21 Dave WysochanskiAdd lv_read_ahead and lv_kernel_read_ahead 'get' functions.
2010-10-21 Dave WysochanskiRefactor and add code for (lv) 'lv_origin' get function.
2010-10-21 Dave WysochanskiRefactor and add code for (lv) 'lv_name' get function.
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'modules' get function.
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'mirror_log' get function.
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'lv_kernel_{major|minor...
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'convert_lv' get function.
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'move_pv' get function.
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'origin_size' get function.
2010-10-12 Dave WysochanskiRefactor and add code for (lv) 'lv_path' get function.
2010-10-12 Dave WysochanskiAdd some lv 'get' functions that require no refactoring.
2010-09-30 Dave WysochanskiAdd pv_get_property and create generic internal _get_pr...
2010-09-30 Dave WysochanskiAdd pv 'get' functions for all pv properties.
2010-09-30 Dave WysochanskiAdd pv_mda_size, pv_mda_free, and pv_used functions...
2010-09-30 Dave WysochanskiAdd 'get' functions for vg fields.
2010-09-30 Dave WysochanskiMake generic GET_*_PROPERTY_FN macros and define second...
2010-09-30 Dave WysochanskiAdd tags_format_and_copy() common function and call...
2010-09-30 Dave WysochanskiAdd id_format_and_copy() common function and call from...
2010-09-30 Dave WysochanskiAdd {pv|vg|lv}_attr_dup() functions and refactor 'disp...
2010-09-09 Dave WysochanskiUpdate vg_mda_free 'get' function to multiply by SECTOR...
2010-08-20 Dave WysochanskiDefine GET_NUM_PROPERTY_FN macro to simplify numeric...
2010-08-20 Dave WysochanskiAdd implmentation for simple numeric 'get' property...
2010-08-20 Dave WysochanskiDefine GET_NUM_PROPERTY_FN macro to simplify numeric...
2010-08-20 Dave WysochanskiRemove explicit double quotes from columns.h 'id' entries.
2010-08-20 Dave WysochanskiAdd 'flags' field to columns.h and define FIELD_MODIFIABLE.
2010-08-20 Dave WysochanskiAdd vg_mda_size and vg_mda_free functions.
2010-08-17 Alasdair KergonAllow internal suspend and resume of origin without...
2010-07-21 Dave WysochanskiClarify help text for vg_mda_count.
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-06-28 Dave WysochanskiAllow 'all' and 'unmanaged' values for --vgmetadatacopies.
2010-06-28 Dave WysochanskiAdd vg_mda_copies display field to 'vgs' command.
2010-06-28 Dave WysochanskiDefine new functions and vgs/pvs fields related to...
2010-06-28 Dave WysochanskiAdd metadata_areas_ignored list and functions to manage...
2010-06-28 Dave WysochanskiRename fid->metadata_areas to fid->metadata_areas_in_use.
2010-06-23 Alasdair KergonAdd lv_path to reports to offer full /dev pathname.
2010-05-20 Alasdair KergonIf unable to obtain snapshot percentage leave value...
2010-02-15 Zdenek KabelacUse dm_report_field_int32 instead of dm_report_field_ui...
2010-02-15 Zdenek KabelacCleanup float arithmetic gcc warning.
2010-02-15 Zdenek Kabelac* add more 'const' - fixes gcc constness warning
2010-02-14 Dave WysochanskiExport lvm_pv_get_size(), lvm_pv_get_free(), lvm_pv_get...
2010-01-13 Mike SnitzerAdd snapshot merge wrappers to abstract the association...
2010-01-13 Mike SnitzerMerge on activate support.
2010-01-13 Mike SnitzerWhen there is merging snapshot, report percentage on...
2010-01-13 Mike SnitzerReport merging snapshot as 'S' instead of 's':
2010-01-07 Zdenek KabelacUse offsetof() macro and avoid defining dummy static...
2009-10-31 Dave WysochanskiAdd vg_mda_count library function.
2009-10-26 Alasdair KergonPermit snapshots of mirrors. (brassow)
2009-10-01 Alasdair KergonAdd percent_range to copy_percent too.
2009-10-01 Alasdair KergonIntroduce percent_range_t and centralise snapshot full...
2009-09-15 Dave WysochanskiAdd vg_is_resizeable() and cleanup references.
2009-09-14 Dave WysochanskiUse vg_is_exported(vg) macro everywhere.
2009-07-26 Dave WysochanskiRefactor a few report field calculations into separate...
2009-05-21 Alasdair KergonPre-release cleanups.
2009-05-13 Milan BrozMerge lv_is_displayable and lv_is_visible.
2009-05-12 Milan BrozRemove snapshot_count from VG and use function instead.
2009-05-06 Dave WysochanskiUpdate columns.h comment.
2009-04-25 Alasdair KergonAdd sparse devices: lvcreate -s --virtualoriginsize...
2009-04-23 Dave WysochanskiUpdate columns.h comment to describe macro args.
2009-04-21 Milan BrozFix pvs -a for segmented output
2009-02-25 Milan Brozpe_start can be overwritten in VG metadata, so it is...
2009-02-09 Milan BrozSeparate PV label attributes which do not need parse...
2009-02-06 Milan BrozFix pvs segfault when pv mda attributes requested for...
2009-01-10 Alasdair KergonMore fields can cause segfaults with orphans.
2009-01-10 Dave WysochanskiFix pvs segfault when run with orphan PV and vg_mda_siz...
2009-01-09 Dave WysochanskiAdd pv_mda_size to 'pvs' and vg_mda_size to 'vgs'.
2008-12-15 Dave WysochanskiFix segfault when invalid field given in reporting...
2008-12-04 Peter RajnohaAdded displayable_lvs_in_vg and lv_is_displayable funct...
2008-11-03 Alasdair KergonRight, a simple build (without options) is working...
2008-09-19 Alasdair KergonImprove the way VGs with PVs missing are handled so...
2008-06-25 Alasdair KergonFix reporting of LV fields alongside unallocated PV...
2008-06-24 Alasdair KergonAdd --rows to reports.
2008-06-24 Alasdair KergonAdd --unquoted to reporting tools.
2008-06-06 Alasdair Kergonpost-release
2008-06-06 Alasdair Kergonback out unnecessary changes for this release
2008-04-29 Alasdair Kergonpost-release - reinstate incomplete enhancements
next
This page took 0.10772 seconds and 8 git commands to generate.