summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* Add default udev rules.Alasdair Kergon2009-08-031-2/+12
* Add udev checks.Alasdair Kergon2009-08-031-1/+6
* Manage without dm_udev_cleanup?Alasdair Kergon2009-08-036-32/+18
* cleanup some ignored return values & 'stack'sAlasdair Kergon2009-08-031-1/+1
* deal with error-related FIXMEsAlasdair Kergon2009-08-031-23/+42
* Set cookies in activation code and wait for udev to complete processing.Alasdair Kergon2009-07-313-17/+51
* Add udevcomplete and --noudevwait to dmsetup.Alasdair Kergon2009-07-313-4/+4
* another fixmeAlasdair Kergon2009-07-311-0/+1
* Add libdevmapper functions to support synchronisation with udev.Alasdair Kergon2009-07-314-0/+314
* Add log_errno to set a specific errno and replace log_error in due course.Alasdair Kergon2009-07-162-4/+5
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-3/+3
* New LOG_MESG macro to fix file/line number logging for memory leaks afterAlasdair Kergon2009-07-152-4/+6
* Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon2009-07-105-25/+88
* Fix whitespace in linear target line to fix identical table line detection.Alasdair Kergon2009-07-071-4/+8
* Add device number to more log messages during activation.Alasdair Kergon2009-07-031-7/+14
* Fix backward compatibility for major:minor query.Milan Broz2009-06-175-1/+17
* Support crypt segment in libdevmapper tree.Milan Broz2009-06-093-3/+57
* Make mempool optional in dm_split_lvm_name()Alasdair Kergon2009-06-032-1/+3
* Use suspend with flush when device size was changed during table preload.Milan Broz2009-05-203-0/+11
* Helper function to catch memory pool leaks.Milan Broz2009-04-104-0/+35
* Do not create some dm and lvm static librarie when they are not requestedZdenek Kabelac2009-04-081-0/+2
* Fix debug pool grow object to properly support delta=0Milan Broz2009-04-021-4/+9
* fix some issues when compiling with -D DEBUG_POOLMilan Broz2009-03-261-5/+4
* Fix some clean rules, fix previous distclean checkin.Dave Wysochanski2009-03-161-0/+2
* If kernel supports only one dm major number, use in place of any supplied.Alasdair Kergon2009-02-121-2/+47
* Separate PV label attributes which do not need parse metadata when reporting.Milan Broz2009-02-091-3/+16
* Rename _parse_options() to _parse_fields() for naming consistency.Dave Wysochanski2009-01-191-6/+6
* Add <report_type>_all to help text.Alasdair Kergon2009-01-101-0/+8
* Add an "all" field which expands to all fields of the report type.Alasdair Kergon2009-01-101-17/+82
* Add checks for device names in dmsetup and show proper error messages.Peter Rajnoha2009-01-072-2/+21
* Use dm_snprintf to avoid duplicating the snprintf compatibility code.Alasdair Kergon2008-12-121-11/+8
* Replace _dm_snprintf with EMIT_PARAMS macro for creating target linesZdenek Kabelac2008-12-111-102/+38
* some makefile fixes for liblvm2cmd & remove some hardcoded .soAlasdair Kergon2008-11-141-2/+2
* make install_device-mapperAlasdair Kergon2008-11-041-0/+2
* more fixesAlasdair Kergon2008-11-044-3/+2
* more missing bitsAlasdair Kergon2008-11-041-0/+191
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-036-157/+159
* add list fnsAlasdair Kergon2008-11-031-0/+13
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-0317-14/+43
* Use simple x.y.z library version in libdevmapper.pcAlasdair Kergon2008-11-011-1/+1
* further progressAlasdair Kergon2008-11-015-7/+7
* Add dm-logging.h ready for libdevmapper.Alasdair Kergon2008-10-301-0/+27
* Split out dm-logging.h from log.hAlasdair Kergon2008-10-301-3/+1
* Add libdm subdir to begin merging the device-mapper tree.Alasdair Kergon2008-10-302-0/+326
* Fix last checkin - tested wrong dnode.Alasdair Kergon2008-09-181-1/+1
* Only resume devices in dm_tree_preload_children if size changes.Alasdair Kergon2008-09-183-4/+26
* Extend deptree buffers so the largest possible device numbers fit.Alasdair Kergon2008-09-022-3/+5
* Underline longer report help text headings.Alasdair Kergon2008-06-251-2/+1
* pre-commitAlasdair Kergon2008-06-251-1/+1
* Align struct memblock in dbg_malloc for sparc.Alasdair Kergon2008-06-251-1/+1