summaryrefslogtreecommitdiff
path: root/lib/device/dev-md.c
Commit message (Expand)AuthorAgeFilesLines
* pvscan lvmetad: use udev info to improve md component detectionDavid Teigland2018-12-031-2/+12
* scan: md metadata version 0.90 is at the end of diskPeter Rajnoha2018-11-291-1/+1
* scan: use full md filter when md 1.0 devices are presentDavid Teigland2018-10-171-7/+20
* scan: ignore duplicates that are md component devsDavid Teigland2018-05-111-2/+8
* filter: use bcache for filter readsDavid Teigland2018-05-101-16/+51
* [io paths] Unpick agk's aio stuffJoe Thornber2018-04-201-1/+1
* device: Move dev_read memory allocation into device layer.Alasdair G Kergon2017-12-191-1/+1
* device: categorise block i/oAlasdair G Kergon2017-12-041-1/+1
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-7/+6
* cleanup: add braces in macroZdenek Kabelac2017-07-201-1/+1
* gcc: logical-op warning go awayZdenek Kabelac2016-02-231-2/+2
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: add dev-ext-udev-constants.h with constants/names of the properties/...Peter Rajnoha2015-01-301-2/+3
* filter-md: use new 'udev' external device info source to get MD component statusPeter Rajnoha2015-01-301-1/+46
* cleanup: remove unused headersZdenek Kabelac2014-11-131-1/+0
* cleanup: internal error for impossible pathZdenek Kabelac2014-05-261-1/+5
* device: cleanup signature wiping functionsPeter Rajnoha2013-11-271-3/+3
* gcc: replace #ifdef linux with __linux__Alasdair G Kergon2013-11-131-1/+1
* dev-type: refine dev_get_primary_dev return codes and add more commentsPeter Rajnoha2013-06-121-1/+1
* dev-type: dev_get_primary_dev fn: use dev_types and provide better return codesPeter Rajnoha2013-06-121-1/+1
* refactor: make device type recognition code common for general usePeter Rajnoha2013-06-121-19/+20
* cleanup: use libdm's dm_sysfs_dir() for sysfs directory throughoutPeter Rajnoha2013-06-121-7/+7
* Fix warning for pvcreate over MD linear.Milan Broz2011-07-081-4/+10
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-4/+4
* Fix pvcreate on a partition (regressed in 2.02.51).Mike Snitzer2009-08-191-5/+7
* Fix error handling of device-related stat() calls to be ENOENT aware.Mike Snitzer2009-08-011-1/+5
* Retrieve MD sysfs attributes for MD partitionsMike Snitzer2009-08-011-5/+10
* Cast MINOR() in _md_sysfs_attribute_snprintf()'s dm_snprintf() call.Mike Snitzer2009-07-201-1/+1
* Cast MAJOR() and MINOR() to int when used with "%d" in dm_snprintf() call.Mike Snitzer2009-07-201-2/+2
* Use the MD device's stripe-width, instead of chunk_size, to align theMike Snitzer2009-07-061-28/+154
* Fix conversion of md chunk size into sectors.Alasdair Kergon2008-10-031-5/+5
* .Alasdair Kergon2008-09-191-1/+1
* adjust pe_align for md chunk sizeAlasdair Kergon2008-09-191-1/+64
* Suppress invalid 'sb_offset' compiler warning (FC8) with uninitialized_var().Dave Wysochanski2008-06-231-1/+1
* Suppress 'sb_offset' compiler warning by using enum for md superblock versions.Dave Wysochanski2008-06-231-6/+15
* explanation of md superblock location & avoid compilation warningsAlasdair Kergon2007-10-241-4/+11
* Detect md superblocks version 1.0, 1.1 and 1.2.Alasdair Kergon2007-10-241-10/+41
* refactor dev-md.c, separating out the magic number detectionAlasdair Kergon2007-10-241-7/+24
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-1/+1
* Fix md signature check to handle both endiannesses.Alasdair Kergon2007-01-261-1/+3
* xlate compilation fixAlasdair Kergon2004-11-271-0/+1
* Endian fix to signature detection.Alasdair Kergon2004-11-271-1/+1
* Separate out md superblock detection code.Alasdair Kergon2004-11-181-0/+68