1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00
lvm2/WHATS_NEW_DM

707 lines
30 KiB
Plaintext
Raw Normal View History

2011-08-19 23:42:39 +04:00
Version 1.02.68 -
==================================
Fix lvm2-monitor init script to use normalized output when using vgs.
Add test for max length (DM_MAX_TYPE_NAME) of target type name.
Include a copy of kernel DM documentation in doc/kernel.
Improve man page style for dmsetup.
Fix _get_proc_number to be tolerant of malformed /proc/misc entries.
Add ExecReload to dm-event.service for systemd to reload dmeventd properly.
Add dm_config_tree_find_str_allow_empty.
Fix compile-time pool memory locking with DEBUG_MEM.
Fix valgrind error reports in free of pool chunks with DEBUG_MEM.
Align size of structure chunk for fast pool allocator to 8 bytes.
Simplify some pointer operations in dm_free_aux() debug code.
2011-10-20 17:23:52 +04:00
Remove unused dbg_malloc.h file from source tree.
Cleanup backtraces for _create_and_load_v4().
Fix alignment warning in bitcount calculation for raid segment.
Allocate dm_tree structure from dm_tree pool.
Update debug logging for _resume_node.
Add functions to support thin provisioning target (API unstable).
2011-09-25 23:38:59 +04:00
Improve libdm-config error path reporting.
Update dmsetup resume man with --addnodeonresume/create options.
Add dependency for dm man pages to man subdirectory make target all:.
Add dm_tree_retry_remove to use retry logic for device removal in a dm_tree.
Add dm_device_has_mounted_fs fn to check mounted filesystem on a device.
Add dm_device_has_holders fn to to check use of the device by another device.
Add dm_sysfs_dir to libdevmapper to retrieve sysfs location thas is set.
Add dm_set_sysfs_dir to libdevmapper to set sysfs location.
Add --retry option for dmsetup remove to retry removal if not successful.
Add dm_task_retry_remove fn to use retry logic for device removal.
2011-09-07 12:37:48 +04:00
Remove unused passed parameters for _mirror_emit_segment_line().
2011-09-02 01:04:14 +04:00
Add dm_config and string character escaping functions to libdevmapper.
Mark unreleased memory pools as internal error.
2011-08-19 23:42:39 +04:00
2011-08-19 20:31:00 +04:00
Version 1.02.67 - 19th August 2011
2011-08-12 06:34:08 +04:00
==================================
2011-08-19 20:26:02 +04:00
Add dm_tree_node_add_null_area for temporarily-missing raid devs tracked.
2011-08-12 06:34:08 +04:00
2011-08-12 05:34:11 +04:00
Version 1.02.66 - 12th August 2011
==================================
Release geometry buffer in dm_task_destroy.
2011-08-12 05:34:11 +04:00
Update udev rules to skip DM flags decoding for removed devices.
Add compile-time pool memory locking options (to debug shared VG structs).
Remove device name prefix from dmsetup line output if -j & -m or -u supplied.
Remove support for the original version 1 dm ioctls.
Add missing check for allocation failure _create_dir_recursive().
Add support for systemd file descriptor handover in dmeventd.
2011-08-12 05:34:11 +04:00
Fix memory leak in dmsetup _message() memory allocation error path.
Use new oom killer adjustment interface (oom_score_adj) when available.
2011-07-28 16:54:28 +04:00
Add systemd unit files for dmeventd.
Fix read-only identical table reload supression.
2011-07-08 23:57:32 +04:00
2011-07-08 23:19:44 +04:00
Version 1.02.65 - 8th July 2011
===============================
Remove dev name prefix from dmsetup line output if exactly one dev requested.
Report internal error if suspending a device using an already-suspended dev.
2011-07-08 23:19:44 +04:00
Report error if a table load requiring target parameters has none supplied.
Add dmsetup --checks and dm_task_enable_checks framework to validate ioctls.
Add age_in_minutes parameter to dmsetup udevcomplete_all.
Return immediately from dm_lib_exit() if called more than once.
Disable udev fallback by default and add --verifyudev option to dmsetup.
2011-07-08 23:19:44 +04:00
Report internal error if any table is loaded while any dev is known suspended.
Add dm_get_suspended_counter() for number of devs in suspended state by lib.
Fix "all" report field prefix matching to include label fields with pv_all.
Delay resuming new preloaded mirror devices with core logs in deptree code.
Accept new kernel version 3 uname formats in initialisation.
2011-04-29 21:05:20 +04:00
2011-04-29 20:12:21 +04:00
Version 1.02.64 - 29th April 2011
==================================
Require libudev >= 143 when compiling with udev support.
Use word alignment for dm_pool_strdup() and dm_pool_strndup().
2011-04-29 20:12:21 +04:00
Use dm_snprintf() to fix signedness warning in dm_set_dev_dir().
Use unsigned loop counter to fix signedness warning in _other_node_ops().
Fix const cast in dmsetup calls of dm_report_field_string().
Streamline /dev/mapper/control node code for common cases.
Use hard-coded dm control node device number for 2.6.36 kernels and above.
Improve stack debug reporting in dm_task_create().
Fallback to control node creation only if node doesn't exist yet.
2011-04-29 20:12:21 +04:00
Change dm_hash binary functions to take void *key instead of char *.
2011-04-29 04:21:13 +04:00
Fix uninitialised memory use with empty params in _reload_with_suppression_v4.
Lower severity of selabel_lookup and matchpathcon failure to log_debug.
2011-04-29 20:12:21 +04:00
Add test for failed allocation from dm_task_set_uuid() in dmeventd.
2011-04-29 04:21:13 +04:00
Add dm_event_get_version to dmeventd for use with -R.
Avoid dmeventd core dumps when handling request with unknown command ID.
Have dmeventd -R start up even when no existing copy is running.
Accept multiple mapped device names on many dmsetup command lines.
Fix dm_udev_wait calls in dmsetup to occur before readahead display not after.
Include an implicit dm_task_update_nodes() within dm_udev_wait().
Fix _create_and_load_v4 not to lose the --addnodeoncreate setting (1.02.62).
Add inactive table query support for kernel driver >= 4.11.6 (RHEL 5.7).
Log debug open_count in _node_has_closed_parents().
2011-04-29 04:21:13 +04:00
Add a const to dm_report_field_string() data parameter.
2011-02-09 15:11:21 +03:00
2011-02-09 15:04:39 +03:00
Version 1.02.63 - 9th February 2011
2011-02-05 01:46:18 +03:00
===================================
2011-02-09 15:04:39 +03:00
Reinstate DEBUG_MEM as it's part of the API. (1.02.62)
2011-02-05 01:46:18 +03:00
2011-02-05 01:07:43 +03:00
Version 1.02.62 - 4th February 2011
2011-01-10 17:51:33 +03:00
===================================
2011-02-05 01:35:29 +03:00
Add configure --with-device-nodes-on=create for previous behaviour.
Move creation of device nodes from 'create' to 'resume'.
2011-02-05 01:07:43 +03:00
Add --addnodeonresume and --addnodeoncreate options to dmsetup.
Add dm_task_set_add_node to libdevmapper to control dev node creation time.
Add dm_task_secure_data to libdevmapper to wipe ioctl buffers in kernel.
2011-02-05 01:07:43 +03:00
Log debug message when expected uevent is not generated.
Only compile memory debugging code when DEBUG_MEM is set.
Set DM_UDEV_DISABLE_OTHER_RULES_FLAG for suspended DM devices in udev rules.
2011-02-05 01:07:43 +03:00
Begin a new pool object for each row in _output_as_rows() correctly.
2011-01-10 17:51:33 +03:00
2011-01-10 17:28:17 +03:00
Version 1.02.61 - 10th January 2011
===================================
Add DM_COOKIE_AUTO_CREATE to libdevmapper.h.
Export DM_CONTROL_NODE_UMASK and use it while creating /dev/mapper/control.
2010-12-22 00:08:51 +03:00
2010-12-21 04:08:29 +03:00
Version 1.02.60 - 20th December 2010
====================================
Check for unlink failure in remove_lockfile() in dmeventd.
Use dm_free for dm_malloc-ed areas in _clog_ctr/_clog_dtr in cmirrord.
Use char* arithmetic in _process_all() & _targets() in dmsetup.
Change dm_regex_create() API to accept const char * const *patterns.
Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.
Detect existence of new SELinux selabel interface during configure.
2010-12-07 01:13:10 +03:00
2010-12-06 20:57:14 +03:00
Version 1.02.59 - 6th December 2010
===================================
Add backtraces to _process_mapper_dir and _create_and_load_v4 error paths.
Remove superfluous checks for NULL before calling dm_free.
2010-11-22 21:37:56 +03:00
2010-11-22 17:25:22 +03:00
Version 1.02.58 - 22nd November 2010
====================================
Fix _output_field crash from field_id free with DEBUG_MEM. (1.02.57)
2010-11-09 05:58:06 +03:00
2010-11-08 22:37:40 +03:00
Version 1.02.57 - 8th November 2010
2010-10-25 20:38:20 +04:00
===================================
2010-11-08 22:37:40 +03:00
Fix regex optimiser not to ignore RHS of OR nodes in _find_leftmost_common.
Add dmeventd -R to restart dmeventd without losing monitoring state. (1.02.56)
Fix memory leak of field_id in _output_field function.
Allocate buffer for reporting functions dynamically to support long outputs.
2010-10-25 20:38:20 +04:00
2010-10-25 17:54:29 +04:00
Version 1.02.56 - 25th October 2010
===================================
Return const pointer from dm_basename() in libdevmapper.
Implement dmeventd -R to restart without state loss.
Add dm_zalloc and use it and dm_pool_zalloc throughout.
Add --setuuid to dmsetup rename.
Add dm_task_set_newuuid to set uuid of mapped device post-creation.
2010-09-24 20:24:57 +04:00
Version 1.02.55 - 24th September 2010
=====================================
2010-09-24 20:24:57 +04:00
Fix the way regions are marked complete to avoid slow --nosync cmirror I/O.
Add DM_REPORT_FIELD_TYPE_ID_LEN to libdevmapper.h.
2010-08-20 02:33:14 +04:00
2010-08-19 00:57:10 +04:00
Version 1.02.54 - 18th August 2010
==================================
Fix dm-mod autoloading logic to not assume control node is set correctly.
Add dmeventd/executable to lvm.conf to test alternative dmeventd.
Export dm_event_handler_set_dmeventd_path to override built-in dmeventd path.
Generate libdevmapper-event exported symbols.
Remove superfluous NULL pointer tests before dm_free from dmeventd.
2010-08-16 15:22:08 +04:00
Assume dm-mod autoloading support is in kernel 2.6.36 and higher, not 2.6.35.
Fix udev rules to support udev database content generated by older rules.
Reinstate detection of inappropriate uevent with DISK_RO set and suppress it.
2010-08-19 00:57:10 +04:00
Fix regex ttree off-by-one error.
Add --enable-valgrind-pool to configure.
2010-08-11 17:12:31 +04:00
Fix segfault in regex matcher with characters of ordinal value > 127.
2010-08-19 00:57:10 +04:00
Fix 'void*' arithmetic warnings in dbg_malloc.c and libdm-iface.c.
Wait for node creation before displaying debug info in dmsetup.
Fix return status 0 for "dmsetup info -c -o help".
Add check for kernel semaphore support and disable udev_sync if not available.
2010-07-29 01:58:08 +04:00
2010-07-28 15:49:42 +04:00
Version 1.02.53 - 28th July 2010
2010-07-28 02:52:19 +04:00
================================
2010-07-28 14:44:29 +04:00
Revert failed table load preparation after "create, load and resume".
Switch dmeventd to use dm_create_lockfile and drop duplicate code.
Add dm_create_lockfile to libdm to handle pidfiles for all daemons.
2010-07-28 01:57:37 +04:00
Replace lookup with next in struct dfa_state & calculate states on demand.
Improve the regex matcher, reducing the number of charset nodes used.
Add dm_regex_fingerprint to facilitate regex testing.
Skip ffs(0) in _test_word in bitset functions.
Use "nowatch" udev rule for inappropriate devices.
2010-07-07 06:37:28 +04:00
2010-07-06 20:49:38 +04:00
Version 1.02.52 - 6th July 2010
===============================
Fix dmlosetup snprintf %llu compiler warning.
Add parentheses to some libdevmapper.h macro arguments.
Add printf format attributes to dm_{sn,as}printf and fix a caller.
Move dmeventd man page from install_lvm2 to install_device-mapper. (1.02.50)
2010-06-30 18:50:32 +04:00
2010-06-30 18:04:15 +04:00
Version 1.02.51 - 30th June 2010
2010-06-23 23:35:11 +04:00
================================
2010-06-30 18:04:15 +04:00
Generate libdevmapper exported symbols from header file.
2010-06-23 23:35:11 +04:00
2010-06-23 21:48:41 +04:00
Version 1.02.50 - 23rd June 2010
================================
Fix INTERNAL_ERROR typo in ioctl iface unknown task message.
Fix udev rules to handle spurious events properly.
Use C99 [] not [0] in dm_ulog_request struct to avoid abort when fortified.
Allow use of devmapper header file in C++ mode (extern "C" and __typeof__).
2010-06-23 21:48:41 +04:00
Add dmeventd man page.
2010-06-07 14:25:43 +04:00
2010-06-04 21:23:49 +04:00
Version 1.02.49 - 4th June 2010
===============================
Support autoloading of dm-mod module for kernels from 2.6.35.
Document 'clear' in dmsetup man page.
2010-06-04 21:23:49 +04:00
Fix semctl parameter (union) to avoid misaligned parameter on some arches.
Add dm_tree_node_set_presuspend_node() to presuspend child when deactivating.
Initial support for replicator target.
2010-05-21 03:21:53 +04:00
2010-05-17 22:39:01 +04:00
Version 1.02.48 - 17th May 2010
================================
Use -d to control level of messages sent to syslog by dmeventd.
Change -d to -f to run dmeventd in foreground.
Do not print encryption key in message debug output (cryptsetup luksResume).
2010-05-17 22:39:01 +04:00
Fix dmeventd static build library dependencies.
Fix udev flags on remove in create_and_load error path.
2010-04-30 19:48:38 +04:00
2010-04-30 18:49:42 +04:00
Version 1.02.47 - 30th April 2010
2010-04-15 01:47:48 +04:00
=================================
Add support for new IMPORT{db} udev rule.
Add DM_UDEV_PRIMARY_SOURCE_FLAG udev flag to recognize proper DM events.
Also include udev libs in libdevmapper.pc when udev_sync is enabled.
Cache bitset locations to speed up _calc_states.
2010-04-29 05:48:19 +04:00
Add a regex optimisation pass for shared prefixes and suffixes.
2010-04-20 17:58:22 +04:00
Add dm_bit_and and dm_bitset_equal to libdevmapper.
2010-04-20 01:10:20 +04:00
Simplify dm_bitset_create.
2010-04-19 21:17:55 +04:00
Speed up dm_bit_get_next with ffs().
2010-04-15 01:47:48 +04:00
2010-04-14 21:50:49 +04:00
Version 1.02.46 - 14th April 2010
=================================
Change dm_tree_deactivate_children to fail if device is open.
Wipe memory buffers for dm-ioctl parameters before releasing.
Strictly require libudev if udev_sync is used.
Add support for ioctl's DM_UEVENT_GENERATED_FLAG.
2010-03-09 17:01:47 +03:00
2010-03-09 16:13:07 +03:00
Version 1.02.45 - 9th March 2010
================================
Add --showkeys parameter description to dmsetup man page.
Add --help option as synonym for help command.
2010-02-16 03:27:01 +03:00
2010-02-16 02:53:15 +03:00
Version 1.02.44 - 15th February 2010
====================================
Add DM_UDEV_DISABLE_LIBRARY_FALLBACK udev flag to rely on udev only.
Export dm_udev_create_cookie function to create new cookies on demand.
2010-02-16 02:53:15 +03:00
Add --udevcookie, udevcreatecookie and udevreleasecookie to dmsetup.
Set udev state automatically instead of using DM_UDEV_DISABLE_CHECKING.
2010-01-22 02:55:17 +03:00
Version 1.02.43 - 21st January 2010
2010-01-14 17:42:06 +03:00
===================================
2010-01-22 02:55:17 +03:00
Remove bitset, hash and pool headers superceded by libdevmapper.h.
2010-01-15 19:18:14 +03:00
Fix off-by-one error causing bad cluster mirror table construction.
2010-01-14 17:42:06 +03:00
2010-01-14 17:02:34 +03:00
Version 1.02.42 - 14th January 2010
2010-01-12 17:46:59 +03:00
===================================
2010-01-14 17:02:34 +03:00
Add support for the "snapshot-merge" kernel target (2.6.33-rc1).
Introduce a third activation_priority level in dm_tree_activate_children.
2010-01-12 17:46:59 +03:00
2010-01-12 17:39:07 +03:00
Version 1.02.41 - 12th January 2010
===================================
If DM_UDEV_DISABLE_CHECKING is set in environment, disable udev warnings.
Add dm_tree_add_dev_with_udev_flags to provide wider support for udev flags.
Add --noudevrules option for dmsetup to disable /dev node management by udev.
Fix 'dmsetup info -c -o all' to show all fields.
Return errors if dm_tree_*_children functions fail.
Fix coredump and memory leak for 'dmsetup help -c'.
Disable udev rules for change events with DISK_RO set.
2009-11-19 22:00:34 +03:00
Version 1.02.40 - 19th November 2009
====================================
Fix install_device-mapper Makefile target to not build dmeventd plugins.
Support udev flags even when udev_sync is disabled or not compiled in.
2009-11-19 22:42:57 +03:00
Remove 'last_rule' from udev rules: honour DM_UDEV_DISABLE_OTHER_RULES_FLAG.
Add dmsetup --inactive support.
Add dm_task_query_inactive_table to libdevmapper for kernel driver >= 4.16.
Fix hash lookup segfault when keys compared are different lengths.
2009-10-27 04:13:20 +03:00
2009-10-27 00:56:23 +03:00
Version 1.02.39 - 26th October 2009
===================================
Remove strict default permissions for DM devices from 95-dm-notify.rules.
Add dmsetup udevflags command to decode udev flags in given cookie value.
2009-10-27 03:52:45 +03:00
Support udev flags in libdevmapper incl. dm_tree_add_new_dev_with_udev_flags.
Make libdm ABI consistent when built with/without selinux support.
2009-09-26 04:42:47 +04:00
2009-09-25 22:30:26 +04:00
Version 1.02.38 - 25th September 2009
2009-09-15 17:54:28 +04:00
=====================================
2009-09-25 22:30:27 +04:00
Export DM_DEV_DIR_UMASK, the default umask for /dev directories created.
2009-09-25 22:30:26 +04:00
Handle any path supplied to dm_task_set_name by looking up in /dev/mapper.
Add several examples to 12-dm-permissions.rules.
Add splitname and --yes to dmsetup man page.
Fix _mirror_emit_segment_line return code.
Fix dmeventd _temporary_log_fn parameters. (2.02.50)
2009-09-15 17:54:28 +04:00
2009-09-15 14:57:16 +04:00
Version 1.02.37 - 15th September 2009
2009-09-15 15:41:38 +04:00
=====================================
Add dmsetup manpage entries for udevcomplete_all and udevcookies.
Check udev is running when processing cookies and retain state internally.
Add y|--yes option to dmsetup for default 'yes' answer to prompts.
Fix tools Makefile to process dmsetup sources separately.
Restore umask when device node creation fails.
2009-09-15 15:41:38 +04:00
Check kernel vsn to use 'block_on_error' or 'handle_errors' in mirror table.
Add dm-log-userspace.h to tree for cmirrord builds.
2009-08-06 23:32:26 +04:00
2009-08-06 20:30:34 +04:00
Version 1.02.36 - 6th August 2009
=================================
Add udevcookies, udevcomplete, udevcomplete_all and --noudevwait to dmsetup.
Add libdevmapper functions to support synchronisation with udev.
2009-07-29 00:47:40 +04:00
2009-07-28 21:22:07 +04:00
Version 1.02.35 - 28th July 2009
2009-07-15 19:38:41 +04:00
================================
2009-07-28 21:22:07 +04:00
Add LOG_LINE_WITH_ERRNO macro.
Use log_error macro consistently throughout in place of log_err.
2009-07-15 19:38:41 +04:00
2009-07-15 17:20:06 +04:00
Version 1.02.34 - 15th July 2009
2009-07-01 13:31:46 +04:00
================================
Use _exit() not exit() after forking to avoid flushing libc buffers twice.
Rename plog macro to LOG_LINE & add LOG_MESG variant for dm_dump_memory_debug.
Change plog to use dm_log_with_errno unless deprecated dm_log_init was used.
Add dm_log_with_errno and dm_log_with_errno_init, deprecating the old fns.
2009-07-07 21:19:38 +04:00
Fix whitespace in linear target line to fix identical table line detection.
Add device number to more log messages during activation.
2009-07-01 13:31:46 +04:00
2009-06-30 22:41:47 +04:00
Version 1.02.33 - 30th June 2009
2009-06-26 14:57:30 +04:00
================================
2009-06-30 22:39:31 +04:00
Don't fallback to default major number: use dm_task_set_major_minor. (1.02.31)
Do not fork daemon when dmeventd cannot be found.
2009-06-30 22:39:31 +04:00
Add crypt target handling to libdevmapper tree nodes.
2009-06-04 00:44:42 +04:00
Add splitname command to dmsetup.
Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.
Make mempool optional in dm_split_lvm_name().
2009-05-22 19:23:10 +04:00
2009-05-21 07:04:52 +04:00
Version 1.02.32 - 21st May 2009
===============================
2009-05-21 02:44:10 +04:00
Only generate libdevmapper.a when configured to link statically.
Export dm_tree_node_size_changed() from libdevmapper.
Propagate the table size_changed property up the dm device tree.
Detect failure to free memory pools when releasing the library.
Fix segfault when getopt processes dmsetup -U, -G and -M options.
2009-03-03 21:25:05 +03:00
2009-03-03 16:03:03 +03:00
Version 1.02.31 - 3rd March 2009
================================
If kernel supports only one dm major number, use in place of any supplied.
2009-01-26 17:46:08 +03:00
2009-01-26 16:14:22 +03:00
Version 1.02.30 - 26th January 2009
2008-11-19 17:14:51 +03:00
====================================
Add "all" field to reports expanding to all fields of report type.
2009-01-26 16:14:22 +03:00
Enforce device name length and character limitations in libdm.
Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines.
2008-11-19 17:14:51 +03:00
Version 1.02.29 - 10th November 2008
====================================
Merge device-mapper into the LVM2 tree.
2008-10-30 20:24:04 +03:00
Split out dm-logging.h from log.h.
2008-10-30 18:11:16 +03:00
Use lvm-types.h.
2008-10-07 23:08:46 +04:00
Add usrsbindir to configure.
2008-09-19 00:09:51 +04:00
Version 1.02.28 - 18th September 2008
=====================================
Only resume devices in dm_tree_preload_children if size changes.
Extend deptree buffers so the largest possible device numbers fit.
Generate versioned libdevmapper-event.so.
Underline longer report help text headings.
2008-06-25 18:44:00 +04:00
2008-06-25 18:24:17 +04:00
Version 1.02.27 - 25th June 2008
================================
Align struct memblock in dbg_malloc for sparc.
2008-06-25 02:53:48 +04:00
Add --unquoted and --rows to dmsetup.
Avoid compiler warning about cast in dmsetup.c's OFFSET_OF macro.
Fix inverted no_flush debug message.
2008-06-07 00:45:41 +04:00
Remove --enable-jobs from configure. (Set at runtime instead.)
2008-06-08 18:53:51 +04:00
Bring configure.in and list.h into line with the lvm2 versions.
2008-06-06 23:28:35 +04:00
2008-06-06 23:09:19 +04:00
Version 1.02.26 - 6th June 2008
===============================
Initialise params buffer to empty string in _emit_segment.
Skip add_dev_node when ioctls disabled.
Make dm_hash_iter safe against deletion.
Accept a NULL pointer to dm_free silently.
Add tables_loaded, readonly and suspended columns to reports.
2008-06-06 22:53:26 +04:00
Add --nameprefixes to dmsetup.
Add field name prefix option to reporting functions.
Calculate string size within dm_pool_grow_object.
2008-04-10 22:04:31 +04:00
2008-04-10 22:00:45 +04:00
Version 1.02.25 - 10th April 2008
=================================
2008-02-15 17:14:58 +03:00
Remove redundant if-before-free tests.
Use log_warn for reporting field help text instead of log_print.
Change cluster mirror log type name (s/clustered_/clustered-/)
2007-12-20 18:16:14 +03:00
2007-12-20 18:12:57 +03:00
Version 1.02.24 - 20th December 2007
====================================
Fix deptree to pass new name to _resume_node after a rename.
Suppress other node operations if node is deleted.
Add node operation stack debug messages.
Report error when empty device name passed to readahead functions.
2007-12-05 21:57:34 +03:00
Fix minimum readahead debug message.
2007-12-05 20:14:30 +03:00
2007-12-05 20:05:04 +03:00
Version 1.02.23 - 5th December 2007
===================================
Update dm-ioctl.h after removal of compat code.
2007-12-05 20:05:04 +03:00
Add readahead support to libdevmapper and dmsetup.
Fix double free in a libdevmapper-event error path.
Fix configure --with-dmeventd-path substitution.
2007-12-06 01:45:56 +03:00
Allow a DM_DEV_DIR environment variable to override /dev in dmsetup.
2007-12-05 20:05:04 +03:00
Create a libdevmapper.so.$LIB_VERSION symlink within the build tree.
Avoid static link failure with some SELinux libraries that require libpthread.
Remove obsolete dmfs code from tree and update INSTALL.
2007-08-21 21:03:07 +04:00
2007-08-21 20:33:18 +04:00
Version 1.02.22 - 21st August 2007
==================================
Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.
Update to use autoconf 2.61, while still supporting 2.57.
2007-08-06 17:09:46 +04:00
Avoid repeated dm_task free on some dm_event_get_registered_device errors.
Introduce log_sys_* macros from LVM2.
Export dm_fclose and dm_create_dir; remove libdm-file.h.
2007-08-06 17:09:46 +04:00
Don't log EROFS mkdir failures in _create_dir_recursive (for LVM2).
Add fclose wrapper dm_fclose that catches write failures (using ferror).
2007-07-13 20:10:24 +04:00
2007-07-13 20:07:30 +04:00
Version 1.02.21 - 13th July 2007
2007-06-16 00:49:30 +04:00
================================
2007-07-13 20:07:30 +04:00
Introduce _LOG_STDERR to send log_warn() messages to stderr not stdout.
2008-02-15 17:14:58 +03:00
Fix dmsetup -o devno string termination. (1.02.20)
2007-06-16 00:49:30 +04:00
2007-06-15 23:05:02 +04:00
Version 1.02.20 - 15th June 2007
================================
Fix default dmsetup report buffering and add --unbuffered.
Add tree-based and dependency fields to dmsetup reports.
2007-04-28 00:58:45 +04:00
2007-04-28 00:47:14 +04:00
Version 1.02.19 - 27th April 2007
=================================
Standardise protective include file #defines.
2007-04-27 22:40:23 +04:00
Add regex functions to library.
Avoid trailing separator in reports when there are hidden sort fields.
Fix segfault in 'dmsetup status' without --showkeys against crypt target.
Deal with some more compiler warnings.
Introduce _add_field() and _is_same_field() to libdm-report.c.
2007-04-23 19:06:03 +04:00
Fix some libdevmapper-event and dmeventd memory leaks.
Remove unnecessary memset() return value checks.
Fix a few leaks in reporting error paths. [1.02.15+]
2007-02-13 19:16:15 +03:00
2007-02-13 19:12:24 +03:00
Version 1.02.18 - 13th February 2007
====================================
Improve dmeventd messaging protocol: drain pipe and tag messages.
2007-01-29 23:25:19 +03:00
2007-01-29 22:57:24 +03:00
Version 1.02.17 - 29th January 2007
2007-01-26 02:40:33 +03:00
===================================
Add recent reporting options to dmsetup man page.
Revise some report fields names.
Add dmsetup 'help' command and update usage text.
2007-01-29 20:45:32 +03:00
Use fixed-size fields in report interface and reorder.
2007-01-26 02:40:33 +03:00
2007-01-26 02:36:59 +03:00
Version 1.02.16 - 25th January 2007
2007-01-17 20:56:15 +03:00
===================================
Add some missing close() and fclose() return value checks.
Migrate dmsetup column-based output over to new libdevmapper report framework.
Add descriptions to reporting field definitions.
Add a dso-private variable to dmeventd dso interface.
Add dm_event_handler_[gs]et_timeout functions.
Streamline dm_report_field_* interface.
Add cmdline debug & version options to dmeventd.
Add DM_LIB_VERSION definition to configure.h.
Suppress 'Unrecognised field' error if report field is 'help'.
Add --separator and --sort to dmsetup (unused).
Make alignment flag optional when specifying report fields.
2007-01-17 20:51:51 +03:00
Version 1.02.15 - 17th January 2007
2007-01-12 02:19:08 +03:00
===================================
Add basic reporting functions to libdevmapper.
Fix a malloc error path in dmsetup message.
More libdevmapper-event interface changes and fixes.
Rename dm_saprintf() to dm_asprintf().
Report error if NULL pointer is supplied to dm_strdup_aux().
Reinstate dm_event_get_registered_device.
2007-01-12 02:19:08 +03:00
2007-01-12 01:49:43 +03:00
Version 1.02.14 - 11th January 2007
===================================
2007-01-12 00:54:53 +03:00
Add dm_saprintf().
Use CFLAGS when linking so mixed sparc builds can supply -m64.
2007-01-09 22:44:07 +03:00
Add dm_tree_use_no_flush_suspend().
2007-01-12 00:54:53 +03:00
Lots of dmevent changes including revised interface.
Export dm_basename().
Cope with a trailing space when comparing tables prior to possible reload.
Fix dmeventd to cope if monitored device disappears.
2006-11-29 01:51:01 +03:00
2006-11-29 01:49:58 +03:00
Version 1.02.13 - 28 Nov 2006
=============================
Update dmsetup man page (setgeometry & message).
2006-10-19 20:50:05 +04:00
Fix dmsetup free after getline with debug.
Suppress encryption key in 'dmsetup table' output unless --showkeys supplied.
2006-10-13 22:43:53 +04:00
Version 1.02.12 - 13 Oct 2006
=============================
Avoid deptree attempting to suspend a device that's already suspended.
2006-10-12 22:20:45 +04:00
2006-10-12 21:37:42 +04:00
Version 1.02.11 - 12 Oct 2006
==============================
Add suspend noflush support.
Add basic dmsetup loop support.
2006-10-12 21:42:40 +04:00
Switch dmsetup to use dm_malloc and dm_free.
2006-09-19 21:50:58 +04:00
2006-09-19 21:43:03 +04:00
Version 1.02.10 - 19 Sep 2006
=============================
2006-08-21 16:52:39 +04:00
Add dm_snprintf(), dm_split_words() and dm_split_lvm_name() to libdevmapper.
2006-08-19 01:38:58 +04:00
Reorder mm bounds_check code to reduce window for a dmeventd race.
2006-08-15 21:43:10 +04:00
2006-08-15 21:38:38 +04:00
Version 1.02.09 - 15 Aug 2006
2006-09-19 21:43:03 +04:00
=============================
Add --table argument to dmsetup for a one-line table.
Abort if errors are found during cmdline option processing.
2006-08-09 01:22:31 +04:00
Add lockfs indicator to debug output.
2006-07-17 18:39:54 +04:00
2006-07-17 18:32:00 +04:00
Version 1.02.08 - 17 July 2006
==============================
2006-07-06 01:01:06 +04:00
Append full patch to check in emails.
Avoid duplicate dmeventd subdir with 'make distclean'.
Update dmsetup man page.
Add --force to dmsetup remove* to load error target.
dmsetup remove_all also performs mknodes.
Don't suppress identical table reloads if permission changes.
Fix corelog segment line.
Suppress some compiler warnings.
2006-05-13 00:32:39 +04:00
2006-05-12 00:24:07 +04:00
Version 1.02.07 - 11 May 2006
2006-05-11 00:46:28 +04:00
=============================
Add DM_CORELOG flag to dm_tree_node_add_mirror_target().
2006-05-11 23:08:02 +04:00
Avoid a dmeventd compiler warning.
2006-05-11 00:46:28 +04:00
2006-05-11 00:14:15 +04:00
Version 1.02.06 - 10 May 2006
2006-04-19 21:21:39 +04:00
=============================
Move DEFS into configure.h.
2006-05-10 20:23:41 +04:00
Fix leaks in error paths found by coverity.
Remove dmsetup line buffer limitation.
2006-04-19 21:21:39 +04:00
2006-04-19 20:41:03 +04:00
Version 1.02.05 - 19 Apr 2006
2006-04-15 01:39:32 +04:00
=============================
Separate install_include target in makefiles.
Separate out DEFS from CFLAGS.
Support pkg-config.
Check for libsepol.
2006-04-15 01:39:32 +04:00
2006-04-15 01:11:38 +04:00
Version 1.02.04 - 14 Apr 2006
=============================
2006-04-06 20:20:40 +04:00
Bring dmsetup man page up-to-date.
Use name-based device refs if kernel doesn't support device number refs.
Fix memory leak (struct dm_ioctl) when struct dm_task is reused.
If _create_and_load_v4 fails part way through, revert the creation.
2006-03-10 00:33:59 +03:00
dmeventd thread/fifo fixes.
2006-02-23 22:11:51 +03:00
Add file & line to dm_strdup_aux().
Add setgeometry.
2006-02-09 02:24:02 +03:00
2006-02-07 19:33:48 +03:00
Version 1.02.03 - 7 Feb 2006
2005-12-02 20:24:06 +03:00
============================
Add exported functions to set uid, gid and mode.
Rename _log to dm_log and export.
2006-01-31 02:36:04 +03:00
Add dm_tree_skip_lockfs.
2006-01-11 01:19:41 +03:00
Fix dm_strdup debug definition.
Fix hash function to avoid using a negative array offset.
Don't inline _find in hash.c and tidy signed/unsigned etc.
Fix libdevmapper.h #endif.
2006-01-03 23:53:57 +03:00
Fix dmsetup version driver version.
Add sync, nosync and block_on_error mirror log parameters.
Add hweight32.
2005-12-05 14:16:48 +03:00
Fix dmeventd build.
2005-12-02 20:24:06 +03:00
2005-12-02 18:44:18 +03:00
Version 1.02.02 - 2 Dec 2005
============================
2005-12-02 18:41:14 +03:00
dmeventd added.
Export dm_task_update_nodes.
Use names instead of numbers in messages when ioctls fail.
2005-11-23 21:44:59 +03:00
2005-11-23 21:36:33 +03:00
Version 1.02.01 - 23 Nov 2005
2005-11-10 19:06:29 +03:00
=============================
2005-11-30 21:35:03 +03:00
Resume snapshot-origins last.
Drop leading zeros from dm_format_dev.
Suppress attempt to reload identical table.
Additional LVM- prefix matching for transitional period.
2005-11-10 19:06:29 +03:00
2005-11-10 18:27:19 +03:00
Version 1.02.00 - 10 Nov 2005
2005-09-27 00:52:00 +04:00
=============================
2005-11-09 17:10:50 +03:00
Added activation functions to library.
Added return macros.
Also suppress error if device doesn't exist with DM_DEVICE_STATUS.
2005-10-25 21:30:00 +04:00
Export dm_set_selinux_context().
2005-10-17 22:05:39 +04:00
Add dm_driver_version().
Added dependency tree functions to library.
2005-10-17 02:57:20 +04:00
Added hash, bitset, pool, dbg_malloc to library.
Added ls --tree to dmsetup.
Added dmsetup --nolockfs support for suspend/reload.
2005-09-27 00:52:00 +04:00
2005-09-27 00:44:12 +04:00
Version 1.01.05 - 26 Sep 2005
2005-08-03 01:46:49 +04:00
=============================
2005-09-22 16:06:34 +04:00
Resync list.h with LVM2.
Remember increased buffer size and use for subsequent calls.
On 'buffer full' condition, double buffer size and repeat ioctl.
Fix termination of getopt_long() option array.
Report 'buffer full' condition with v4 ioctl as well as with v1.
2005-08-03 01:46:49 +04:00
2005-08-02 22:00:32 +04:00
Version 1.01.04 - 2 Aug 2005
2005-09-27 00:44:12 +04:00
============================
Fix dmsetup ls -j and status --target with empty table.
2005-06-13 17:11:48 +04:00
Version 1.01.03 - 13 Jun 2005
=============================
2005-06-13 17:11:48 +04:00
Use matchpathcon mode parameter.
2005-06-11 02:00:44 +04:00
Fix configure script to re-enable selinux.
2005-05-17 19:50:25 +04:00
Version 1.01.02 - 17 May 2005
2005-03-29 22:10:57 +04:00
=============================
Call dm_lib_exit() and dm_lib_release() automatically now.
2005-05-16 20:04:34 +04:00
Add --target <target_type> filter to dmsetup table/status/ls.
2005-05-17 00:46:46 +04:00
Add --exec <command> to dmsetup ls.
Fix dmsetup getopt_long usage.
2005-03-29 22:10:57 +04:00
2005-03-29 18:47:39 +04:00
Version 1.01.01 - 29 Mar 2005
2005-01-17 23:12:12 +03:00
=============================
2005-03-29 18:47:39 +04:00
Update dmsetup man page.
2005-03-27 15:37:46 +04:00
Drop-in devmap_name replacement.
Add option to compile without ioctl for testing.
2005-01-27 18:53:28 +03:00
Fix DM_LIB_VERSION sed.
2005-01-17 23:12:12 +03:00
2005-01-17 23:00:28 +03:00
Version 1.01.00 - 17 Jan 2005
=============================
Add dm_task_no_open_count() to skip getting open_count.
2005-01-07 20:10:16 +03:00
2005-01-07 18:53:37 +03:00
Version 1.00.21 - 7 Jan 2005
2005-01-06 21:41:38 +03:00
============================
2005-01-07 18:39:53 +03:00
Fix /proc/devices parsing.
2005-01-06 21:41:38 +03:00
2005-01-06 21:30:17 +03:00
Version 1.00.20 - 6 Jan 2005
============================
Attempt to fix /dev/mapper/control transparently if it's wrong.
Configuration-time option for setting uid/gid/mode for /dev/mapper nodes.
2004-10-15 21:31:37 +04:00
Update kernel patches for 2.4.27/2.4.28-pre-4 (includes minor fixes).
Add --noheadings columns option for colon-separated dmsetup output.
Support device referencing by uuid or major/minor.
Warn if kernel data didn't fit in buffer.
2004-10-01 23:07:41 +04:00
Fix a printf.
2004-07-03 22:29:48 +04:00
2004-07-03 22:17:32 +04:00
Version 1.00.19 - 3 July 2004
=============================
2004-07-03 22:17:32 +04:00
More autoconf fixes.
Fix a dmsetup newline.
Fix device number handling for 2.6 kernels.
Version 1.00.18 - 20 Jun 2004
2004-06-09 00:34:40 +04:00
=============================
Fix a uuid free in libdm-iface.
Fix a targets string size calc in driver.
Add -c to dmsetup for column-based output.
2004-06-09 00:34:40 +04:00
Add target message-passing ioctl.
Version 1.00.17 - 17 Apr 2004
=============================
configure --with-owner= --with-group= to avoid -o and -g args to 'install'
2004-04-19 18:01:23 +04:00
Fix library selinux linking.
Version 1.00.16 - 16 Apr 2004
=============================
Ignore error setting selinux file context if fs doesn't support it.
Version 1.00.15 - 7 Apr 2004
============================
Fix status overflow check in kernel patches.
2004-04-07 00:32:02 +04:00
Version 1.00.14 - 6 Apr 2004
============================
Fix static selinux build.
2004-04-06 22:57:13 +04:00
Version 1.00.13 - 6 Apr 2004
============================
Add some basic selinux support.
2004-04-06 16:06:55 +04:00
Version 1.00.12 - 6 Apr 2004
2004-04-06 22:57:13 +04:00
============================
2004-04-06 16:06:55 +04:00
Fix dmsetup.static install.
2004-04-06 00:51:42 +04:00
Version 1.00.11 - 5 Apr 2004
2004-04-06 22:57:13 +04:00
============================
2004-04-06 00:51:42 +04:00
configure --enable-static_link does static build in addition to dynamic.
Moved Makefile library targets definition into template.
2004-04-02 20:47:43 +04:00
Version 1.00.10 - 2 Apr 2004
============================
Fix DESTDIR handling.
Static build installs to dmsetup.static.
Basic support for internationalisation.
Minor Makefile tidy-ups/fixes.
2004-04-01 00:09:56 +04:00
Version 1.00.09 - 31 Mar 2004
=============================
2004-03-30 23:12:42 +04:00
Update copyright notices to Red Hat.
Move full mknodes functionality from dmsetup into libdevmapper.
Avoid sscanf %as for uClibc compatibility.
2004-04-01 00:09:56 +04:00
Cope if DM_LIST_VERSIONS is not defined.
Add DM_LIST_VERSIONS functionality to kernel patches.
Generate new kernel patches for 2.4.26-rc1.
2004-03-30 23:12:42 +04:00
2004-02-28 01:36:13 +03:00
Version 1.00.08 - 27 Feb 2004
2004-04-01 00:09:56 +04:00
=============================
2004-02-28 01:36:13 +03:00
Added 'dmsetup targets'.
Added event_nr support to 'dmsetup wait'.
Updated dmsetup man page.
Allow logging function to be reset to use internal one.
Bring log macros in line with LVM2 ones.
Added 'make install_static_lib' which installs libdevmapper.a.
Made configure/makefiles closer to LVM2 versions.
Fixed DESTDIR for make install/install_static_lib.
Updated README/INSTALL to reflect move to sources.redhat.com.
Updated autoconf files to 2003-06-17.