]> sourceware.org Git - lvm2.git/history - lib/device
Reinstate accidentally-deleted line.
[lvm2.git] / lib / device /
2012-02-23 Petr RockaiThe lvmetad client-side integration. Only active when...
2012-02-10 Petr RockaiMove lvmcache data structures behind an API (making...
2012-02-08 Zdenek KabelacMove close few lines
2012-02-08 Zdenek KabelacEnsure strncpy() function always ends with '\0'
2012-01-20 Zdenek KabelacMinor cleanup
2011-12-21 Zdenek KabelacDrop extra stat before open of device
2011-12-21 Zdenek KabelacDo not lstat common path prefix
2011-12-21 Zdenek KabelacAdd common initialization code for struct device
2011-12-21 Zdenek KabelacAlways zalloc device structure
2011-08-30 Petr RockaiMove the core of the lib/config/config.c functionality...
2011-07-08 Milan BrozFix warning for pvcreate over MD linear.
2011-05-28 Peter RajnohaUse new dev_open_readonly fn to prevent opening devices...
2011-05-24 Alasdair KergonAdd and use dev_open_readonly and variations.
2011-04-28 Zdenek KabelacMissing space in debug message
2011-04-22 Peter RajnohaObtain device list from udev by default if LVM2 is...
2011-04-12 Mike SnitzerAdd "devices/issue_discards" to lvm.conf.
2011-04-08 Zdenek KabelacFix some unmatching sign comparation gcc warnings
2011-03-29 Zdenek KabelacRemove double braces
2011-03-13 Zdenek KabelacFix usage of readlink
2011-02-18 Alasdair KergonHandle decimal digits with --units instead of ignoring...
2011-02-18 Zdenek KabelacCritical section
2011-01-17 Zdenek KabelacDo not scan devices unnecessarily for reseting error...
2010-12-20 Zdenek KabelacUse const char* const * for dm_regex_create()
2010-12-20 Zdenek KabelacAdd more strict const pointers around config tree
2010-12-15 Alasdair KergonFix device.c #include to ensure 64-bit fopen64 use...
2010-10-20 Zdenek KabelacFix strict-aliasing compile warning in partition table...
2010-10-13 Petr RockaiLimit repeated accesses to broken devices.
2010-09-27 Alasdair Kergondrop an unnecessary 'stack'
2010-09-22 Alasdair KergonReplace alloca with dm_malloc in _aligned_io.
2010-09-22 Alasdair KergonTrack recursive filter iteration to avoid refreshing...
2010-08-19 Milan BrozDetect LUKS signature in pvcreate
2010-08-19 Milan BrozFix file descriptor leak in swap signature detection
2010-08-11 Peter RajnohaRecognise and give preference to md device partitions...
2010-08-03 Peter RajnohaUse built-in rules for device aliases: block/ < dm...
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-05-24 Alasdair KergonAvoid selecting names under /dev/block if there is...
2010-05-05 Petr RockaiSuppress duplicate error messages about read failures...
2010-04-06 Alasdair KergonFix is_partitioned_dev not to attempt to reopen device.
2010-04-01 Alasdair Kergontemporarily downgrade the 'open while suspended' error...
2010-04-01 Alasdair KergonChange most remaining log_error WARNING messages to...
2009-08-19 Mike SnitzerFix pvcreate on a partition (regressed in 2.02.51).
2009-08-01 Mike SnitzerFix error handling of device-related stat() calls to...
2009-08-01 Mike SnitzerRetrieve MD sysfs attributes for MD partitions
2009-08-01 Mike SnitzerImprove ability to lookup primary device associated...
2009-08-01 Mike SnitzerAdd devices/data_alignment_detection to lvm.conf.
2009-08-01 Mike SnitzerAdd devices/data_alignment_offset_detection to lvm...
2009-07-20 Mike SnitzerCast MINOR() in _md_sysfs_attribute_snprintf()'s dm_snp...
2009-07-20 Mike SnitzerCast MAJOR() and MINOR() to int when used with "%d...
2009-07-15 Alasdair KergonUse log_error macro consistently throughout in place...
2009-07-09 Mike SnitzerCheck MD devices for a partition table during device...
2009-07-06 Mike SnitzerUse the MD device's stripe-width, instead of chunk_size...
2009-05-20 Milan BrozUse readahead of underlying device and not default...
2009-03-17 Petr RockaiMissed file from previous checkin.
2009-03-17 Petr RockaiDetect and wipe swap signatures in pvcreate.
2009-01-10 Alasdair KergonDisplay a 'dev_size' of zero for missing devices in...
2008-11-03 Alasdair KergonRight, a simple build (without options) is working...
2008-10-03 Alasdair KergonFix conversion of md chunk size into sectors.
2008-09-19 Alasdair Kergon.
2008-09-19 Alasdair Kergonadjust pe_align for md chunk size
2008-07-23 Dave WysochanskiRemove dead code, is_lvm_partition() - no functional...
2008-06-23 Dave WysochanskiSuppress invalid 'sb_offset' compiler warning (FC8...
2008-06-23 Dave WysochanskiSuppress 'sb_offset' compiler warning by using enum...
2008-05-28 Alasdair KergonAvoid spurious duplicate VG messages referring to VGs...
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2008-01-30 Alasdair KergonUse stack return macros throughout.
2008-01-29 Alasdair KergonRely upon internally-cached PV labels while correspondi...
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-09-07 Jim MeyeringInclude strerror string in dev_open_flags' stat failure...
2007-08-20 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
2007-07-23 Milan BrozFix loading of persistent cache if cache_dir is used...
2007-04-27 Alasdair KergonMove regex functions into libdevmapper.
2007-04-26 Alasdair Kergonadd preferred_names to man page.
2007-04-26 Alasdair KergonAdd devices/preferred_names config regex list for displ...
2007-04-19 Dave WysochanskiAdd dev_read_circular, read 2 regions on same device.
2007-01-26 Alasdair KergonFix md signature check to handle both endiannesses.
2007-01-25 Alasdair KergonAdd some missing close() and fclose() return code checks.
2007-01-15 Alasdair KergonFix partition table processing after sparc changes...
2006-11-30 Alasdair KergonAdjust some alignments for ia64 and sparc.
2006-08-17 Alasdair KergonAdd lvm_getpagesize wrapper.
2006-08-01 Alasdair KergonAdd --trustcache option to reporting commands in prepar...
2006-05-11 Alasdair KergonCreate a log header for replacement in-sync mirror...
2006-05-11 Alasdair KergonAdd mirror_library description to example.conf.
2006-04-19 Alasdair KergonCheck for libsepol.
2005-11-23 Alasdair KergonFix open RO->RW promotions.
2005-10-27 Alasdair KergonOnly keep devices open if known to belong to a locked...
2005-10-16 Alasdair KergonUse hash, bitset, malloc, pool from libdevmapper.
2005-10-03 Alasdair KergonRefuse to run pvcreate/pvremove on devices we can't...
2005-06-14 Alasdair KergonVarious allocation-related pvmove fixes.
2005-06-01 Alasdair KergonBasic support for mirrors.
2005-05-09 Alasdair KergonFix loopfiles mem alloc.
2005-05-03 Alasdair KergonDon't create backup and archive dirs till needed.
2005-05-03 Alasdair KergonReinstate full PV size when removing from VG.
2005-04-07 Alasdair Kergonfix unused o_direct label
2005-04-07 Alasdair KergonAllow offline extension of snapshot volumes.
2005-04-06 Alasdair KergonAlignment tidying.
2005-03-21 Alasdair KergonImprove detection of external changes affecting interna...
2005-03-21 Alasdair KergonAdd 'already in device cache' debug message.
2005-03-08 Alasdair KergonCope with new devices appearing by rescanning /dev...
next
This page took 0.112602 seconds and 8 git commands to generate.