summaryrefslogtreecommitdiff
path: root/libdm/ioctl/libdm-iface.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: gcc warn about comparing int with uintZdenek Kabelac2016-04-121-3/+3
* libdm: Correct typo.Alasdair G Kergon2016-04-071-1/+1
* libdm: improve debug message with ioctlZdenek Kabelac2016-04-061-10/+10
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* libdm: enable no_flush for driver version > 11Zdenek Kabelac2015-10-261-2/+7
* libdm: add dm_hold_control_devZdenek Kabelac2015-10-221-1/+11
* macros: fix default symbol export controlBryn M. Reeves2015-08-241-9/+3
* libdm: add dm_message_supports_precise_timestamps()Bryn M. Reeves2015-08-201-0/+14
* dmsetup: Report timestamps of ioctls with -vvv.Alasdair G Kergon2015-08-051-2/+29
* libdm: Add dm_task_get_errno to return ioctl errno.Alasdair G Kergon2015-05-261-7/+15
* libdm: new dm_task_get_info with internal_suspendZdenek Kabelac2015-05-151-4/+32
* cleanup: cast minor to dev_tZdenek Kabelac2015-05-081-3/+3
* libdm: Add uuid/devno to ioctl failure log message.Alasdair G Kergon2015-04-231-3/+17
* dmeventd: Reduce waitevent EINTR message severity.Alasdair G Kergon2015-01-211-1/+1
* libdevmapper: Improve incompatible version msg.Alasdair G Kergon2015-01-211-2/+3
* libdm: init char arrayZdenek Kabelac2014-11-031-1/+1
* libdm: finish the commentPeter Rajnoha2014-09-121-1/+1
* libdm: fix dm_is_dm_major to not issue error about missing /proc lines for dm...Peter Rajnoha2014-09-121-13/+39
* revert: commit 3880ca5ecad1761bd13a190c58f8f85fdd7cd0e1Peter Rajnoha2014-09-121-29/+11
* libdm: use dm-mod autoloading during dm_is_dm_major call if neededPeter Rajnoha2014-09-121-11/+29
* libdm: check version prints errorZdenek Kabelac2014-08-191-1/+1
* dmsetup: Support remove --deferred.Alasdair G Kergon2014-08-161-1/+43
* libdm: cleanup complation without DM_IOCTLSZdenek Kabelac2014-04-301-8/+13
* cleanup: use DM_ARRAY_SIZEZdenek Kabelac2014-04-081-2/+1
* libdm: check for size when opening control nodeZdenek Kabelac2014-04-081-1/+2
* gcc: replace #ifdef linux with __linux__Alasdair G Kergon2013-11-131-1/+1
* libdm: avoid leak if dm_task_set_* fn called againAlasdair G Kergon2013-09-181-0/+3
* dmsetup: display any message output from kernelAlasdair G Kergon2013-08-161-1/+25
* logging: classify log_debug messagesAlasdair G Kergon2013-01-071-40/+40
* libdm: remove dm dev without error even with malformed UUIDPeter Rajnoha2012-10-121-1/+2
* libdm: introduce and use DEV_UUID macroPeter Rajnoha2012-10-101-7/+8
* libdm: unmangle dm UUIDs on dm ioctl returnPeter Rajnoha2012-10-101-10/+29
* libdm: add mangling support for dm_task_set_newuuidPeter Rajnoha2012-10-101-0/+21
* libdm: add mangling support for dm_task_set_uuidPeter Rajnoha2012-10-101-0/+5
* libdm: add dm_task_get_uuid_mangled/unmangledPeter Rajnoha2012-10-101-5/+0
* libdm: refactor internal mangling functionsPeter Rajnoha2012-10-101-2/+2
* cleanup: keep MKNOD type cast cleanZdenek Kabelac2012-08-231-3/+3
* Use already acquired variable...Peter Rajnoha2012-03-051-2/+1
* Check for multiple mangled names in auto mangling mode.Peter Rajnoha2012-03-051-0/+3
* Check whether device names are properly mangled on ioctl return.Peter Rajnoha2012-03-051-10/+20
* Clean up internal mangling interface.Peter Rajnoha2012-03-051-0/+4
* Missed ;Zdenek Kabelac2012-03-011-1/+1
* Check for version string bufferZdenek Kabelac2012-03-011-3/+11
* Replace any '\' char with '\\' in table specification on input.Peter Rajnoha2012-02-151-3/+22
* Unamngle dm device name list automatically on ioctl return.Peter Rajnoha2012-02-151-0/+35
* Add DEV_NAME macro.Peter Rajnoha2012-02-151-20/+19
* Mangle device name on dm_task_set_name/newname call if necessary.Peter Rajnoha2012-02-151-5/+1
* Use dm_asprintf to simplify codeZdenek Kabelac2012-02-081-9/+4
* Set all parameters to 0Zdenek Kabelac2012-02-081-1/+6
* Move dm_task_set_newname from libdm-iface.c to libdm-common.cPeter Rajnoha2012-01-171-21/+0