summaryrefslogtreecommitdiffstats
path: root/lib/device/dev-md.c
Commit message (Expand)AuthorAgeFilesLines
* 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