summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete dmfs code from tree and update INSTALL.Alasdair Kergon2007-08-211-5/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-2127-84/+56
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-202-6/+6
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-072-14/+14
* improve changelogAlasdair Kergon2007-08-061-1/+0
* Export dm_create_dir (was create_dir) to help fix LVM2 link errorJim Meyering2007-07-284-2/+9
* Make the libdevmapper version of create_dir equivalent to the LVM2 one.Jim Meyering2007-07-281-2/+4
* Introduce log_sys_* macros from LVM2.Jim Meyering2007-07-283-22/+17
* dm_fclose: new functionJim Meyering2007-07-243-0/+30
* Make warnings go to stderr. Adds log_warn macro for that purpose,Petr Rockai2007-06-282-6/+9
* 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