dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-16 10:43:35 to 2020-10-29 09:08:06 UTC [more...]

[dm-devel] [PATCH v2 0/4] crypto: switch to crypto API for EBOIV generation
 2020-10-28 12:34 UTC  (2+ messages)
` [dm-devel] [PATCH v2 1/4] crypto: add eboiv as a crypto API template

[dm-devel] [PATCH v2 0/4] add support for inline encryption to device mapper
 2020-10-29  4:44 UTC  (15+ messages)
` [dm-devel] [PATCH v2 1/4] block: keyslot-manager: Introduce passthrough keyslot manager
` [dm-devel] [PATCH v2 3/4] dm: add support for passing through inline crypto support
  ` [dm-devel] [PATCH] dm: fix err_cast.cocci warnings
` [dm-devel] [PATCH v2 4/4] dm: enable may_passthrough_inline_crypto on some targets

[PATCH v4 0/6] IMA: Infrastructure for measurement of critical kernel data
 2020-10-27 17:30 UTC  (15+ messages)
` [PATCH v4 1/6] IMA: generalize keyring specific measurement constructs
  ` [dm-devel] "
` [PATCH v4 2/6] IMA: conditionally allow empty rule data
  ` [dm-devel] "
` [PATCH v4 4/6] IMA: add policy to measure critical data from kernel components
  ` [dm-devel] "
` [PATCH v4 5/6] IMA: add hook "
  ` [dm-devel] "
` [dm-devel] [PATCH v4 0/6] IMA: Infrastructure for measurement of critical kernel data

[dm-devel] [PATCH 0/4] crypto: switch to crypto API for EBOIV generation
 2020-10-29  3:54 UTC  (20+ messages)
` [dm-devel] [PATCH 1/4] crypto: add eboiv as a crypto API template
` [dm-devel] [PATCH 2/4] crypto: add eboiv(cbc(aes)) test vectors
` [dm-devel] [PATCH 3/4] dm crypt: switch to EBOIV crypto API template
` [dm-devel] [PATCH 4/4] crypto: ccree: re-introduce ccree eboiv support

[dm-devel] [PATCH] multipath-tools: delete auto-generated tests/test-log.d file with make clean
 2020-10-28 14:14 UTC 

[dm-devel] [PATCH 0/5] Fixes for musl libc / alpine
 2020-10-28 10:23 UTC  (8+ messages)
` [dm-devel] [PATCH 1/5] libmultipath: make sure __GLIBC_PREREQ() is defined
` [dm-devel] [PATCH 2/5] multipath-tools: fix -Wformat errors with musl libc
` [dm-devel] [PATCH 3/5] libmultipath: always use glibc basename()
` [dm-devel] [PATCH 4/5] libmultipath tests: fix strerror() difference between musl and glibc
` [dm-devel] [PATCH 5/5] multipath-tools tests: fix for busybox

[PATCH v2 00/39] multipath-tools series part I: minor changes
 2020-10-27 16:06 UTC  (4+ messages)
` [PATCH v2 08/35] libmultipath: create bitfield abstraction
  ` [dm-devel] "

[dm-devel] [PATCH 1/1] dm mpath: add IO affinity path selector
 2020-10-27 13:34 UTC  (3+ messages)

[dm-devel] [PATCH AUTOSEL 5.9 089/147] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-27 12:19 UTC  (2+ messages)

[dm-devel] [PATCH 0/5] Misc Multipath patches
 2020-10-26 15:52 UTC  (7+ messages)
` [dm-devel] [PATCH 1/5] libmultipath: move fast_io_fail defines to structs.h
` [dm-devel] [PATCH 2/5] libmultipath: add eh_deadline multipath.conf parameter
` [dm-devel] [PATCH 3/5] multipathd: remove redundant vector_free() int configure
` [dm-devel] [PATCH 4/5] libmultipath: only read 0xc9 vpd page for devices with rdac checker
` [dm-devel] [PATCH 5/5] libmultipath: don't dlclose tur checker DSO

[dm-devel] [PATCH AUTOSEL 4.4 13/25] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-27  0:11 UTC 

[dm-devel] [PATCH AUTOSEL 4.14 27/46] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-27  0:09 UTC 

[dm-devel] [PATCH AUTOSEL 4.9 17/30] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-27  0:10 UTC 

[dm-devel] [PATCH AUTOSEL 4.19 37/60] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-27  0:03 UTC 

[dm-devel] [PATCH AUTOSEL 5.4 48/80] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-26 23:54 UTC 

[dm-devel] [PATCH AUTOSEL 5.8 081/132] dm: change max_io_len() to use blk_max_size_offset()
 2020-10-26 23:51 UTC 

[dm-devel] [RFC 0/3] Add support of iopoll for dm device
 2020-10-26 18:53 UTC  (9+ messages)
` [dm-devel] [RFC 1/3] block/mq: add iterator for polling hw queues
` [dm-devel] [RFC 2/3] block: add back ->poll_fn in request queue
` [dm-devel] [RFC 3/3] dm: add support for IO polling

[dm-devel] [PATCH v2 00/29] libmultipath: improve cleanup on exit
 2020-10-26 17:24 UTC  (46+ messages)
` [dm-devel] [PATCH v2 01/29] multipathd: uxlsnr: avoid deadlock "
` [dm-devel] [PATCH v2 02/29] multipathd: Fix liburcu memory leak
` [dm-devel] [PATCH v2 03/29] multipathd: move handling of io_err_stat_attr into libmultipath
` [dm-devel] [PATCH v2 04/29] multipathd: move vecs desctruction into cleanup function
` [dm-devel] [PATCH v2 05/29] multipathd: make some globals static
` [dm-devel] [PATCH v2 06/29] multipathd: move threads destruction into separate function
` [dm-devel] [PATCH v2 07/29] multipathd: move conf "
` [dm-devel] [PATCH v2 08/29] multipathd: move pid "
` [dm-devel] [PATCH v2 09/29] multipathd: close pidfile on exit
` [dm-devel] [PATCH v2 10/29] multipathd: add helper for systemd notification at exit
` [dm-devel] [PATCH v2 11/29] multipathd: child(): call cleanups in failure case, too
` [dm-devel] [PATCH v2 12/29] multipathd: unwatch_all_dmevents: check if waiter is initialized
` [dm-devel] [PATCH v2 13/29] multipathd: print error message if config can't be loaded
` [dm-devel] [PATCH v2 14/29] libmultipath: add libmp_dm_exit()
` [dm-devel] [PATCH v2 15/29] multipathd: fixup libdm deinitialization
` [dm-devel] [PATCH v2 16/29] libmultipath: log_thread_stop(): check if logarea is initialized
` [dm-devel] [PATCH v2 17/29] multipathd: add cleanup_child() exit handler
` [dm-devel] [PATCH v2 18/29] libmultipath: fix log_thread startup and teardown
` [dm-devel] [PATCH v2 19/29] multipathd: move cleanup_{prio, checkers, foreign} to libmultipath_exit
` [dm-devel] [PATCH v2 20/29] multipath: use atexit() for cleanup handlers
` [dm-devel] [PATCH v2 21/29] mpathpersist: "
` [dm-devel] [PATCH v2 22/29] multipath: fix leaks in check_path_valid()
` [dm-devel] [PATCH v2 23/29] multipath-tools: mpath-tools.supp: file with valgrind suppressions
` [dm-devel] [PATCH v2 24/29] libmultipath: use libmp_verbosity to track verbosity
` [dm-devel] [PATCH v2 25/29] libmultipath: introduce symbolic values for logsink
` [dm-devel] [PATCH v2 26/29] libmultipath: simplify dlog()
` [dm-devel] [PATCH v2 27/29] multipathd: common code for "-k" and command args
` [dm-devel] [PATCH v2 28/29] multipathd: sanitize uxsock_listen()
` [dm-devel] [PATCH v2 29/29] libmultipath: fix race between log_safe and log_thread_stop()

[dm-devel] [PATCH 0/6] multipath-tools history bug in 0.4.9
 2020-10-26 11:43 UTC  (9+ messages)
` [dm-devel] [PATCH 1/6] fix multipathd resize when not all sizes of paths are equal
` [dm-devel] [PATCH 2/6] fix lun expansion failure when there is offline path
` [dm-devel] [PATCH 3/6] check pgp to avoid NULL dereference in enable_group
` [dm-devel] [PATCH 4/6] fix change reservtion key to uint8 for memcmp
` [dm-devel] [PATCH 5/6] ignore for clear mismatch key
` [dm-devel] [PATCH 6/6] flush and sync before reboot

[PATCH 0/6] Overhaul memalloc_no*
 2020-10-23 14:49 UTC  (3+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait
  ` [dm-devel] "

[dm-devel] [PATCH 0/2] block layer filter and block device snapshot module
 2020-10-23 11:12 UTC  (6+ messages)

[dm-devel] [PATCH v3] dm verity: Add support for signature verification with 2nd keyring
 2020-10-23 17:05 UTC 

[dm-devel] [PATCH v2] dm verity: Add support for signature verification with 2nd keyring
 2020-10-23 15:11 UTC  (8+ messages)

[dm-devel] [PATCH 1/2] multipath-tools: add MacroSAN arrays to hwtable
 2020-10-22 19:24 UTC  (2+ messages)
` [dm-devel] [PATCH 2/2] multipath-tools: replace leading spaces with tabs at LENOVO/DE_Series

[dm-devel] [PATCH] libmultipath: call udev_device_unref before return
 2020-10-22  7:30 UTC 

[dm-devel] [PATCH v2] libmultipath: fix memory leaks in coalesce_paths
 2020-10-22  7:28 UTC 

[dm-devel] [PATCH v3 0/4] add library to check if device is a valid path
 2020-10-21 21:39 UTC  (5+ messages)
` [dm-devel] [PATCH v3 1/4] multipath: add libmpathvalid library
` [dm-devel] [PATCH v3 2/4] multipath-tools tests: and unit tests for libmpathvalid
` [dm-devel] [PATCH v3 3/4] libmultipath: add uid failback for dasd devices
` [dm-devel] [PATCH v3 4/4] libmultipath: change log level for null uid_attribute

[dm-devel] [EXT] Re: [PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-21 16:24 UTC  (2+ messages)

[dm-devel] [PATCH v4 0/2] dm-devel:dm-crypt: infrastructure for measurement of DM target data using IMA
 2020-10-19 17:26 UTC  (3+ messages)
` [dm-devel] [PATCH v4 1/2] dm-devel: collect target data and submit to IMA to measure
` [dm-devel] [PATCH v4 2/2] dm-crypt: collect data and submit to DM "

[dm-devel] [PATCH 0/3] multipath-tools: compilation fixes
 2020-10-19 11:20 UTC  (4+ messages)
` [dm-devel] [PATCH 1/3] libdmmp: fix compilation on newer json-c releases
` [dm-devel] [PATCH 2/3] libmultipath: fix compilation on systems without systemd
` [dm-devel] [PATCH 3/3] multipathd: "

[dm-devel] [PATCH v3 00/21] multipath-tools: shutdown, libdevmapper races, globals
 2020-10-19 17:22 UTC  (25+ messages)
` [dm-devel] [PATCH v3 01/21] multipathd: allow shutdown during configure()
` [dm-devel] [PATCH v3 02/21] multipathd: avoid sending "READY=1" to systemd on early shutdown
` [dm-devel] [PATCH v3 03/21] multipathd: send "STOPPING=1" to systemd on shutdown
` [dm-devel] [PATCH v3 04/21] multipathd: send "RELOADING=1" to systemd on DAEMON_CONFIGURE state
` [dm-devel] [PATCH v3 05/21] multipathd: use volatile qualifier for running_state
` [dm-devel] [PATCH v3 06/21] multipathd: generalize and fix wait_for_state_change_if()
` [dm-devel] [PATCH v3 07/21] multipathd: set_config_state(): avoid code duplication
` [dm-devel] [PATCH v3 08/21] multipathd: cancel threads early during shutdown
` [dm-devel] [PATCH v3 09/21] multipath-tools: don't call dm_lib_release() any more
` [dm-devel] [PATCH v3 10/21] libmultipath: devmapper: refactor libdm version determination
` [dm-devel] [PATCH v3 11/21] libmultipath: protect racy libdevmapper calls with a mutex
` [dm-devel] [PATCH v3 12/21] libmultipath: constify file argument in config parser
` [dm-devel] [PATCH v3 13/21] libmultipath: provide defaults for {get, put}_multipath_config
` [dm-devel] [PATCH v3 14/21] libmpathpersist: allow using libmultipath "
` [dm-devel] [PATCH v3 15/21] multipath: use {get_put}_multipath_config from libmultipath
` [dm-devel] [PATCH v3 16/21] mpathpersist: use {get, put}_multipath_config() "
` [dm-devel] [PATCH v3 17/21] libmultipath: add udev and logsink symbols
` [dm-devel] [PATCH v3 18/21] multipath: remove logsink and udev
` [dm-devel] [PATCH v3 19/21] libmpathpersist: call libmultipath_{init, exit}()
` [dm-devel] [PATCH v3 20/21] mpathpersist: remove logsink and udev
` [dm-devel] [PATCH v3 21/21] multipathd: "

[dm-devel] [PATCH] libmultipath: fix memory leaks in coalesce_paths
 2020-10-19 10:17 UTC  (4+ messages)

[dm-devel] [PATCH v2 00/12] multipath-tools: add linker version scripts
 2020-10-16 22:13 UTC  (9+ messages)
` [dm-devel] [PATCH v2 04/12] libdmmp tests: fix compilation
` [dm-devel] [PATCH v2 06/12] libmultipath: checkers/prio: allow non-lazy .so loading
` [dm-devel] [PATCH v2 07/12] multipath-tools Makefiles: separate rules for .so and man pages
` [dm-devel] [PATCH v2 08/12] libmultipath: create separate .so for unit tests
` [dm-devel] [PATCH v2 10/12] libmpathpersist: add linker version script
` [dm-devel] [PATCH v2 12/12] libmpathpersist: initialize mpp->hwe in get_mpvec()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).