summaryrefslogtreecommitdiff
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* libdm: fix races with udevMikulas Patocka2013-10-171-3/+7
* libdm: do not show holders missing errorZdenek Kabelac2013-10-171-1/+2
* headers: use __linux__ instead of linuxmpatocka@redhat.com2013-10-171-1/+1
* libdm: Fix a data race in dm_pool_{create,destroy}.Petr Rockai2013-10-102-2/+11
* libdm: Link to libpthread unconditionally.Petr Rockai2013-10-101-1/+1
* libdm: export DM_UDEV_SUBSYSTEM_FLAG names for subystem udev flagsPeter Rajnoha2013-09-301-0/+12
* libdm: avoid leak if dm_task_set_* fn called againAlasdair G Kergon2013-09-182-0/+4
* Misc/RAID: Enable resume_lv to handle some renaming conflicts.Jonathan Brassow2013-09-091-0/+55
* libdm: new name can't be emptyZdenek Kabelac2013-08-311-0/+5
* dmsetup: display any message output from kernelAlasdair G Kergon2013-08-162-1/+26
* fix: ambiguity in log_sys_error call from previous commitPeter Rajnoha2013-08-151-1/+1
* fix: some issues reported by coverityPeter Rajnoha2013-08-151-1/+1
* libdm: update DM_ABORT_ON_INTERNAL_ERRORSZdenek Kabelac2013-08-061-2/+2
* libdm: add DM_ABORT_ON_INTERNAL_ERRORSZdenek Kabelac2013-07-312-11/+16
* libdm: move new added field to structure endZdenek Kabelac2013-07-241-1/+1
* deptree: don't remove live node on resume failureAlasdair G Kergon2013-07-231-1/+4
* libdm: thin pool target sends messages onceZdenek Kabelac2013-07-151-4/+11
* libdm: remove unneeded read_ahead settingsZdenek Kabelac2013-07-151-1/+1
* libdm: add DM_ARRAY_SIZEZdenek Kabelac2013-07-081-0/+2
* cleanup: stack usageZdenek Kabelac2013-07-013-24/+12
* debug: add pointer to -DDEBUG_POOL compilationZdenek Kabelac2013-06-251-3/+3
* RAID: s/int/uint32_t for dev_count in dm_status_raid structJonathan Brassow2013-06-172-2/+2
* cleanup: use simplier structure initializationZdenek Kabelac2013-06-161-5/+9
* text: miscellaneous comments & message tweaksAlasdair G Kergon2013-06-151-1/+1
* libdm: move thin max size to headerZdenek Kabelac2013-06-112-11/+11
* DM RAID: Add ability to throttle sync operations for RAID LVs.Jonathan Brassow2013-05-311-3/+21
* libdm: compensate suspend counter for live tableZdenek Kabelac2013-05-301-1/+1
* libdm: add public macro DM_TO_STRINGZdenek Kabelac2013-05-302-6/+6
* libdm: free mem pool on err pathZdenek Kabelac2013-05-271-6/+12
* libdm: add dm_get_status_snapshotZdenek Kabelac2013-05-272-2/+57
* cleanup: drop backtraceZdenek Kabelac2013-05-271-4/+4
* libdm: improve detection of mounted fsZdenek Kabelac2013-05-201-0/+38
* libdm: introduce dm_mountinfo_readZdenek Kabelac2013-05-202-0/+90
* ioctl: add DM_DATA_OUT_FLAG to dm-ioctl.hAlasdair G Kergon2013-05-171-3/+8
* cleanup: drop zeroing of zallocated dataZdenek Kabelac2013-04-231-3/+1
* libdm: improve check in dm_split_lvm_nameZdenek Kabelac2013-04-211-1/+4
* RAID: Add writemostly/writebehind support for RAID1Jonathan Brassow2013-04-152-12/+76
* cleanup: add gcc attribute for printf parameterZdenek Kabelac2013-04-121-1/+2
* RAID: Revert previous commit that allowed identical table loads.Jonathan Brassow2013-04-112-21/+2
* RAID: Capture new RAID kernel sync_action status fieldsJonathan Brassow2013-04-082-11/+58
* libdm: validate params for NULLZdenek Kabelac2013-04-051-3/+16
* RAID: Code changes missing from previous commit (bbc6378)Jonathan Brassow2013-03-062-2/+21
* config: add support for enhanced config node outputPeter Rajnoha2013-03-062-31/+77
* libdevmapper: add dm_config_value_is_bool functionPeter Rajnoha2013-03-062-0/+15
* config: fix config node lookup inside empty sections to not return the sectio...Peter Rajnoha2013-02-271-2/+2
* headers: add headers for musl libcZdenek Kabelac2013-02-051-0/+1
* cleanup: malloc attributesZdenek Kabelac2013-02-051-3/+3
* thin: use noflush for obtaining transaction_idZdenek Kabelac2013-02-041-0/+3
* libdm: support newer thin pool status parametersZdenek Kabelac2013-02-042-2/+21
* libdm: fix segault for truncated string token.Zdenek Kabelac2013-02-041-6/+24