]> sourceware.org Git - lvm2.git/history - lib/mm
.
[lvm2.git] / lib / mm /
2012-03-01 Zdenek KabelacLog sys error for lseek
2012-02-01 Zdenek KabelacMinor consistency update for debugging messages
2012-01-25 Zdenek KabelacFix compilation with disabled devmapper
2012-01-12 Alasdair KergonMake error message hit when preallocated memlock memory...
2011-12-08 Alasdair KergonOnly use built-in stack size in clvmd - ignore lvm...
2011-08-30 Petr RockaiMove the core of the lib/config/config.c functionality...
2011-06-13 Alasdair KergonMaintain a count of the number of suspended devices...
2011-06-12 Alasdair KergonDisable critical section internal errors until this...
2011-06-11 Alasdair KergonMajor pvmove fix to issue ioctls in the correct order...
2011-06-01 Alasdair KergonReport sector containing label in verbose message.
2011-04-29 Alasdair Kergonpre-release clean-ups
2011-04-28 Alasdair Kergonclean up critical section patch
2011-04-08 Zdenek KabelacFix some unmatching sign comparation gcc warnings
2011-03-30 Zdenek KabelacFew more files filtered from memory locking
2011-03-30 Zdenek KabelacValgrind updates
2011-03-06 Zdenek KabelacUse lvm_getpagesize wrapper
2011-03-06 Milan BrozFix hardcoded page size, fixing test fails with 8k...
2011-02-18 Zdenek KabelacMemory unlock allows 1 page difference
2011-02-18 Zdenek KabelacCritical section
2010-12-20 Zdenek KabelacAdd more strict const pointers around config tree
2010-10-25 Zdenek KabelacSwitch to char* arithmetic from void*
2010-10-15 Zdenek KabelacSpeedup memory un/locking
2010-09-30 Zdenek KabelacMaps fix
2010-07-08 Zdenek KabelacFix format string from patch apply mistake
2010-07-08 Zdenek KabelacSmall update of memlock debug messages.
2010-06-24 Zdenek KabelacPreload libc locale messages.
2010-04-01 Zdenek KabelacBetter debug message for Un/Locked memory size.
2010-04-01 Zdenek KabelacSet ret value to success initially.
2010-03-30 Zdenek KabelacCount only readable size for memlock stats.
2010-03-30 Zdenek KabelacUpdate memlock
2010-03-09 Alasdair Kergonsome missing debug messages
2010-03-09 Zdenek KabelacUpdate comments for selecting maps
2010-03-09 Alasdair KergonMisc cleanups in the new mlock code, incl. improving...
2010-03-08 Zdenek KabelacUse mlock() only on 'r' memory maps
2010-03-08 Zdenek KabelacUnconditionaly ignore also Virtual Dynamically-linked...
2010-03-05 Zdenek KabelacUse '_' prefix for local static variable.
2010-03-05 Zdenek Kabelacmlockall() -> mlock()
2009-12-16 Petr Rockai#define an INTERNAL_ERROR macro and use it throughout...
2009-11-19 Petr RockaiFix another bug in memlock handling, this time the...
2009-11-18 Petr RockaiIssue an Internal error message whenever _memlock_count...
2008-05-28 Alasdair Kergonfix setpriority int error
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2007-08-20 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
2006-08-17 Alasdair KergonAdd lvm_getpagesize wrapper.
2006-05-16 Alasdair Kergon Fix lvcreate corelog validation.
2006-04-19 Alasdair KergonCheck for libsepol.
2005-10-16 Alasdair KergonUse hash, bitset, malloc, pool from libdevmapper.
2005-06-01 Alasdair KergonBasic support for mirrors.
2005-05-09 Alasdair KergonFix loopfiles mem alloc.
2005-05-09 Alasdair KergonUn-inline dbg_strdup.
2005-01-20 Alasdair KergonFix some size_t printing.
2005-01-20 Alasdair KergonFix 64 bit xlate consts.
2004-11-24 Alasdair KergonTrap large memory allocation requests.
2004-11-23 Alasdair Kergonpool debugging
2004-09-16 Alasdair KergonFix pool_empty so it really does empty the memory pool.
2004-09-16 Alasdair KergonSome fixes to memory debugging code.
2004-09-02 Alasdair KergonRestructure xlate.h
2004-03-30 Alasdair KergonUpdate copyright notices.
2004-03-26 Alasdair Kergontweak memlock includes
2004-03-26 Alasdair KergonAdd string display to mem leak dump.
2004-03-08 Alasdair Kergonrename config file vars & always use / as separator
2004-02-13 Alasdair Kergondon't inline pool_zalloc(); lift duplicated pool_str...
2003-11-13 Alasdair KergonImmediate error on big memory allocations when --enable...
2003-08-20 Alasdair KergonSome tidyups and minor fixes.
2003-07-04 Alasdair KergonAnother sync point - numerous fixes & clean ups.
2003-04-24 Alasdair KergonAdd pool_strndup
2003-04-15 Alasdair KergonImprove build robustness.
2003-04-02 Alasdair Kergonsize_t tidying
2003-03-24 Alasdair KergonTidy various pre-processing incl. making libdl optional.
2002-12-19 Alasdair KergonDefault stripesize 64k & config file setting for it;
2002-11-18 Alasdair KergonRefactoring.
2002-05-21 Alasdair KergonRevert to standard linux macros (for correct behaviour...
2002-05-07 Andres Salomonimplement our own swabbing functions, instead of relyin...
2002-05-07 Andres SalomonMake lvm2 compile on big endian archs; use the kernel...
2002-04-24 Alasdair KergonMerge with text format branch.
2002-02-12 Patrick Caulfielduse portable <inttypes.h> macros for printing.
2002-01-28 Joe Thornbero There were some alignment problems with pool-debug...
2002-01-27 Alasdair KergonTweak some error message levels.
2002-01-16 Patrick Caulfield#include <string.h>
2002-01-15 Joe Thornbero vgcfgrestore works ! (with the couple of examples...
2002-01-14 Joe Thornbero Reformat comment and correct typo.
2002-01-10 Alasdair KergonMore detail in error msgs.
2002-01-10 Joe Thornbero Put in the 'out of memory' log_err for pool.
2002-01-09 Alasdair KergonAllow pool_begin_object in empty pool.
2002-01-08 Joe Thornbero Remove anomalous punctuation.
2002-01-08 Joe Thornbero Introduction to pool for those without psychic powers.
2001-12-20 Joe Thornbero Debug version of the pool_grow stuff.
2001-12-20 Joe Thornbero sync backup changes
2001-12-13 Joe Thornbero I figure if I can't remember how to use my code...
2001-12-13 Alasdair KergonAdd internal cache holding a 'hint' list of the PVs...
2001-12-12 Alasdair Kergonfix for clean compilation
2001-12-12 Joe Thornbero pool-debug version of end_object wasn't returning...
2001-12-12 Joe Thornbero Add error checking in _new_chunk
2001-12-12 Joe Thornbero pool-debug versions of begin_object, grow_object...
2001-11-28 Joe Thornbero pool_free was leaving one block hanging around.
2001-11-28 Joe Thornbero pool-debug.c contains an alternative implementation...
2001-11-16 Patrick Caulfieldsize_ts aren't really pointers but there are no format...
2001-11-16 Patrick CaulfieldFix format characters for printing size_ts
2001-11-15 Patrick Caulfield#include <string.h> for memset
2001-11-07 Joe Thornbero pool_empty was very wrong
next
This page took 0.10205 seconds and 8 git commands to generate.