summaryrefslogtreecommitdiffstats
path: root/lib/device/dev-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Change message severity to log_very_verbose for missing dev info in udev db.Peter Rajnoha2012-04-111-5/+19
* re-word warnings to be clearer to userAlasdair Kergon2012-03-061-3/+3
* Validate udev structuresZdenek Kabelac2012-03-041-5/+12
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+33
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-2/+4
* Minor cleanupZdenek Kabelac2012-01-201-2/+2
* Do not lstat common path prefixZdenek Kabelac2011-12-211-0/+7
* Add common initialization code for struct deviceZdenek Kabelac2011-12-211-23/+16
* Always zalloc device structureZdenek Kabelac2011-12-211-9/+9
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-4/+4
* Missing space in debug messageZdenek Kabelac2011-04-281-1/+1
* Obtain device list from udev by default if LVM2 is compiled with udev support.Peter Rajnoha2011-04-221-11/+115
* Do not scan devices unnecessarily for reseting error counterZdenek Kabelac2011-01-171-9/+5
* Use const char* const * for dm_regex_create()Zdenek Kabelac2010-12-201-2/+2
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-1/+1
* Limit repeated accesses to broken devices.Petr Rockai2010-10-131-0/+19
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-221-0/+2
* Use built-in rules for device aliases: block/ < dm- < disk/ < mapper/ < other.Peter Rajnoha2010-08-031-17/+69
* Avoid selecting names under /dev/block if there is an alternative.Alasdair Kergon2010-05-241-0/+20
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-5/+5
* Use readahead of underlying device and not default (smaller) one.Milan Broz2009-05-201-0/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-27/+27
* Avoid spurious duplicate VG messages referring to VGs that are gone.Alasdair Kergon2008-05-281-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-34/+17
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Fix loading of persistent cache if cache_dir is used. (2.02.23)Milan Broz2007-07-231-2/+2
* Move regex functions into libdevmapper.Alasdair Kergon2007-04-271-5/+4
* add preferred_names to man page.Alasdair Kergon2007-04-261-0/+3
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-1/+102
* Add --trustcache option to reporting commands in preparation for supportingAlasdair Kergon2006-08-011-2/+1
* Check for libsepol.Alasdair Kergon2006-04-191-2/+13
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-33/+30
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-0/+6
* Basic support for mirrors.Alasdair Kergon2005-06-011-10/+6
* Fix loopfiles mem alloc.Alasdair Kergon2005-05-091-8/+12
* Don't create backup and archive dirs till needed.Alasdair Kergon2005-05-031-18/+12
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-24/+122
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-4/+12
* Add 'already in device cache' debug message.Alasdair Kergon2005-03-211-1/+1
* Cope with new devices appearing by rescanning /dev if a uuid can't be found.Alasdair Kergon2005-03-081-5/+5
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-0/+2
* pool debuggingAlasdair Kergon2004-11-231-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* Don't recurse symlinked dirs such as /dev/fd on 2.6.Alasdair Kergon2004-02-131-1/+12
* lvcreate should close the initialised snapshot device immediately.Alasdair Kergon2003-11-141-3/+14
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-10/+60
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-2/+1
* o Additional device/filter-level debugging messages + duplicate alias fixAlasdair Kergon2003-01-081-9/+22
* When there are device name aliases, choose the "nicest" to display.Alasdair Kergon2003-01-031-1/+73