summaryrefslogtreecommitdiff
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* pool: Make another thin pool fn generic for cache usage alsoJonathan Brassow2014-02-041-0/+16
* cache/misc: Revert commit 94377dfdJonathan Brassow2014-01-282-15/+0
* cache: Add DM interface for retrieving a cache's statusJonathan Brassow2014-01-272-1/+171
* cache: New 'cache' segment typeJonathan Brassow2014-01-272-6/+153
* cache: New 'cachepool' segment typeJonathan Brassow2014-01-271-0/+4
* Misc: New function for reading lvm config file fieldsJonathan Brassow2014-01-272-0/+15
* libdm: preload revert after failing callbackZdenek Kabelac2014-01-171-0/+40
* cleanup: indentZdenek Kabelac2014-01-171-2/+2
* libdm: pass dnode to callbackZdenek Kabelac2014-01-081-1/+1
* cleanup: self compilable headersZdenek Kabelac2013-12-121-0/+2
* libdm: prevent empty config file section namesAlasdair G Kergon2013-12-051-14/+26
* libdm-config: Allow quoted section (and key) names.Petr Rockai2013-12-011-3/+19
* cleanup: do not pass uninitialized space to selinux.Zdenek Kabelac2013-11-151-1/+1
* libdm: catch wrongly reported valuesZdenek Kabelac2013-11-151-0/+4
* gcc: replace #ifdef linux with __linux__Alasdair G Kergon2013-11-133-4/+4
* 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