summaryrefslogtreecommitdiffstats
path: root/lib/device
Commit message (Expand)AuthorAgeFilesLines
* cleanup: add __attribute__ ((nonnull(1)))Zdenek Kabelac2012-08-231-0/+1
* cleanup: use static char[] arrayZdenek Kabelac2012-08-231-1/+1
* cleanup: keep MKNOD type cast cleanZdenek Kabelac2012-08-231-1/+1
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-2/+0
* dev-io: open device read-only to obtain readahead valuePeter Rajnoha2012-06-251-1/+1
* Change message severity to log_very_verbose for missing dev info in udev db.Peter Rajnoha2012-04-111-5/+19
* Better structure layout for device_infoZdenek Kabelac2012-03-121-1/+1
* re-word warnings to be clearer to userAlasdair Kergon2012-03-061-3/+3
* Validate udev structuresZdenek Kabelac2012-03-041-5/+12
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-233-0/+38
* 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
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-2/+4
* Minor cleanupZdenek Kabelac2012-01-201-2/+2
* Drop extra stat before open of deviceZdenek Kabelac2011-12-211-11/+0
* Do not lstat common path prefixZdenek Kabelac2011-12-211-0/+7
* Add common initialization code for struct deviceZdenek Kabelac2011-12-211-23/+16
* Always zalloc device structureZdenek Kabelac2011-12-211-9/+9
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-4/+4
* 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-284-16/+7
* Add and use dev_open_readonly and variations.Alasdair Kergon2011-05-242-0/+18
* Missing space in debug messageZdenek Kabelac2011-04-281-1/+1
* Obtain device list from udev by default if LVM2 is compiled with udev support.Peter Rajnoha2011-04-222-11/+116
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-123-0/+74
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+2
* Remove double bracesZdenek Kabelac2011-03-291-1/+1
* Fix usage of readlinkZdenek Kabelac2011-03-131-2/+4
* Handle decimal digits with --units instead of ignoring them silently.Alasdair Kergon2011-02-182-8/+8
* Critical sectionZdenek Kabelac2011-02-181-1/+1
* Do not scan devices unnecessarily for reseting error counterZdenek Kabelac2011-01-171-9/+5
* Use const char* const * for dm_regex_create()Zdenek Kabelac2010-12-201-2/+2
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-1/+1
* 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
* Limit repeated accesses to broken devices.Petr Rockai2010-10-134-2/+55
* drop an unnecessary 'stack'Alasdair Kergon2010-09-271-2/+4
* Replace alloca with dm_malloc in _aligned_io.Alasdair Kergon2010-09-221-6/+12
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-222-0/+3
* Detect LUKS signature in pvcreateMilan Broz2010-08-192-0/+44
* Fix file descriptor leak in swap signature detectionMilan Broz2010-08-191-7/+5
* Recognise and give preference to md device partitions (blkext major).Peter Rajnoha2010-08-112-2/+2
* Use built-in rules for device aliases: block/ < dm- < disk/ < mapper/ < other.Peter Rajnoha2010-08-031-17/+69
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-092-5/+5
* Avoid selecting names under /dev/block if there is an alternative.Alasdair Kergon2010-05-241-0/+20
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-051-6/+6
* Fix is_partitioned_dev not to attempt to reopen device.Alasdair Kergon2010-04-061-10/+1
* 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
* Fix pvcreate on a partition (regressed in 2.02.51).Mike Snitzer2009-08-191-5/+7