summaryrefslogtreecommitdiff
path: root/lib/filters/filter-md.c
Commit message (Expand)AuthorAgeFilesLines
* filter: remove unused EAGAIN case and flagDavid Teigland2022-04-061-8/+0
* devices: rework libudev usageDavid Teigland2021-07-131-1/+1
* filters: nodata optionDavid Teigland2020-10-211-0/+3
* devices: support printing the filter that rejects a deviceDavid Teigland2020-10-011-0/+4
* devs: rename dev_is_md dev_is_md_componentDavid Teigland2019-05-211-1/+1
* add device hints to reduce scanningDavid Teigland2019-01-151-1/+2
* devs: use udev info to improve md component detectionDavid Teigland2018-12-031-0/+1
* scan: md metadata version 0.90 is at the end of diskPeter Rajnoha2018-11-291-3/+3
* cov: avoid selfrecursive inclusion of toolcontext.hZdenek Kabelac2018-10-151-0/+1
* scan: use full md filter when md 1.0 devices are presentDavid Teigland2018-06-151-44/+37
* Add cmd arg to more functionsDavid Teigland2018-06-151-26/+10
* device_mapper: remove dbg_malloc.Joe Thornber2018-06-081-2/+3
* Merge branch 'master' into 2018-05-11-fork-libdmJoe Thornber2018-06-011-11/+78
|\
| * filters: clarify some parts of md filterDavid Teigland2018-05-221-11/+78
* | build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-2/+2
|/
* filter: use bcache for filter readsDavid Teigland2018-05-101-5/+34
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* filters: do not print [none:nil] as external device info's [source:handler] i...Peter Rajnoha2015-09-031-2/+7
* filter-md: use new 'udev' external device info source to get MD component statusPeter Rajnoha2015-01-301-1/+2
* gcc: replace #ifdef linux with __linux__Alasdair G Kergon2013-11-131-1/+1
* filters: check for mpath before opening devsAlasdair G Kergon2013-08-131-1/+3
* refactor: make device type recognition code common for general usePeter Rajnoha2013-06-121-3/+3
* logging: classify log_debug messagesAlasdair G Kergon2013-01-071-3/+3
* filters: Alwayz zalloc the filter struct.Petr Rockai2012-09-261-1/+1
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* 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-221-0/+4
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-311-1/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-0/+1
* Remove unused #defines from filter-md.c.Alasdair Kergon2006-10-041-8/+0
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-2/+2
* fix a md filter log mesgAlasdair Kergon2004-11-231-1/+2
* pvcreate wipes md superblocks. (With --uuid or --restorefile it prompts.)Alasdair Kergon2004-11-191-1/+6
* Separate out md superblock detection code.Alasdair Kergon2004-11-181-29/+5
* Set devices/md_component_detection = 1 to ignore devices containing mdAlasdair Kergon2004-04-161-0/+98