dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 15:12:13 to 2020-11-08 00:06:36 UTC [more...]

[dm-devel] [Question] Why queue_work unneeded for REQUEUE bio
 2020-11-06 15:21 UTC  (5+ messages)
` [dm-devel] "

[dm-devel] [RFC 0/3] Add support of iopoll for dm device
 2020-11-06 17:45 UTC  (11+ messages)

[dm-devel] [RFC PATCH] libmultipath: prevent DSO unloading with astray checker threads
 2020-11-08  0:06 UTC  (4+ messages)

[dm-devel] A device existing in two different multpath devices
 2020-11-07  1:49 UTC  (3+ messages)

[dm-devel] cleanup updating the size of block devices
 2020-11-06 19:03 UTC  (12+ messages)
` [dm-devel] [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [dm-devel] [PATCH 02/24] loop: remove loop_set_size
` [dm-devel] [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [dm-devel] [PATCH 07/24] nbd: remove the call to set_blocksize
` [dm-devel] [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [dm-devel] [PATCH 09/24] nbd: refactor size updates
` [dm-devel] [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [dm-devel] [PATCH 12/24] aoe: don't call set_capacity from irq context
` [dm-devel] [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [dm-devel] [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [dm-devel] [PATCH 24/24] block: unexport revalidate_disk_size

[dm-devel] [PATCH 0/5] Misc Multipath patches
 2020-11-05 11:53 UTC  (25+ 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 0/2] Last-minute mutipath-tools fixes
 2020-11-05 10:20 UTC  (3+ messages)
` [dm-devel] [PATCH 1/2] libmultipath tests: delete test-log.d during "make clean"
` [dm-devel] [PATCH 2/2] libmultipath: dm_task_get_errno() is not always available

[dm-devel] [PATCH v5 0/7] IMA: Infrastructure for measurement of critical kernel data
 2020-11-05  0:31 UTC  (9+ messages)
` [dm-devel] [PATCH v5 1/7] IMA: generalize keyring specific measurement constructs
` [dm-devel] [PATCH v5 2/7] IMA: update process_buffer_measurement to measure buffer hash
` [dm-devel] [PATCH v5 3/7] IMA: add hook to measure critical data
` [dm-devel] [PATCH v5 4/7] IMA: add policy "
` [dm-devel] [PATCH v5 5/7] IMA: validate supported kernel data sources before measurement
` [dm-devel] [PATCH v5 6/7] IMA: add critical_data to the built-in policy rules
` [dm-devel] [PATCH v5 7/7] selinux: measure state and hash of the policy using IMA

[dm-devel] Thoughts about multipathd's log thread
 2020-11-05  7:03 UTC  (8+ messages)

[dm-devel] [PATCH v2 00/29] libmultipath: improve cleanup on exit
 2020-11-04 15:46 UTC  (17+ messages)
` [dm-devel] [PATCH v2 18/29] libmultipath: fix log_thread startup and teardown
` [dm-devel] [PATCH v2 24/29] libmultipath: use libmp_verbosity to track verbosity
` [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] dm: remove unnecessary bio_list check when submitting split bio
 2020-11-04  3:57 UTC 

[dm-devel] Request: reviewing patches related to DM targets dm-crypt data measurement using IMA
 2020-11-03 20:51 UTC 

[dm-devel] [PATCH v2 0/6] Misc Multipath patches
 2020-11-04  6:54 UTC  (7+ messages)
` [dm-devel] [PATCH v2 1/6] libmultipath: move fast_io_fail defines to structs.h
` [dm-devel] [PATCH v2 2/6] libmultipath: add eh_deadline multipath.conf parameter
` [dm-devel] [PATCH v2 3/6] multipathd: remove redundant vector_free() int configure
` [dm-devel] [PATCH v2 4/6] libmultipath: factor out code to get vpd page data
` [dm-devel] [PATCH v2 5/6] libmultipath: limit reading 0xc9 vpd page
` [dm-devel] [PATCH v2 6/6] libmultipath: don't dlclose tur checker DSO

[dm-devel] [PATCH 0/5] Fixes for musl libc / alpine
 2020-11-03  8:32 UTC  (11+ 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

[dm-devel] [PATCH v3] libmultipath: fix memory leaks in coalesce_paths
 2020-11-02 21:59 UTC  (3+ messages)

[dm-devel] [PATCH v3 0/4] add library to check if device is a valid path
 2020-11-02 20:22 UTC  (5+ messages)
` [dm-devel] [PATCH v3 4/4] libmultipath: change log level for null uid_attribute

[dm-devel] [PATCH v2] libmultipath: fix memory leaks in coalesce_paths
 2020-11-02  2:35 UTC  (3+ messages)

[dm-devel] [PATCH AUTOSEL 5.9 089/147] dm: change max_io_len() to use blk_max_size_offset()
 2020-11-02  0:30 UTC  (3+ messages)

[dm-devel] [PATCH] libmultipath: call udev_device_unref before return
 2020-11-01 20:04 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: delete auto-generated tests/test-log.d file with make clean
 2020-10-30 21:14 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: Violin and Nexsan were bought by StorCentric
 2020-10-30 17:27 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: add Vexata(by StorCentric) VX arrays
 2020-10-30 17:23 UTC  (2+ messages)

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

[dm-devel] [PATCH 1/1] dm mpath: add IO affinity path selector
 2020-10-28 16:01 UTC  (4+ messages)

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

[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

[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 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] [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:04 UTC  (4+ 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)


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).