summaryrefslogtreecommitdiffstats
path: root/lib/device/dev-io.c
Commit message (Expand)AuthorAgeFilesLines
* dev-io: open device read-only to obtain readahead valuePeter Rajnoha2012-06-251-1/+1
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+2
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-5/+1
* Move close few linesZdenek Kabelac2012-02-081-4/+4
* Drop extra stat before open of deviceZdenek Kabelac2011-12-211-11/+0
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-13/+4
* Add and use dev_open_readonly and variations.Alasdair Kergon2011-05-241-0/+15
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-121-0/+41
* Remove double bracesZdenek Kabelac2011-03-291-1/+1
* Handle decimal digits with --units instead of ignoring them silently.Alasdair Kergon2011-02-181-6/+6
* Critical sectionZdenek Kabelac2011-02-181-1/+1
* Limit repeated accesses to broken devices.Petr Rockai2010-10-131-2/+32
* drop an unnecessary 'stack'Alasdair Kergon2010-09-271-2/+4
* Replace alloca with dm_malloc in _aligned_io.Alasdair Kergon2010-09-221-6/+12
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-051-6/+6
* temporarily downgrade the 'open while suspended' error till we fix it properlyAlasdair Kergon2010-04-011-1/+2
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-011-4/+4
* Use readahead of underlying device and not default (smaller) one.Milan Broz2009-05-201-0/+44
* 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-031-7/+7
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-28/+14
* Rely upon internally-cached PV labels while corresponding VG lock is held.Alasdair Kergon2008-01-291-1/+1
* 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-201-3/+3
* Add dev_read_circular, read 2 regions on same device.Dave Wysochanski2007-04-191-0/+29
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-251-2/+5
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-1/+1
* Add lvm_getpagesize wrapper.Alasdair Kergon2006-08-171-1/+1
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-111-2/+2
* 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-161-4/+5
* Refuse to run pvcreate/pvremove on devices we can't open exclusively.Alasdair Kergon2005-10-031-5/+38
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-4/+30
* fix unused o_direct labelAlasdair Kergon2005-04-071-3/+4
* Allow offline extension of snapshot volumes.Alasdair Kergon2005-04-071-4/+25
* Suppress 'open failed' error messages during scanning.Alasdair Kergon2005-03-031-1/+4
* Fix device reference counting on re-opens.Alasdair Kergon2004-12-211-11/+23
* Skip devices that are too small to be PVs.Alasdair Kergon2004-12-211-2/+4
* Reopen RO file descriptor RW if necessary.Alasdair Kergon2004-12-121-4/+9
* Additional device-handling debug messages.Alasdair Kergon2004-12-101-12/+40
* Extend dev_open logging.Alasdair Kergon2004-12-091-1/+2
* Use O_NOATIME on devices if available.Alasdair Kergon2004-09-141-0/+6
* Add a const.Alasdair Kergon2004-08-111-1/+1
* Use 64-bit file functions.Alasdair Kergon2004-04-161-6/+0
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* Define BLKGETSIZE64 on systems with out-of-date header files.Alasdair Kergon2004-01-271-0/+3
* Fix support for PVs on read only devices. [Still must set LVs read only]Alasdair Kergon2003-11-211-4/+11