]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2007-11-12 Alasdair Kergonreadahead activation code (but no dm support yet)
2007-11-12 Alasdair KergonAdd DM_READ_AHEAD_MINIMUM_FLAG
2007-11-12 Dave WysochanskiFix compile warnings / minor errors introduced recently.
2007-11-12 Alasdair KergonRemove new mirror logs when creation fails.
2007-11-12 Alasdair KergonAttempt to remove incomplete LVs with lvcreate zeroing...
2007-11-09 Alasdair KergonDefine DM_READ_AHEAD_AUTO and DM_READ_AHEAD_NONE.
2007-11-09 Alasdair KergonEnhance the management of readahead settings.
2007-11-07 Alasdair KergonPrevent lvconvert -s from using same LV as origin and...
2007-11-05 Alasdair KergonAdd pv_mda_free and vg_mda_free fields to reports for...
2007-11-05 Alasdair Kergonattempt to fix human-readable unit output when number...
2007-11-05 Alasdair Kergonfix inverted orphan test
2007-11-05 Alasdair Kergonadjust sizes for metadata
2007-11-05 Alasdair KergonShow 'not usable' space when PV is too large for device...
2007-11-04 Alasdair KergonAdd LVM2 version to 'Generated by' comment in metadata.
2007-11-04 Alasdair Kergonfix new lvremove checks - mustn't fail when activation...
2007-11-04 Alasdair KergonFix error message when fixing up PV size in lvm2 metada...
2007-11-02 Alasdair KergonFix orphan-related locking in pvdisplay and pvs.
2007-11-02 Bryn M. ReevesConvert pvchange, pvdisplay, pvscan to use is_orphan()
2007-11-02 Bryn M. ReevesAdd is_orphan_vg() and change all hardcoded checks...
2007-10-24 Alasdair Kergonexplanation of md superblock location & avoid compilati...
2007-10-24 Alasdair KergonDetect md superblocks version 1.0, 1.1 and 1.2.
2007-10-24 Alasdair Kergonrefactor dev-md.c, separating out the magic number...
2007-10-12 Dave WysochanskiRemove comment about allocation of pv->vg_name.
2007-10-12 Dave WysochanskiAdd _alloc_pv() and _free_pv() from _pv_create() code...
2007-10-12 Dave WysochanskiAdd pv_dev_name() to access PV device name.
2007-10-12 Dave WysochanskiAccessor functions for PV will not modify the given PV.
2007-10-11 Dave WysochanskiNon-functional change - refactor lv_create_empty().
2007-10-11 Dave WysochanskiNon-functional change - refactor vg_add_snapshot fid...
2007-10-10 Alasdair KergonHandle new sysfs subsystem/block/devices directory...
2007-10-10 Alasdair KergonFix configure --with-dmeventd-path substitution.
2007-10-09 Jim MeyeringRun tests with LVM_SYSTEM_DIR pointing to private root...
2007-10-09 Jim MeyeringAllow $DM_DEV_DIR envvar to override default of "/dev".
2007-10-03 Jim MeyeringFix the fsadm build failure without using -llvm.
2007-10-03 Jim MeyeringRevert last change. fsadm must not depend on -llvm.
2007-10-03 Petr Rockaia) use dmsetup version to check for dmsetup, but if...
2007-10-03 Jim MeyeringArrange for "make clean" to remove the symlink, too.
2007-10-03 Jim MeyeringAvoid link failure when building fsadm.
2007-10-02 Petr RockaiFix underquotations in lvm_dump.sh.
2007-10-02 Petr RockaiFix a bug in lvm_dump.sh checks for lvm/dmsetup binarie...
2007-10-01 Dave WysochanskiRemove unused pargc parameter
2007-09-25 Jim Meyeringdoc/testing.txt: Fix typo: s/this/thing/.
2007-09-24 Dave WysochanskiSome const fixups for previous checkins
2007-09-24 Jim MeyeringAvoid over-quoting in shell scripts.
2007-09-24 Dave WysochanskiRefactor lvcreate mirror parameter validation.
2007-09-24 Dave WysochanskiRefactor lvcreate stripe parameter validation.
2007-09-21 Dave Wysochanskiadd tests to validate lvextend %PVS
2007-09-21 Jim MeyeringDon't emit a trailing newline to stderr.
2007-09-21 Jim MeyeringPrint --help output to stdout, not stderr.
2007-09-21 Jim MeyeringAfter a diagnostic, suggest --help, rather than printin...
2007-09-21 Jim MeyeringRename test scripts not to include the 4-digit number.
2007-09-21 Jim MeyeringCorrect typo in comments: s/is part of the LVM2/is...
2007-09-20 Dave WysochanskiAdd %PVS extents option to lvresize, lvextend, and...
2007-09-18 Jim Meyeringtest/t3000-lvcreate-pvtags.sh: Use better test names.
2007-09-18 Jim Meyering* configure.in (AC_CONFIG_FILES): Remove the test/...
2007-09-18 Jim Meyeringtest/Makefile.in (lvm-wrapper): Use $(DMDIR)/lib/,...
2007-09-18 Jim MeyeringClean-up and wording changes; add copyright notices.
2007-09-18 Jim MeyeringTest how lvcreate handles its command-line options.
2007-09-18 Jim MeyeringClean up shared-lib support in test/.
2007-09-18 Jim MeyeringAllow relative dir name in: --with-dmdir=../device...
2007-09-18 Jim MeyeringAdd testing framework, along with first few tests.
2007-09-18 Jim MeyeringCreate a symlink, e.g., libdevmapper.so.1.02, in the...
2007-09-17 Alasdair KergonMoved the obsolete test subdirectory to old-tests.
2007-09-17 Alasdair KergonRemove no-longer-correct restrictions on PV arg count...
2007-09-17 Alasdair Kergonclarification
2007-09-17 Alasdair KergonFix strdup memory leak in str_list_dup().
2007-09-12 Jim Meyeringconfigure: regenerate, to remove vestige of an upcoming...
2007-09-12 Jim MeyeringAvoid static link failure with some SELinux libraries.
2007-09-11 Jim MeyeringDiagnose invalid PE values given on the pvmove command...
2007-09-11 Dave WysochanskiUndo previous checkin - output format not good, info...
2007-09-10 Dave WysochanskiAdd pvseg_free field to 'pvs' output
2007-09-07 Jim MeyeringInclude strerror string in dev_open_flags' stat failure...
2007-09-06 Dave WysochanskiFix last checkin
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...
next
This page took 0.053164 seconds and 5 git commands to generate.