summaryrefslogtreecommitdiffstats
path: root/libdm/ioctl
Commit message (Expand)AuthorAgeFilesLines
* 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-152-5/+2
* 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
* Use sysfs to set/get of read-aheadZdenek Kabelac2012-01-091-4/+6
* Support the ability to replace specific devices in a RAID array.Jonathan Earl Brassow2011-11-301-2/+2
* Check target type name for DM_MAX_TYPE_NAME lengthZdenek Kabelac2011-11-181-12/+20
* Add missing free() for line that is malloc()'d by getline().Mike Snitzer2011-11-081-1/+3
* Fix _get_proc_number to be tolerant of malformed /proc/misc entries.Mike Snitzer2011-11-081-6/+5
* Cleanup backtracesZdenek Kabelac2011-10-201-27/+23
* Add internal expected_errno dm_tast varZdenek Kabelac2011-10-192-1/+3
* Use zalloc for malloc,memsetZdenek Kabelac2011-10-171-3/+1
* explain why we may now retryAlasdair Kergon2011-09-231-0/+11
* Initialize 'retryable' variable.Peter Rajnoha2011-09-221-1/+1
* Add dm_task_retry_remove fn to use retry logic for device removal.Peter Rajnoha2011-09-222-20/+31
* Retry DM_DEVICE_REMOVE ioctl if device is busy.Peter Rajnoha2011-09-131-0/+15
* spaces->tabsAlasdair Kergon2011-08-191-15/+15
* revert incomplete inconsistent log message change for nowAlasdair Kergon2011-08-191-2/+1
* Add ability to merge back a RAID1 image that has been split w/ --trackchangesJonathan Earl Brassow2011-08-181-2/+3
* Fix memleak of geometry bufferZdenek Kabelac2011-08-111-0/+1
* Remove support for the original dm ioctl interface version 1.Alasdair Kergon2011-08-093-591/+2
* Fix read-only identical table reload supression.Alasdair Kergon2011-07-241-1/+1
* Report internal error if suspending a device using an already-suspended dev.Alasdair Kergon2011-07-021-3/+94
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-012-1/+16
* debug log readonly flag with ioctlsAlasdair Kergon2011-06-291-1/+2
* Remove temporary failures now, but continue to give INTERNAL_ERROR.Alasdair Kergon2011-06-291-3/+1
* Temporary conversion to internal error and failure, to see how manyAlasdair Kergon2011-06-291-2/+4
* Move udev_only logic inside stacked node op code.Alasdair Kergon2011-06-271-13/+16
* Return immediately dm_lib_exit() if called more than once.Alasdair Kergon2011-06-241-0/+9
* Fix fields in warning message.Alasdair Kergon2011-06-131-4/+4
* Maintain a count of the number of suspended devices in libdevmapperAlasdair Kergon2011-06-131-0/+17
* Accept kernel version 3 (3.0-rc and similar).Milan Broz2011-06-091-5/+10
* Use hard-coded /dev/mapper/control details for 2.6.36+ kernels and simplifyAlasdair Kergon2011-03-251-62/+30
* Fix last checkin - added error message text wrong.Alasdair Kergon2011-03-201-4/+2
* Improve debug stack traceZdenek Kabelac2011-03-181-1/+3
* Mitigate some warnings if running as non-root user.Milan Broz2011-03-181-3/+6
* Fix reading byte from char params[-1] positionZdenek Kabelac2011-03-081-2/+4
* Move secure flag warning to verbose level.Milan Broz2011-03-051-2/+2
* Indent case part properlyZdenek Kabelac2011-03-021-2/+2
* Fix dm_udev_wait calls in dmsetup to occur before readahead display not after.Alasdair Kergon2011-03-021-1/+2