]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2007-09-06 Dave WysochanskiFixup _lvresize error return codes and modularize function
2007-08-31 Dave Wysochanskiprepare to move guts of vgrename into library function
2007-08-30 Dave Wysochanskimove guts of pvresize into library
2007-08-30 Dave Wysochanskiprepare to move guts of pvresize into library
2007-08-30 Alasdair KergonAvoid error when --corelog is provided without --mirror...
2007-08-30 Jonathan Earl... - I neglected to update this file on last check-in...
2007-08-29 Jonathan Earl... When mirrors are created with the --nosync option,...
2007-08-28 Dave WysochanskiModify lvremove to prompt for removal if LV active...
2007-08-24 Alasdair Kergonpost-release
2007-08-24 Alasdair Kergonpre-release
2007-08-24 Patrick CaulfieldFix clvmd logging so you can get lvm-level debugging...
2007-08-23 Patrick CaulfieldLocking P_global causes a cache refresh.
2007-08-23 Alasdair KergonIntroduce VG_GLOBAL lock type for vgscan/pvscan to...
2007-08-23 Patrick CaulfieldForce a device scan after init_full_scan_done() per...
2007-08-23 Patrick CaulfieldCall init_full_scan_done() when refreshing the cache...
2007-08-22 Alasdair KergonChange lvconvert_mirrors to use mirror segtype not...
2007-08-22 Alasdair KergonFix lvconvert_mirrors detection of number of existing...
2007-08-22 Alasdair Kergon Clean up numerous compiler warnings that crept in...
2007-08-21 Jim MeyeringAvoid static link failure with some SELinux libraries.
2007-08-21 Alasdair KergonFix (C) !
2007-08-21 Alasdair KergonClean up mirrorlog argument processing.
2007-08-21 Alasdair KergonRemove obsolete dmfs code from tree and update INSTALL.
2007-08-21 Dave WysochanskiMove guts of vgremove into lvm library.
2007-08-21 Alasdair Kergonpost-release
2007-08-21 Dave WysochanskiPrepare to move guts of vgremove into lvm library.
2007-08-21 Alasdair Kergonpre-release
2007-08-21 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
2007-08-20 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
2007-08-20 Dave WysochanskiUpdate WHATS_NEW for last checkin
2007-08-20 Dave WysochanskiMove lv_remove_single() into library (lv_manip.c, metad...
2007-08-20 Dave WysochanskiPrepare to move guts of lvremove into lvm library
2007-08-20 Jim Meyeringfactor out some duplication -- mostly I/O redirection
2007-08-17 Patrick CaulfieldAllow clvmd debug to be turned on in a running daemon...
2007-08-14 Alasdair KergonUpdate to use autoconf 2.61, while still supporting...
2007-08-10 Dave WysochanskiRemove unneeded WHATS_NEW entry
2007-08-10 Dave WysochanskiFix "lvconvert -s" from always failing with argument...
2007-08-09 Jonathan Earl... - change new log_ARG variable to more explicit mirrorlo...
2007-08-09 Jonathan Earl... minor updates to the lvcreate/lvconvert man pages.
2007-08-09 Patrick CaulfieldAdd more cluster/clvmd information to lvmdump
2007-08-08 Dave WysochanskiRemove extra checks for sub LV renaming.
2007-08-07 Dave WysochanskiA few more cleanups for lvrename of mirrors checkin:
2007-08-07 Dave WysochanskiSome simple fixups for last checkin:
2007-08-07 Jim MeyeringAdd "const" attributes where possible: first cut.
2007-08-06 Dave WysochanskiUpdate a few comments
2007-08-06 Dave WysochanskiAdd entry for last checkin of lvrename mirror support
2007-08-06 Dave WysochanskiAdd support for renaming mirrored LVs.
2007-08-06 Jim MeyeringFor consistency, rename local variable: s/newname/new_n...
2007-08-06 Alasdair Kergonimprove changelog
2007-08-06 Jim MeyeringMake lv_rename's interface "const correct".
2007-08-05 Alasdair KergonUse NULL not 0.
2007-08-03 Dave WysochanskiFactor out core of lvrename to lv_rename library function.
2007-08-02 Petr RockaiFix a possible segfault in libdevmapper-event. Thanks...
2007-08-01 Jonathan Earl... This patch changes the arguments that specify the mirror
2007-08-01 Jonathan Earl... - cleanup excessive indentation in tools/lvconvert...
2007-08-01 Jonathan Earl... lib/activate/activate.c:_lv_activate tries to monitor...
2007-07-28 Jim MeyeringDon't leak a file descriptor in fcntl_lock_file(),...
2007-07-28 Jim MeyeringRemove create_dir function; use now-equivalent dm_creat...
2007-07-28 Jim MeyeringExport dm_create_dir (was create_dir) to help fix LVM2...
2007-07-28 Jim MeyeringMake the libdevmapper version of create_dir equivalent...
2007-07-28 Jim MeyeringIntroduce log_sys_* macros from LVM2.
2007-07-26 Alasdair KergonAdd ps3disk devices.
2007-07-24 Jim MeyeringDetect stream write failure reliably; new fn: lvm_fclos...
2007-07-24 Milan BrozFix clvmd if compiled with gulm support. (2.02.26)
2007-07-24 Jim Meyeringlibdevmapper, dmeventd: be paranoid about detecting...
2007-07-24 Jim Meyeringdm_fclose: new function
2007-07-24 Dave WysochanskiTrivial fix to lvdisplay man pg to recommend lvs
2007-07-24 Dave WysochanskiTrivial fix to lvdisplay man pg to correct volume size...
2007-07-23 Dave WysochanskiUpdate lvconvert and lvrename to use vg_lock_and_read
2007-07-23 Dave WysochanskiFix error introduced with previous checkin
2007-07-23 Dave WysochanskiAdd CORRECT_INCONSISTENT and FAIL_INCONSISTENT flags...
2007-07-23 Dave WysochanskiAdd vg_lock_and_read() external library function.
2007-07-23 Milan BrozFix loading of persistent cache if cache_dir is used...
2007-07-23 Milan BrozFix compilation warning in util.c.
2007-07-20 Jim MeyeringEliminate uses of strdup+basename. Use last_path_compon...
2007-07-20 Jim MeyeringUse gcc's printf attribute wherever possible.
2007-07-20 Jim MeyeringIn _line_append, use "sizeof buf - 1" rather than equiv...
2007-07-20 Jim MeyeringIntroduce is_same_inode macro, now including a comparis...
2007-07-20 Jim MeyeringDon't leak a file descriptor in _lock_file when flock...
2007-07-19 Patrick CaulfieldAdd SUN's LDOM virtual block device to filters
2007-07-18 Alasdair KergonSplit metadata-external.h out from metadata.h for the...
2007-07-17 Alasdair Kergonpost-release
2007-07-17 Alasdair Kergonpre-release
2007-07-17 Milan BrozFix snapshot cow area deactivation if origin is not...
2007-07-13 Alasdair KergonFix configure libdevmapper.h check when --with-dmdir...
2007-07-13 Alasdair Kergonpost-release
2007-07-13 Alasdair Kergonpre-release
2007-07-12 Dave WysochanskiChange pv_read_path to pv_by_path
2007-07-12 Dave WysochanskiTurn _add_pv_to_vg() into external library function...
2007-07-12 Dave WysochanskiRefactor vg_extend error path.
2007-07-11 Dave WysochanskiAdd pv_read_path, a proposed external LVM library funct...
2007-07-11 Patrick CaulfieldTidy bits of clvmd-openais and improve an error report.
2007-07-10 Alasdair KergonCope with find_seg_by_le() failure in check_lv_segments().
2007-07-10 Alasdair Kergontidy
2007-07-10 Alasdair KergonFix pv_mda_count to cope with missing PV.
2007-07-10 Alasdair KergonCall dev_iter_destroy() if _process_all_devs() is inter...
2007-07-09 Alasdair KergonAdd vg_mda_count and pv_mda_count columns to reports.
2007-07-08 Alasdair KergonFix dumpconfig to use log_print instead of stdout directly.
2007-07-03 Dave WysochanskiFix WHATS_NEW for last checkin until further patches...
2007-07-02 Dave WysochanskiConvert _add_pv_to_vg to usable LVM library function.
2007-07-02 Milan BrozAdd kernel and device-mapper targets versions report...
next
This page took 0.062957 seconds and 5 git commands to generate.