summaryrefslogtreecommitdiffstats
path: root/libdm/misc/dm-ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* dmsetup: allow --noflush with status/wait for thinAlasdair G Kergon2012-07-271-5/+7
| | | | | Allow --noflush with dmsetup status and wait (for thin target 1.3.0 / ioctl 4.23.0).
* Suport DM_SECURE_DATA_FLAG.Milan Broz2011-02-041-2/+8
| | | | | It will be user for cryptsetup to ensure buffers are properly wiped when sending sensitive data (key).
* Use a more-generic name for the new kernel flag so list_devices can share it.Alasdair Kergon2010-10-251-1/+1
|
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-151-3/+9
| | | | Add dm_task_set_newuuid to set uuid of mapped device post-creation. (pjones)
* Add support for dm-mod module autoload.Peter Rajnoha2010-06-011-0/+1
| | | | | | | | A kernel patch is on its way for 2.6.35 adding support for dm-mod module autoload. Udev v155 and higher is able to read static node information given in modules.devname (extracted by depmod before) and will create such nodes at its start. The first access to such node will load the module automatically (directly in kernel) before the actual read/write operation is processed.
* Add support for ioctl's DM_UEVENT_GENERATED_FLAG.Peter Rajnoha2010-03-231-2/+7
| | | | | | | | | | | | | We need to know whether we should wait for any uevent or not when using udev_sync. A kernel patch was posted recently that changed the way uevents are sent on dm device resume - it is sent only if the device has been suspended before. There's also a new DM_UEVENT_GENERATED_FLAG in the ioctl to notify userspace whether the event was generated. If the uevent was not generated (e.g. the situation where the device is *not* suspended and we call a resume), we just call dm_udev_complete explicitly from within libdevmapper itself to prevent infinite waiting while trying to synchronise with udev processing.
* Add support for querying a device's inactive table.Alasdair Kergon2009-11-061-3/+10
| | | | | Currently this data is invisible to userspace. Requires dm >= 4.16 (likely to be in linux 2.6.33).
* Add default udev rules.Alasdair Kergon2009-08-031-2/+12
| | | | Update dm-ioctl.h comments.
* Add libdm subdir to begin merging the device-mapper tree.Alasdair Kergon2008-10-301-0/+304