summaryrefslogtreecommitdiffstats
path: root/libdm
Commit message (Expand)AuthorAgeFilesLines
* make list_move consistent with other list fnsAlasdair Kergon2008-04-102-8/+12
* Add list_move() support function for list manipulation.Dave Wysochanski2008-03-261-0/+10
* Use log_warn for reporting field help text instead of log_print.Alasdair Kergon2008-01-201-7/+7
* - The automatic log module loading patch proposed for the upstream kernelJonathan Earl Brassow2008-01-151-1/+1
* more readahead node fixes/debug messagesAlasdair Kergon2007-12-142-9/+23
* Fix deptree to pass new name to _resume_node after a rename.Alasdair Kergon2007-12-141-2/+2
* Add node operation stack debug messages.Alasdair Kergon2007-12-141-0/+10
* Report error when empty device name passed to readahead functions.Alasdair Kergon2007-12-131-0/+10
* Fix minimum readahead debug message.Alasdair Kergon2007-12-051-2/+2
* clarify when read_ahead may be setAlasdair Kergon2007-12-051-0/+3
* work out device name to use for read ahead requestAlasdair Kergon2007-12-051-1/+23
* fix ioctls to use long not intAlasdair Kergon2007-12-051-5/+8
* fixesAlasdair Kergon2007-12-033-5/+15
* missing #includeAlasdair Kergon2007-12-031-0/+1
* fixAlasdair Kergon2007-11-301-1/+1
* readahead support completed - untestedAlasdair Kergon2007-11-301-2/+68
* read_ahead node opsAlasdair Kergon2007-11-304-13/+79
* add read_ahead functions to library and dmsetup --readaheadAlasdair Kergon2007-11-276-7/+66
* Add DM_READ_AHEAD_MINIMUM_FLAGAlasdair Kergon2007-11-121-0/+2
* Define DM_READ_AHEAD_AUTO and DM_READ_AHEAD_NONE.Alasdair Kergon2007-11-091-0/+3
* Allow $DM_DEV_DIR envvar to override default of "/dev".Jim Meyering2007-10-091-2/+18
* Arrange for "make clean" to remove the symlink, too.Jim Meyering2007-10-031-3/+6
* Create a symlink, e.g., libdevmapper.so.1.02, in the build dir,Jim Meyering2007-09-181-0/+1
* 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