summaryrefslogtreecommitdiffstats
path: root/lib/device/device.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: use static char[] arrayZdenek Kabelac2012-08-231-1/+1
* cleanup: keep MKNOD type cast cleanZdenek Kabelac2012-08-231-1/+1
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-121-0/+26
* Fix usage of readlinkZdenek Kabelac2011-03-131-2/+4
* Fix device.c #include to ensure 64-bit fopen64 use. (2.02.51) (robbat2)Alasdair Kergon2010-12-151-1/+2
* Fix strict-aliasing compile warning in partition table scanningZdenek Kabelac2010-10-201-9/+9
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-111-1/+1
* Fix is_partitioned_dev not to attempt to reopen device.Alasdair Kergon2010-04-061-10/+1
* Fix error handling of device-related stat() calls to be ENOENT aware.Mike Snitzer2009-08-011-5/+18
* Retrieve MD sysfs attributes for MD partitionsMike Snitzer2009-08-011-3/+9
* 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-011-5/+70
* Add devices/data_alignment_offset_detection to lvm.conf.Mike Snitzer2009-08-011-0/+71
* Check MD devices for a partition table during device scan.Mike Snitzer2009-07-091-0/+4
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-10/+10
* Use stack return macros throughout.Alasdair Kergon2008-01-301-4/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* 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-301-2/+2
* Add mirror_library description to example.conf.Alasdair Kergon2006-05-111-1/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-1/+1
* Cope with empty msdos partition tables.Alasdair Kergon2004-12-211-5/+44
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-1/+1
* xlate compilation fixAlasdair Kergon2004-11-271-0/+1
* Endian fix to signature detection.Alasdair Kergon2004-11-271-1/+1
* fix partition table signature sizeAlasdair Kergon2004-11-261-1/+1
* Fix to partition table detection code.Alasdair Kergon2004-11-241-9/+8
* Detect partition table signature.Alasdair Kergon2004-11-231-14/+51
* Update copyright notices.Alasdair Kergon2004-03-301-13/+9
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-1/+0
* Refactoring.Alasdair Kergon2002-11-181-6/+5
* Merge with text format branch.Alasdair Kergon2002-04-241-2/+0
* o pvcreateJoe Thornber2001-10-121-0/+2
* o got dbg_malloc_t working, Alasdair could you look at the Makefile.in itJoe Thornber2001-10-041-0/+2
* o I've moved the dev-cache and dev-io into here since this directory has aJoe Thornber2001-10-031-2/+2
* Another step towards consistency & compilation.Alasdair Kergon2001-10-011-1/+1
* o get block size moved to dev-io.cJoe Thornber2001-10-011-29/+0
* merge partition codeAlasdair Kergon2001-10-011-17/+192
* Tidy include filesAlasdair Kergon2001-10-011-1/+1
* lvactivate checkpoint commitAlasdair Kergon2001-09-251-0/+64