dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 11:15:53 to 2021-10-13 05:29:16 UTC [more...]

[dm-devel] don't use ->bd_inode to access the block device size
 2021-10-13  5:10 UTC  (14+ messages)
` [dm-devel] [PATCH 01/29] bcache: remove bdev_sectors
` [dm-devel] [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [dm-devel] [PATCH 03/29] dm: "
` [dm-devel] [PATCH 04/29] md: "
` [dm-devel] [PATCH 05/29] mtd/block2mtd: "
` [dm-devel] [PATCH 06/29] nvmet: "
` [dm-devel] [PATCH 07/29] target/iblock: "
` [dm-devel] [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [dm-devel] [PATCH 09/29] fs: simplify init_page_buffers
` [dm-devel] [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [dm-devel] [PATCH 11/29] btrfs: "
` [dm-devel] [PATCH 12/29] cramfs: "
` [dm-devel] [PATCH 15/29] hfsplus: "

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

[dm-devel] [PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-13  5:06 UTC  (5+ messages)
      ` [dm-devel] [PATCH v3] "

[dm-devel] simplify I/O size calculation helpers
 2021-10-12 16:50 UTC  (7+ messages)
` [dm-devel] [PATCH 1/5] block: factor out a chunk_size_left helper
` [dm-devel] [PATCH 2/5] dm: open code blk_max_size_offset in max_io_len
` [dm-devel] [PATCH 3/5] block: open code blk_max_size_offset in blk_rq_get_max_sectors
` [dm-devel] [PATCH 4/5] block: fold blk_max_size_offset into get_max_io_size
` [dm-devel] [PATCH 5/5] block: pass the start sector to get_max_io_size

[dm-devel] [PATCH] dm: Remove redundant 'flush_workqueue()' calls
 2021-10-10 14:29 UTC 

[dm-devel] [PATCH]multipath-tools: fix "multipath -ll" bug for Native NVME Multipath devices
 2021-10-08 12:24 UTC 

[dm-devel] [PATCH] multipath-tools: dm-devel is a closed ml
 2021-10-09  1:36 UTC  (3+ messages)

[dm-devel] [PATCH] dm: change dm_get_target_type() to check for module load error
 2021-10-06 20:55 UTC  (3+ messages)
` [dm-devel] "

[dm-devel] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-06 17:33 UTC  (10+ messages)

[dm-devel] [PATCH] dm-rq: don't queue request during suspend
 2021-10-07  7:06 UTC  (3+ messages)
` [dm-devel] "

[dm-devel] [PATCH 0/8] improving config parsing warnings
 2021-10-06 20:04 UTC  (9+ messages)
` [dm-devel] [PATCH 1/8] libmulitpath: add section name to invalid keyword output
` [dm-devel] [PATCH 2/8] libmultipath: use typedef for keyword handler function
` [dm-devel] [PATCH 3/8] libmultipath: print the correct file when parsing fails
` [dm-devel] [PATCH 4/8] libmultipath: pass file and line number to keyword handlers
` [dm-devel] [PATCH 5/8] libmultipath: make set_int take a range for valid values
` [dm-devel] [PATCH 6/8] libmultipath: improve checks for set_str
` [dm-devel] [PATCH 7/8] libmultipath: split set_int to enable reuse
` [dm-devel] [PATCH 8/8] libmultipath: cleanup invalid config handling

[dm-devel] [PATCH v2 0/4] Add "reconfigure all" multipath command
 2021-10-06 19:25 UTC  (5+ messages)
` [dm-devel] [PATCH v2 1/4] multipathd: move delayed_reconfig out of struct config
` [dm-devel] [PATCH v2 2/4] multipathd: remove reconfigure from header file
` [dm-devel] [PATCH v2 3/4] multipathd: pass in the type of reconfigure
` [dm-devel] [PATCH v2 4/4] multipathd: add "reconfigure all" command

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

[dm-devel] [PATCH] dm: fix NULL pointer issue when free bio
 2021-10-06 14:43 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] [PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-10-06 13:17 UTC  (10+ messages)
` [dm-devel] [PATCH v4 1/6] scsi/sd: add error handling support for add_disk()
` [dm-devel] [PATCH v4 2/6] scsi/sr: "
` [dm-devel] [PATCH v4 3/6] md: "
` [dm-devel] [PATCH v4 4/6] dm: add add_disk() error handling
` [dm-devel] [PATCH v4 5/6] loop: add error handling support for add_disk()
` [dm-devel] [PATCH v4 6/6] nbd: "

[dm-devel] [PATCH RFC] multipath-tools: remove Hannes as IBM arrays maintainer
 2021-10-02 13:50 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: delete duplicate RDAC maintainer entries
 2021-10-01 10:42 UTC 

[dm-devel] [PATCH] multipath-tools: remove Compellent maintainer
 2021-10-01 10:40 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: make EMC/Invista config work with alua and multibus
 2021-09-30 14:32 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: add DellEMC/ME4 (PowerVault ME4) to hardware table
 2021-09-29 16:41 UTC 

[dm-devel] [PATCH] multipath-tools: make "COMPELNT/Compellent Vol" config work with alua and multibus
 2021-09-29  7:42 UTC  (2+ messages)

[dm-devel] [next-20210827][ppc][multipathd] INFO: task hung in dm_table_add_target
 2021-09-29  6:52 UTC  (4+ messages)

[dm-devel] [PATCH] multipath-tools: make EMC/SYMMETRIX config work with alua and multibus
 2021-09-28 19:25 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: make IBM/2107900 (DS8000) config work with alua and multibus
 2021-09-28 19:24 UTC  (2+ messages)

[dm-devel] [linux-lvm] Discussion: performance issue on event activation mode
 2021-09-28 19:15 UTC 

[dm-devel] [PATCH 0/4] Add "reconfigure all" multipath command
 2021-09-28  8:25 UTC  (8+ 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: make IBM/XIV config work with alua and multibus
 2021-09-28  7:36 UTC  (2+ messages)

[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]multipath-tools: fix "multipath -ll" bug for Native NVME Multipath devices
 2021-09-27  1:42 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 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  (13+ messages)
` [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] 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  (2+ messages)

[dm-devel] [PATCH] dm-clone: make array descs static
 2021-09-15 11:14 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).