summaryrefslogtreecommitdiffstats
path: root/lib/filters/filter-persistent.c
Commit message (Expand)AuthorAgeFilesLines
* Test dm_hash_insert() failures mem failuresZdenek Kabelac2012-02-281-2/+8
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-4/+4
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-10/+10
* Do not issue an error message when unable to remove .cache on read-only fs.Peter Rajnoha2011-05-121-1/+1
* Obtain device list from udev by default if LVM2 is compiled with udev support.Peter Rajnoha2011-04-221-0/+14
* Fix memory leak in filter creation error pathZdenek Kabelac2011-01-061-7/+12
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-1/+1
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-2/+1
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-221-2/+6
* Never scan internal LVM devices.Petr Rockai2010-08-091-2/+2
* Always pass unsuspended dm devices through persistent filter to other filters.Alasdair Kergon2010-07-021-5/+23
* Don't merge unchanged persistent cache file before dumping if tool scanned.Alasdair Kergon2010-06-011-0/+5
* Currently if clvmd is running and user issues vgscan,Milan Broz2010-05-131-2/+2
* Use fixed buffer to prevent stack overflow in persistent filter dump.Milan Broz2010-01-061-8/+3
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-2/+0
* Fix segfault in persistent_filter_dump() if lvm init fails.Dave Wysochanski2009-07-081-1/+5
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* Escape double quotes and backslashes in external metadata and config data.Alasdair Kergon2008-03-121-1/+9
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-4/+4
* Use stack return macros throughout.Alasdair Kergon2008-01-301-8/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Detect stream write failure reliably; new fn: lvm_fclose; use dm_fcloseJim Meyering2007-07-241-4/+2
* Introduce is_same_inode macro, now including a comparison of st_dev.Jim Meyering2007-07-201-1/+1
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-8/+5
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-1/+4
* Protect .cache manipulations with fcntl locking.Alasdair Kergon2006-11-041-21/+79
* Check for libsepol.Alasdair Kergon2006-04-191-2/+2
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-26/+25
* Basic support for mirrors.Alasdair Kergon2005-06-011-4/+2
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-0/+2
* Improve filter debug msgs.Alasdair Kergon2004-11-241-6/+3
* Support tagged config files.Alasdair Kergon2004-05-041-3/+3
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-8/+8
* o Additional device/filter-level debugging messages + duplicate alias fixAlasdair Kergon2003-01-081-3/+11
* Ignore filter cache at startup if config file is newer than cache.Alasdair Kergon2003-01-061-0/+2
* Refactoring.Alasdair Kergon2002-11-181-14/+29
* tidyAlasdair Kergon2002-07-111-2/+2
* Don't log an error if we can't write the cache file because the FS is read-only.Patrick Caulfield2002-07-111-1/+2
* Merge with text format branch.Alasdair Kergon2002-04-241-7/+7
* Don't bother to write out an empty cache.Alasdair Kergon2002-01-241-1/+6
* o LGPL list implementationJoe Thornber2001-10-311-4/+4
* o fopen error messageAlasdair Kergon2001-10-251-4/+4
* o pfilter stores results for all aliases.Joe Thornber2001-10-251-1/+6
* o It's a bit of a hack, but the regex filter now makes sure a device pathJoe Thornber2001-10-251-3/+5
* o use dev_name(dev) to get the name of a device, this operation is cheapJoe Thornber2001-10-251-2/+2
* persistent cache fully incorporated. Goodbye to scanning /dev/cdrom :-)Alasdair Kergon2001-10-241-12/+20
* persistent filter & some log message changesAlasdair Kergon2001-10-231-5/+5
* o forgot to use the path passed into _read_array.Joe Thornber2001-10-231-1/+1
* o rethink of the persistent filterJoe Thornber2001-10-231-68/+73