summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-common.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: keep MKNOD type cast cleanZdenek Kabelac2012-08-231-1/+1
* Adjust wordingAlasdair Kergon2012-03-061-1/+1
* Check for multiple mangled names in auto mangling mode.Peter Rajnoha2012-03-051-0/+17
* Fix dm_task_get_name_unmangled to not unmangle already unmangled name.Peter Rajnoha2012-03-051-2/+7
* Check whether device names are properly mangled on ioctl return.Peter Rajnoha2012-03-051-0/+8
* Clean up internal mangling interface.Peter Rajnoha2012-03-051-17/+13
* Using enum types for enumsZdenek Kabelac2012-02-281-1/+1
* Fix dm_task_set_name to properly resolve path to dm name.Peter Rajnoha2012-02-281-1/+1
* Add DM_DEFAULT_NAME_MANGLING_MODE env. variable to override configured value.Peter Rajnoha2012-02-151-1/+19
* Add dm_task_get_name_mangled/unmangled to libdevmapper.Peter Rajnoha2012-02-151-0/+88
* Mangle device name on dm_task_set_name/newname call if necessary.Peter Rajnoha2012-02-151-51/+217
* Fix missing temp_buf init for error pathZdenek Kabelac2012-02-131-4/+4
* Do not write to -1 buffer addressZdenek Kabelac2012-02-131-25/+25
* Fix fd resource leak in error pathZdenek Kabelac2012-02-081-1/+1
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-2/+2
* Fix resource leak of file handleZdenek Kabelac2012-01-251-9/+8
* Move dm_task_set_newname from libdm-iface.c to libdm-common.cPeter Rajnoha2012-01-171-0/+21
* Add dm_device_get_name to get map name or block device name for given devno.Peter Rajnoha2012-01-111-23/+129
* Add dm_uuid_prefix/dm_set_uuid_prefix for non-lvm users to override hard-codedAlasdair Kergon2012-01-101-0/+26
* Use sysfs to set/get of read-aheadZdenek Kabelac2012-01-091-19/+103
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-1/+1
* Check target type name for DM_MAX_TYPE_NAME lengthZdenek Kabelac2011-11-181-2/+1
* readlink does not append a null byte to the output string!Peter Rajnoha2011-09-241-0/+1
* Add dm_device_has_holders fn to to check use of the device by another device.Peter Rajnoha2011-09-221-0/+100
* Add dm_set_sysfs_dir to libdevmapper to set sysfs location.Peter Rajnoha2011-09-221-8/+30
* Log cookie values when incrementing/decrementing to give clues about races.Alasdair Kergon2011-07-081-6/+30
* decode cookie flags in debug msgsAlasdair Kergon2011-07-051-2/+55
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-011-0/+7
* more fixes to readahead etc.Alasdair Kergon2011-06-281-9/+13
* Extend debug log messages to distinguish between the 3 states:Alasdair Kergon2011-06-271-7/+18
* Move udev_only logic inside stacked node op code.Alasdair Kergon2011-06-271-48/+67
* Maintain a count of the number of suspended devices in libdevmapperAlasdair Kergon2011-06-131-0/+23
* Require libudev >= 143 when compiling with udev support.Peter Rajnoha2011-04-221-1/+0
* Fix 2 signess warnings reported by gccZdenek Kabelac2011-03-301-3/+2
* Add attribute printfZdenek Kabelac2011-03-291-0/+3
* Improve debug stack traceZdenek Kabelac2011-03-181-1/+1
* Lower severity of selabel_lookup and matchpathcon failure to log_debug.Peter Rajnoha2011-03-031-2/+4
* Add missing returnZdenek Kabelac2011-03-021-0/+2
* Fix dm_udev_wait calls in dmsetup to occur before readahead display not after.Alasdair Kergon2011-03-021-1/+10
* pre-releaseAlasdair Kergon2011-02-041-2/+3
* Fix operation node stacking for consecutive dm opsZdenek Kabelac2011-02-041-8/+66
* Suport DM_SECURE_DATA_FLAG.Milan Broz2011-02-041-0/+1
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-1/+1
* HAVE_SELINUX againPeter Rajnoha2010-12-131-2/+2
* #ifdef HAVE_SELINUX and #ifdef HAVE_SELINUX_LABEL_HPeter Rajnoha2010-12-131-1/+3
* Missing #elif HAVE_SELINUXPeter Rajnoha2010-12-131-1/+1
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-131-9/+73
* Cleanup remove test for NULLZdenek Kabelac2010-11-291-10/+4
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-151-0/+1
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-3/+1