summaryrefslogtreecommitdiffstats
path: root/lib/device
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error handling of device-related stat() calls to be ENOENT aware.Mike Snitzer2009-08-012-6/+23
* Retrieve MD sysfs attributes for MD partitionsMike Snitzer2009-08-013-8/+22
* Improve ability to lookup primary device associated with a partitionMike Snitzer2009-08-011-5/+56
* Add devices/data_alignment_detection to lvm.conf.Mike Snitzer2009-08-012-5/+76
* Add devices/data_alignment_offset_detection to lvm.conf.Mike Snitzer2009-08-012-0/+74
* 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 log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-5/+5
* Check MD devices for a partition table during device scan.Mike Snitzer2009-07-091-0/+4
* Use the MD device's stripe-width, instead of chunk_size, to align theMike Snitzer2009-07-062-29/+155
* Use readahead of underlying device and not default (smaller) one.Milan Broz2009-05-203-0/+48
* Missed file from previous checkin.Petr Rockai2009-03-171-0/+87
* Detect and wipe swap signatures in pvcreate.Petr Rockai2009-03-171-0/+1
* Display a 'dev_size' of zero for missing devices in reports.Alasdair Kergon2009-01-101-0/+3
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-033-37/+37
* 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-192-1/+65
* Remove dead code, is_lvm_partition() - no functional change.Dave Wysochanski2008-07-231-5/+0
* 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
* Avoid spurious duplicate VG messages referring to VGs that are gone.Alasdair Kergon2008-05-281-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-303-14/+14
* Use stack return macros throughout.Alasdair Kergon2008-01-303-66/+33
* Rely upon internally-cached PV labels while corresponding VG lock is held.Alasdair Kergon2008-01-291-1/+1
* 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
* Include strerror string in dev_open_flags' stat failure message.Jim Meyering2007-09-071-4/+9
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-206-16/+16
* Fix loading of persistent cache if cache_dir is used. (2.02.23)Milan Broz2007-07-231-2/+2
* Move regex functions into libdevmapper.Alasdair Kergon2007-04-271-5/+4
* add preferred_names to man page.Alasdair Kergon2007-04-261-0/+3
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-262-2/+106
* Add dev_read_circular, read 2 regions on same device.Dave Wysochanski2007-04-192-0/+31
* Fix md signature check to handle both endiannesses.Alasdair Kergon2007-01-261-1/+3
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-2/+5
* Fix partition table processing after sparc changes (introduced in 2.02.16).Alasdair Kergon2007-01-151-1/+1
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-302-3/+3
* Add lvm_getpagesize wrapper.Alasdair Kergon2006-08-171-1/+1
* Add --trustcache option to reporting commands in preparation for supportingAlasdair Kergon2006-08-011-2/+1
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-112-3/+3
* Add mirror_library description to example.conf.Alasdair Kergon2006-05-111-1/+1
* Check for libsepol.Alasdair Kergon2006-04-192-12/+15
* Fix open RO->RW promotions.Alasdair Kergon2005-11-231-4/+1
* Only keep devices open if known to belong to a locked VG now.Alasdair Kergon2005-10-271-2/+8
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-165-40/+38
* Refuse to run pvcreate/pvremove on devices we can't open exclusively.Alasdair Kergon2005-10-032-7/+42
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-0/+6
* Basic support for mirrors.Alasdair Kergon2005-06-011-10/+6