summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-file.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unreachable codeZdenek Kabelac2012-02-081-1/+0
* Add dm_device_has_holders fn to to check use of the device by another device.Peter Rajnoha2011-09-221-0/+20
* Add missing check for allocation failureZdenek Kabelac2011-08-041-0/+5
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+1
* Implement dmeventd -R, allowing dmeventd to be restarted without losingPetr Rockai2010-10-201-3/+10
* Fix dm_create_lockfile error paths - incorrectly unlinked in-use lockfile.Alasdair Kergon2010-07-271-11/+20
* It's not enough to check for the kernel module in the case of clusterJonathan Earl Brassow2010-07-211-0/+26
* Add dm_create_lockfile to libdm to handle pidfiles for all daemons.Fabio M. Di Nitto2010-07-131-0/+82
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-211-4/+3
* Export dm_create_dir (was create_dir) to help fix LVM2 link errorJim Meyering2007-07-281-1/+1
* Make the libdevmapper version of create_dir equivalent to the LVM2 one.Jim Meyering2007-07-281-2/+4
* Introduce log_sys_* macros from LVM2.Jim Meyering2007-07-281-4/+2
* dm_fclose: new functionJim Meyering2007-07-241-0/+13
* coverity fixesAlasdair Kergon2006-05-101-6/+8
* Rename _log to dm_log and export.Alasdair Kergon2006-01-311-7/+3
* Add option to compile without ioctl for testing.Alasdair Kergon2005-01-271-1/+4
* Attempt to fix /dev/mapper/control transparently if it's wrong.Alasdair Kergon2005-01-061-0/+73