summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* Standardise protective include file #defines.Alasdair Kergon2007-04-274-8/+8
* Add regex functions to library.Alasdair Kergon2007-04-278-0/+937
* Avoid trailing separator in reports when there are hidden sort fields.Alasdair Kergon2007-04-271-1/+9
* Deal with some more compiler warnings. Hope this doesn't break anything...Alasdair Kergon2007-04-274-10/+10
* Introduce _add_field() and _is_same_field() to libdm-report.c.Alasdair Kergon2007-04-191-48/+60
* Fix a few leaks in reporting error paths.Alasdair Kergon2007-02-141-2/+7
* Use fixed-size fields in report interface.Alasdair Kergon2007-01-292-5/+5
* don't remove libdm-common.h any moreAlasdair Kergon2007-01-251-1/+1
* Add some missing close() and fclose() return value checks.Alasdair Kergon2007-01-251-6/+7
* Adjust report field help description layout.Alasdair Kergon2007-01-241-1/+6
* fix earlier checkinAlasdair Kergon2007-01-231-1/+2
* Add descriptions to reporting field definitions.Alasdair Kergon2007-01-232-1/+7
* add a dso-private variable to dmeventd interfaceAlasdair Kergon2007-01-231-19/+28
* Add dm_event_handler_[gs]et_timeout functions.Alasdair Kergon2007-01-227-38/+45
* Add DM_LIB_VERSION definition to configure.h.Alasdair Kergon2007-01-191-2/+0
* Suppress 'Unrecognised field' error if report field is 'help'.Alasdair Kergon2007-01-181-2/+3
* fix last checkinAlasdair Kergon2007-01-181-1/+1
* Some internal renaming.Alasdair Kergon2007-01-182-18/+26
* more little fixesAlasdair Kergon2007-01-161-3/+3
* Add basic reporting functions to libdevmapper.Alasdair Kergon2007-01-164-13/+913
* More libdevmapper-event interface changes and fixes.Alasdair Kergon2007-01-153-3/+4
* Report error if NULL pointer supplied to dm_strdup_aux().Alasdair Kergon2007-01-151-2/+7
* Lots of dmeventd-related changes.Alasdair Kergon2007-01-113-0/+37
* Use CFLAGS when linking so mixed sparc builds can supply -m64.Alasdair Kergon2007-01-111-2/+2
* Add dm_tree_use_no_flush_suspend().Alasdair Kergon2007-01-093-4/+28
* fix last checkinAlasdair Kergon2007-01-081-1/+1
* Lots of dmevent changes.Alasdair Kergon2007-01-084-0/+16
* Avoid deptree attempting to suspend a device that's already suspended.Alasdair Kergon2006-10-131-1/+1
* noflush code fixes: missing debug log; non-standard variable nameAlasdair Kergon2006-10-122-4/+5
* Add suspend noflush support.Alasdair Kergon2006-10-124-0/+12
* Reorder mm bounds_check code to reduce window for a dmeventd race. (dm_free_aux)Alasdair Kergon2006-09-191-6/+7
* Add dm_snprintfAlasdair Kergon2006-08-213-0/+29
* Add dm_split_words() and dm_split_lvm_name() to libdevmapper.Alasdair Kergon2006-08-214-0/+123
* reorder bounds check codeAlasdair Kergon2006-08-181-9/+10
* Add lockfs indicator to debug output.Alasdair Kergon2006-08-081-1/+2
* Don't suppress identical table reloads if permission changes.Alasdair Kergon2006-06-141-6/+7
* Fix corelog segment line.Alasdair Kergon2006-05-161-2/+5
* Add DM_CORELOG flag to dm_tree_node_add_mirror_target().Alasdair Kergon2006-05-112-10/+12
* coverity fixesAlasdair Kergon2006-05-102-7/+11
* remove inlinesAlasdair Kergon2006-04-191-0/+136
* fix makefileAlasdair Kergon2006-04-191-2/+2
* make pkgconfig installation step optional, and clean up generated filesAlasdair Kergon2006-04-191-2/+9
* Check for libsepol.Alasdair Kergon2006-04-191-67/+12
* configure/makefile tidying + pkg-config support.Alasdair Kergon2006-04-192-6/+19
* Use name-based device refs if kernel doesn't support device number refs.Alasdair Kergon2006-04-031-18/+72
* If _create_and_load_v4 fails part way through, revert the creation.Alasdair Kergon2006-03-301-1/+12
* Add file & line to dm_strdup_aux().Alasdair Kergon2006-02-232-4/+4
* A setgeometry implementation. [untested]Alasdair Kergon2006-02-206-1/+49
* fix mirror log parm countAlasdair Kergon2006-02-081-1/+1
* add clustered log uuidAlasdair Kergon2006-02-061-3/+20