summaryrefslogtreecommitdiffstats
path: root/lib/filters/filter.c
Commit message (Expand)AuthorAgeFilesLines
* filters: move device_info_t definition to headerAlasdair G Kergon2012-07-261-7/+2
* 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-121-19/+19
* Add some stack traces for dev_close error pathsZdenek Kabelac2012-02-281-1/+2
* Remove duplicit testZdenek Kabelac2012-02-131-2/+2
* Add range test for device numberZdenek Kabelac2012-02-081-1/+1
* Give priority to emcpower devices with duplicate PVIDs.Alasdair Kergon2012-01-111-0/+11
* Remove constant expression checkZdenek Kabelac2011-11-181-3/+0
* Fix major number filter structure boundary test.Milan Broz2011-11-111-3/+3
* Do not scan device if it is part of active multipath.Milan Broz2011-11-111-8/+26
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-5/+5
* Add and use dev_open_readonly and variations.Alasdair Kergon2011-05-241-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
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-2/+2
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-221-0/+4
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-111-0/+10
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Always pass unsuspended dm devices through persistent filter to other filters.Alasdair Kergon2010-07-021-8/+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
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-1/+0
* Recognise DRBD device part and handle it similar to MD devices.Milan Broz2009-10-271-0/+30
* Fix pvcreate on a partition (regressed in 2.02.51).Mike Snitzer2009-08-191-0/+10
* Add extended device (blkext) and MD partition (mdp) types to filters.Mike Snitzer2009-07-091-0/+2
* Add MMC device type to filters.Milan Broz2009-04-161-0/+1
* fix vd->virtblkAlasdair Kergon2008-04-031-1/+1
* add vd to filtersAlasdair Kergon2008-03-051-0/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-2/+1
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add ps3disk devices.Alasdair Kergon2007-07-261-0/+1
* Add SUN's LDOM virtual block device to filtersPatrick Caulfield2007-07-191-0/+1
* also ignore mirrorsAlasdair Kergon2007-01-251-1/+1
* Add devices/ignore_suspended_devices to ignore suspended dm devices.Alasdair Kergon2007-01-251-1/+14
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-4/+10
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-0/+4
* xen xvdAlasdair Kergon2005-11-091-0/+1
* Use dm_is_dm_major instead of local copy.Alasdair Kergon2005-10-251-19/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-9/+8
* Add is_dm_major() for use in duplicate device detection in lvmcache_add().Alasdair Kergon2005-09-161-0/+19
* Recognise aoe devices.Alasdair Kergon2005-08-081-0/+1
* Add ramdisk.Alasdair Kergon2005-04-061-0/+1
* Suppress 'open failed' error messages during scanning.Alasdair Kergon2005-03-031-1/+1
* Recognise gnbd.Alasdair Kergon2005-01-191-0/+1
* Skip devices that are too small to be PVs.Alasdair Kergon2004-12-211-3/+19
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-5/+16