summaryrefslogtreecommitdiff
path: root/lib/filters/filter-regex.c
Commit message (Expand)AuthorAgeFilesLines
* pvscan: recognize "pci" as a common symlink component in filtersdev-dct-pvscan-devlinks-2David Teigland2023-01-271-0/+2
* vgchange autoactivation: skip regex filter containing symlinksDavid Teigland2023-01-271-0/+46
* pvscan: use alternate device names from DEVLINKS to check filterDavid Teigland2023-01-271-1/+1
* devices file: recommend removing filterDavid Teigland2021-05-051-2/+19
* device usage based on devices fileDavid Teigland2021-02-231-0/+7
* devices: support printing the filter that rejects a deviceDavid Teigland2020-10-011-1/+5
* add device hints to reduce scanningDavid Teigland2019-01-151-1/+2
* Add cmd arg to more functionsDavid Teigland2018-06-151-1/+1
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-2/+2
* cleanup: log_info to log_errorZdenek Kabelac2016-11-031-2/+2
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* report: select: refactor: move str_list to libdmPeter Rajnoha2014-06-171-1/+1
* filters: check for mpath before opening devsAlasdair G Kergon2013-08-131-1/+4
* refactor: make device type recognition code common for general usePeter Rajnoha2013-06-121-1/+0
* logging: classify log_debug messagesAlasdair G Kergon2013-01-071-1/+1
* Add check for allocation failureZdenek Kabelac2012-02-131-9/+10
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-4/+4
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Fix error path if regex engine cannot be created in _build_matcher().Zdenek Kabelac2010-12-201-1/+1
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-3/+3
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-221-0/+5
* Show string with invalid patternZdenek Kabelac2010-04-301-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* 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
* Move regex functions into libdevmapper.Alasdair Kergon2007-04-271-6/+5
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-30/+14
* Check for libsepol.Alasdair Kergon2006-04-191-2/+2
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-21/+18
* Basic support for mirrors.Alasdair Kergon2005-06-011-3/+1
* Improve filter debug msgs.Alasdair Kergon2004-11-241-0/+3
* pool debuggingAlasdair Kergon2004-11-231-2/+2
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* spelling correctionsAlasdair Kergon2004-03-301-2/+2
* o Additional device/filter-level debugging messages + duplicate alias fixAlasdair Kergon2003-01-081-0/+2
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-5/+6
* Refactoring.Alasdair Kergon2002-11-181-2/+2
* Merge with text format branch.Alasdair Kergon2002-04-241-7/+5
* o if any pattern rejects a device, and there were no accepts then reject !Joe Thornber2001-11-121-4/+5
* o LGPL list implementationJoe Thornber2001-10-311-5/+5
* o rfilter was no longer accepting by defaultJoe Thornber2001-10-251-5/+4
* o It's a bit of a hack, but the regex filter now makes sure a device pathJoe Thornber2001-10-251-2/+11
* o rfilter now checks all aliases for a matchJoe Thornber2001-10-251-6/+18
* o use dev_name(dev) to get the name of a device, this operation is cheapJoe Thornber2001-10-251-1/+1
* o added aliases list to struct device.Joe Thornber2001-10-251-4/+4
* o tidyingJoe Thornber2001-10-211-1/+1
* o Filter for the dev cache that takes values from config file:Joe Thornber2001-10-191-0/+207