aboutsummaryrefslogtreecommitdiff
path: root/libdm
AgeCommit message (Expand)Author
2013-07-01cleanup: stack usageZdenek Kabelac
2013-06-25debug: add pointer to -DDEBUG_POOL compilationZdenek Kabelac
2013-06-17RAID: s/int/uint32_t for dev_count in dm_status_raid structJonathan Brassow
2013-06-16cleanup: use simplier structure initializationZdenek Kabelac
2013-06-15text: miscellaneous comments & message tweaksAlasdair G Kergon
2013-06-11libdm: move thin max size to headerZdenek Kabelac
2013-05-31DM RAID: Add ability to throttle sync operations for RAID LVs.Jonathan Brassow
2013-05-30libdm: compensate suspend counter for live tableZdenek Kabelac
2013-05-30libdm: add public macro DM_TO_STRINGZdenek Kabelac
2013-05-27libdm: free mem pool on err pathZdenek Kabelac
2013-05-27libdm: add dm_get_status_snapshotZdenek Kabelac
2013-05-27cleanup: drop backtraceZdenek Kabelac
2013-05-20libdm: improve detection of mounted fsZdenek Kabelac
2013-05-20libdm: introduce dm_mountinfo_readZdenek Kabelac
2013-05-17ioctl: add DM_DATA_OUT_FLAG to dm-ioctl.hAlasdair G Kergon
2013-04-23cleanup: drop zeroing of zallocated dataZdenek Kabelac
2013-04-21libdm: improve check in dm_split_lvm_nameZdenek Kabelac
2013-04-15RAID: Add writemostly/writebehind support for RAID1Jonathan Brassow
2013-04-12cleanup: add gcc attribute for printf parameterZdenek Kabelac
2013-04-11RAID: Revert previous commit that allowed identical table loads.Jonathan Brassow
2013-04-08RAID: Capture new RAID kernel sync_action status fieldsJonathan Brassow
2013-04-05libdm: validate params for NULLZdenek Kabelac
2013-03-06RAID: Code changes missing from previous commit (bbc6378)Jonathan Brassow
2013-03-06config: add support for enhanced config node outputPeter Rajnoha
2013-03-06libdevmapper: add dm_config_value_is_bool functionPeter Rajnoha
2013-02-27config: fix config node lookup inside empty sections to not return the sectio...Peter Rajnoha
2013-02-05headers: add headers for musl libcZdenek Kabelac
2013-02-05cleanup: malloc attributesZdenek Kabelac
2013-02-04thin: use noflush for obtaining transaction_idZdenek Kabelac
2013-02-04libdm: support newer thin pool status parametersZdenek Kabelac
2013-02-04libdm: fix segault for truncated string token.Zdenek Kabelac
2013-02-01RAID: Add RAID status accessibility functionsJonathan Brassow
2013-01-07logging: classify log_debug messagesAlasdair G Kergon
2013-01-07logging: add debug classesAlasdair G Kergon
2012-12-15cleanup: skip assignmentZdenek Kabelac
2012-12-02libdm: deactivate failed node in preloadZdenek Kabelac
2012-11-29udev: add a warning message if DM_DISABLE_UDEV set and udev runningPeter Rajnoha
2012-11-29udev: _udev_disabled var visible also for !UDEV_SYNC_SUPPORTPeter Rajnoha
2012-11-29udev: recognize DM_DISABLE_UDEV environment variablePeter Rajnoha
2012-10-23udev_sync: cookie_set=1 on each dm_task_set_cookie callPeter Rajnoha
2012-10-17cleanup: switch log_error to log_warnZdenek Kabelac
2012-10-15libdm: fix comments in libdevmapper.hPeter Rajnoha
2012-10-12libdm: remove dm dev without error even with malformed UUIDPeter Rajnoha
2012-10-10libdm: introduce and use DEV_UUID macroPeter Rajnoha
2012-10-10libdm: unmangle dm UUIDs on dm ioctl returnPeter Rajnoha
2012-10-10libdm: add mangling support for dm_task_set_newuuidPeter Rajnoha
2012-10-10libdm: add mangling support for dm_task_set_uuidPeter Rajnoha
2012-10-10libdm: add dm_task_get_uuid_mangled/unmangledPeter Rajnoha
2012-10-10libdm: refactor internal mangling functionsPeter Rajnoha
2012-10-09configure: Use pkg-config to look for valgrind/memcheck.h.Petr Rockai