summaryrefslogtreecommitdiffstats
path: root/lib/filters
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-232-2/+0
* filters: move device_info_t definition to headerAlasdair G Kergon2012-07-262-7/+7
* filters: Add Micron PCIe SSDs (mtip32xx) [part2]Alasdair G Kergon2012-07-261-0/+55
* filters: Add Micron PCIe SSDs (mtip32xx)Alasdair G Kergon2012-07-261-40/+2
* Support improperly formated device numbersZdenek Kabelac2012-03-201-2/+15
* Better structure layout for device_infoZdenek Kabelac2012-03-122-21/+19
* Improve error loggingZdenek Kabelac2012-03-011-24/+47
* Test dm_hash_insert() failures mem failuresZdenek Kabelac2012-02-281-2/+8
* Add some stack traces for dev_close error pathsZdenek Kabelac2012-02-281-1/+2
* Check allocation resultZdenek Kabelac2012-02-271-1/+3
* Add check for allocation failureZdenek Kabelac2012-02-131-9/+10
* Remove duplicit testZdenek Kabelac2012-02-131-2/+2
* Add range test for device numberZdenek Kabelac2012-02-081-1/+1
* Replace snprintf with dm_snprintfZdenek Kabelac2012-02-081-1/+1
* Give priority to emcpower devices with duplicate PVIDs.Alasdair Kergon2012-01-111-0/+11
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-4/+4
* Remove constant expression checkZdenek Kabelac2011-11-181-3/+0
* Fix major number filter structure boundary test.Milan Broz2011-11-111-3/+3
* Remove unneeded parameter.Milan Broz2011-11-111-1/+1
* And now add files for real.Milan Broz2011-11-112-0/+213
* Do not scan device if it is part of active multipath.Milan Broz2011-11-112-8/+27
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-306-22/+22
* Add and use dev_open_readonly and variations.Alasdair Kergon2011-05-241-1/+1
* 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
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-1/+1
* Use O_DIRECT when reading block devices.Alasdair Kergon2011-01-271-1/+1
* add fioAlasdair Kergon2011-01-121-1/+2
* Fix memory leak in filter creation error pathZdenek Kabelac2011-01-061-7/+12
* 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-204-7/+7
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-2/+1
* Fix name in msg in last checkin.Alasdair Kergon2010-09-221-1/+1
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-226-2/+28
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-111-0/+10
* Never scan internal LVM devices.Petr Rockai2010-08-091-2/+2
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-093-3/+3
* Always pass unsuspended dm devices through persistent filter to other filters.Alasdair Kergon2010-07-023-13/+29
* Don't merge unchanged persistent cache file before dumping if tool scanned.Alasdair Kergon2010-06-011-0/+5
* pre-releaseAlasdair Kergon2010-05-171-0/+1
* Skip also special lvm devices in scan (if ignore suspended is used).Milan Broz2010-05-131-2/+2
* Currently if clvmd is running and user issues vgscan,Milan Broz2010-05-132-3/+3
* Show string with invalid patternZdenek Kabelac2010-04-301-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-112-3/+0
* Recognise DRBD device part and handle it similar to MD devices.Milan Broz2009-10-272-0/+33
* Fix pvcreate on a partition (regressed in 2.02.51).Mike Snitzer2009-08-192-0/+11
* Add extended device (blkext) and MD partition (mdp) types to filters.Mike Snitzer2009-07-091-0/+2
* Fix segfault in persistent_filter_dump() if lvm init fails.Dave Wysochanski2009-07-081-1/+5