dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 22:03:14 to 2021-09-27 18:09:26 UTC [more...]

[dm-devel] [PATCH v3 0/4] blk-crypto cleanups
 2021-09-27 18:09 UTC  (6+ messages)
` [dm-devel] [PATCH v3 1/4] blk-crypto-fallback: properly prefix function and struct names
` [dm-devel] [PATCH v3 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [dm-devel] [PATCH v3 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [dm-devel] [PATCH v3 4/4] blk-crypto: update inline encryption documentation

[dm-devel] [PATCH 0/4] Add "reconfigure all" multipath command
 2021-09-27 15:11 UTC  (7+ messages)
` [dm-devel] [PATCH 1/4] multipathd: move delayed_reconfig out of struct config
` [dm-devel] [PATCH 2/4] multipathd: remove reconfigure from header file
` [dm-devel] [PATCH 3/4] multipathd: pass in the type of reconfigure
` [dm-devel] [PATCH 4/4] multipathd: add "reconfigure all" command

[dm-devel] [PATCH]multipath-tools: fix "multipath -ll" bug for Native NVME Multipath devices
 2021-09-27  1:42 UTC 

[dm-devel] [PATCH] multipath-tools: make IBM/XIV config work with alua and multibus
 2021-09-24 22:27 UTC 

[dm-devel] [PATCH] multipathd.socket: add missing conditions from service unit
 2021-09-24 12:27 UTC  (2+ messages)

[dm-devel] dm-init.c: boot up race with partitions
 2021-09-24  2:41 UTC  (2+ messages)

[dm-devel] [PATCH] dm-rq: don't queue request during suspend
 2021-09-23  9:11 UTC 

[dm-devel] [PATCH 00/35] multipathd: uxlsnr overhaul
 2021-09-16 16:10 UTC  (87+ messages)
` [dm-devel] [PATCH 01/35] libmultipath: add timespeccmp() utility function
` [dm-devel] [PATCH 02/35] libmultipath: add trylock() helper
` [dm-devel] [PATCH 03/35] libmultipath: add optional wakeup functionality to lock.c
` [dm-devel] [PATCH 04/35] libmultipath: print: add __snprint_config()
` [dm-devel] [PATCH 05/35] libmultipath: improve cleanup of uevent queues on exit
` [dm-devel] [PATCH 06/35] multipathd: fix systemd notification when stopping while reloading
` [dm-devel] [PATCH 07/35] multipathd: improve delayed reconfigure
` [dm-devel] [PATCH 08/35] multipathd: cli.h: formatting improvements
` [dm-devel] [PATCH 09/35] multipathd: cli_del_map: fix reply for delayed action
` [dm-devel] [PATCH 10/35] multipathd: add prototype for cli_handler functions
` [dm-devel] [PATCH 11/35] multipathd: make all cli_handlers static
` [dm-devel] [PATCH 12/35] multipathd: add and set cli_handlers in a single step
` [dm-devel] [PATCH 13/35] multipathd: cli.c: use ESRCH for "command not found"
` [dm-devel] [PATCH 14/35] multipathd: add "force_reconfigure" option
` [dm-devel] [PATCH 15/35] multipathd: uxlsnr: avoid stalled clients during reconfigure
` [dm-devel] [PATCH 16/35] multipathd: uxlsnr: handle client HUP
` [dm-devel] [PATCH 17/35] multipathd: uxlsnr: use symbolic values for pollfd indices
` [dm-devel] [PATCH 18/35] multipathd: uxlsnr: avoid using fd -1 in ppoll()
` [dm-devel] [PATCH 19/35] multipathd: uxlsnr: data structure for stateful client connection
` [dm-devel] [PATCH 20/35] multipathd: move uxsock_trigger() to uxlsnr.c
` [dm-devel] [PATCH 21/35] multipathd: move parse_cmd() "
` [dm-devel] [PATCH 22/35] multipathd: uxlsnr: remove check_timeout()
` [dm-devel] [PATCH 23/35] multipathd: uxlsnr: move client handling to separate function
` [dm-devel] [PATCH 24/35] multipathd: uxlsnr: use main poll loop for receiving
` [dm-devel] [PATCH 25/35] multipathd: use strbuf in cli_handler functions
` [dm-devel] [PATCH 26/35] multipathd: uxlsnr: check root on connection startup
` [dm-devel] [PATCH 27/35] multipathd: uxlsnr: pass struct client to uxsock_trigger() and parse_cmd()
` [dm-devel] [PATCH 28/35] multipathd: uxlsnr: move handler execution to separate function
` [dm-devel] [PATCH 29/35] multipathd: uxlsnr: use parser to determine non-root commands
` [dm-devel] [PATCH 30/35] multipathd: uxlsnr: merge uxsock_trigger() into state machine
` [dm-devel] [PATCH 31/35] multipathd: uxlsnr: add idle notification
` [dm-devel] [PATCH 32/35] multipathd: uxlsnr: add timeout handling
` [dm-devel] [PATCH 33/35] multipathd: uxlsnr: use poll loop for sending, too
` [dm-devel] [PATCH 34/35] multipathd: uxlsnr: drop client_lock
` [dm-devel] [PATCH 35/35] multipathd: uxclt: allow client mode for non-root, too

[dm-devel] [PATCH v2 0/4] blk-crypto cleanups
 2021-09-16 23:07 UTC  (6+ messages)
` [dm-devel] [PATCH v2 1/4] blk-crypto-fallback: properly prefix function and struct names
` [dm-devel] [PATCH v2 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [dm-devel] [PATCH v2 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [dm-devel] [PATCH v2 4/4] blk-crypto: update inline encryption documentation

[dm-devel] [PATCH 0/5] blk-crypto cleanups
 2021-09-16 17:28 UTC  (17+ messages)
` [dm-devel] [PATCH 1/5] blk-crypto-fallback: properly prefix function and struct names
` [dm-devel] [PATCH 2/5] blk-crypto-fallback: consolidate static variables
` [dm-devel] [PATCH 3/5] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [dm-devel] [PATCH 4/5] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [dm-devel] [PATCH 5/5] blk-crypto: update inline encryption documentation

[dm-devel] [PATCH] multipath-tools: fix emc info from multipath.conf.5
 2021-09-16  9:50 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: minor fixes to multipath.conf.5 man page
 2021-09-16  9:44 UTC  (2+ messages)

[dm-devel] [PATCH v2] multipathd: fix missing persistent reseravtion for active path
 2021-09-15 11:23 UTC  (6+ messages)

[dm-devel] [PATCH] dm-clone: make array descs static
 2021-09-15 11:14 UTC 

[dm-devel] [PATCH] dm-verity: skip verity_handle_error on I/O errors
 2021-09-13 17:55 UTC  (2+ messages)

[dm-devel] [PATCH v3 0/8] block: first batch of add_disk() error handling conversions
 2021-09-13 17:26 UTC  (23+ messages)
` [dm-devel] [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
` [dm-devel] [PATCH v3 2/8] scsi/sr: "
` [dm-devel] [PATCH v3 3/8] nvme: "
` [dm-devel] [PATCH v3 4/8] mmc/core/block: "
` [dm-devel] [PATCH v3 5/8] md: "
` [dm-devel] [PATCH v3 6/8] dm: add add_disk() error handling
` [dm-devel] [PATCH v3 7/8] loop: add error handling support for add_disk()
` [dm-devel] [PATCH v3 8/8] nbd: "

[dm-devel] [PATCH] multipathd: fix missing persistent reseravtion for active path
 2021-09-13 15:23 UTC  (5+ messages)

[dm-devel] [PATCH v4 0/3] dm: audit event logging
 2021-09-12  9:38 UTC  (9+ messages)
` [dm-devel] [PATCH v4 1/3] dm: introduce audit event module for device mapper
` [dm-devel] [PATCH v4 2/3] dm integrity: log audit events for dm-integrity target
` [dm-devel] [PATCH v4 3/3] dm crypt: log aead integrity violations to audit subsystem

[dm-devel] Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
 2021-09-08 12:08 UTC  (13+ messages)

[dm-devel] [PATCH] multipath-tools: add info about IO affinity path selector to manpage
 2021-09-10  7:49 UTC  (2+ messages)

[dm-devel] [PATCH 0/3] multipath-tools: final touces before next PR
 2021-09-07 21:51 UTC  (5+ messages)
` [dm-devel] [PATCH v2 1/3] libmultipath.version: adapt to changes in remove_map
` [dm-devel] [PATCH 2/3] multipath-tools tests: fix dmevents test
` [dm-devel] [PATCH 3/3] Update .gitignore

[dm-devel] [PATCH] [v2] dm raid: fix mddev unlocking in raid_ctr() error paths
 2021-09-06 12:43 UTC  (2+ messages)

[dm-devel] [PATCH v3 0/3] dm: audit event logging
 2021-09-04  9:24 UTC  (4+ messages)
` [dm-devel] [PATCH v3 1/3] dm: introduce audit event module for device mapper

[dm-devel] [PATCH] dm raid: add missed unlock in raid_ctr
 2021-09-06  2:14 UTC  (3+ messages)

[dm-devel] [PATCH v2 0/6] Mulitpath: miscellaneous patches
 2021-09-03 17:17 UTC  (10+ messages)
` [dm-devel] [PATCH v2 2/6] mpathpersist: fail commands when no usable paths exist
` [dm-devel] [PATCH v2 3/6] multipath: print warning if multipathd is not running
` [dm-devel] [PATCH v2 4/6] libmultipath: remove unneeded code in coalesce_paths
` [dm-devel] [PATCH v2 5/6] libmultipath: deal with dynamic PTHREAD_STACK_MIN
` [dm-devel] [PATCH v2 6/6] libmultipath: drop unnecessary parameter from remove_map()

[dm-devel] [PATCH] libmultipath.version: adapt to changes in remove_map
 2021-09-03  9:36 UTC 


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