summaryrefslogtreecommitdiffstats
path: root/lib/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* Add and use dev_open_readonly and variations.Alasdair Kergon2011-05-241-0/+3
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-121-0/+7
* Handle decimal digits with --units instead of ignoring them silently.Alasdair Kergon2011-02-181-2/+2
* Limit repeated accesses to broken devices.Petr Rockai2010-10-131-0/+2
* Detect LUKS signature in pvcreateMilan Broz2010-08-191-0/+1
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-111-1/+1
* Retrieve MD sysfs attributes for MD partitionsMike Snitzer2009-08-011-0/+3
* Add devices/data_alignment_detection to lvm.conf.Mike Snitzer2009-08-011-0/+6
* Add devices/data_alignment_offset_detection to lvm.conf.Mike Snitzer2009-08-011-0/+3
* Use the MD device's stripe-width, instead of chunk_size, to align theMike Snitzer2009-07-061-1/+1
* Use readahead of underlying device and not default (smaller) one.Milan Broz2009-05-201-0/+2
* Detect and wipe swap signatures in pvcreate.Petr Rockai2009-03-171-0/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-3/+3
* adjust pe_align for md chunk sizeAlasdair Kergon2008-09-191-0/+1
* Remove dead code, is_lvm_partition() - no functional change.Dave Wysochanski2008-07-231-5/+0
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add dev_read_circular, read 2 regions on same device.Dave Wysochanski2007-04-191-0/+2
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-111-1/+1
* Check for libsepol.Alasdair Kergon2006-04-191-10/+2
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-1/+2
* Refuse to run pvcreate/pvremove on devices we can't open exclusively.Alasdair Kergon2005-10-031-2/+4
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-1/+1
* Allow offline extension of snapshot volumes.Alasdair Kergon2005-04-071-1/+3
* Alignment tidying.Alasdair Kergon2005-04-061-0/+1
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-0/+2
* Detect partition table signature.Alasdair Kergon2004-11-231-6/+2
* Separate out md superblock detection code.Alasdair Kergon2004-11-181-0/+3
* Add a const.Alasdair Kergon2004-08-111-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* lvcreate should close the initialised snapshot device immediately.Alasdair Kergon2003-11-141-0/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-12/+19
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-2/+0
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-11/+16
* Refactoring.Alasdair Kergon2002-11-181-6/+27
* Some partial VG support with format_text.Alasdair Kergon2002-04-301-1/+2
* Merge with text format branch.Alasdair Kergon2002-04-241-0/+3
* Fix the device cache to cope reasonably safely with device name changes.Alasdair Kergon2002-01-241-0/+2
* o split the uuid -> device map out from vgcacheJoe Thornber2002-01-151-0/+5
* Add a dev_get_sectsize call.Patrick Caulfield2001-12-111-0/+1
* lvrename (without reactivation)Alasdair Kergon2001-11-151-4/+0
* o Added dev_open and dev_close functionsJoe Thornber2001-11-141-3/+9
* o Deal with sparse lv arrays (on disk)Joe Thornber2001-11-131-0/+1
* o LGPL list implementationJoe Thornber2001-10-311-2/+2
* o use dev_name(dev) to get the name of a device, this operation is cheapJoe Thornber2001-10-251-1/+4
* o added aliases list to struct device.Joe Thornber2001-10-251-0/+2
* o pvcreateJoe Thornber2001-10-121-2/+4
* vgrename & pvchange outlinesAlasdair Kergon2001-10-031-0/+4
* o I've moved the dev-cache and dev-io into here since this directory has aJoe Thornber2001-10-031-17/+26
* lvactivate checkpoint commitAlasdair Kergon2001-09-251-0/+27