dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 06:28:55 to 2021-04-20 22:37:26 UTC [more...]

[dm-devel] [RFC PATCH 0/2] block: support to freeze bio based queue
 2021-04-20  7:58 UTC  (11+ messages)
` [dm-devel] [RFC PATCH 1/2] percpu_ref: add percpu_ref_tryget_many_live
` [dm-devel] [RFC PATCH 2/2] block: support to freeze bio based request queue

[dm-devel] [PATCH 000/141] Fix fall-through warnings for Clang
 2021-04-20 22:16 UTC  (5+ messages)
` [dm-devel] [PATCH 077/141] dm raid: "

[dm-devel] [PATCH v3 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-20 15:46 UTC  (12+ messages)
` [dm-devel] [PATCH v4 1/3] nvme: return BLK_STS_DO_NOT_RETRY if the DNR bit is set
` [dm-devel] [PATCH v4 2/3] nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT
` [dm-devel] [PATCH v4 3/3] nvme: decouple basic ANA log page re-read support from native multipathing
` [dm-devel] [PATCH v4 0/4] nvme: improve error handling and ana_state to work well with dm-multipath

[dm-devel] [PATCH 0/4] Fix dm-crypt zoned block device support
 2021-04-19 16:48 UTC  (17+ messages)
` [dm-devel] [PATCH 1/4] dm: Introduce zone append support control
` [dm-devel] [PATCH 2/4] dm crypt: Fix zoned block device support
` [dm-devel] [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
` [dm-devel] [PATCH 4/4] zonefs: fix synchronous write to sequential zone files

[dm-devel] [nvme] ba887975f3: WARNING:at_block/blk-core.c:#blk_update_request
 2021-04-20  7:04 UTC 

[dm-devel] [PATCH v2 0/3] Fix dm-crypt zoned block device support
 2021-04-20  1:35 UTC  (15+ messages)
` [dm-devel] [PATCH v2 1/3] dm: Introduce zone append support control
` [dm-devel] [PATCH v2 2/3] dm crypt: Fix zoned block device support
` [dm-devel] [PATCH v2 3/3] zonefs: fix synchronous write to sequential zone files

[dm-devel] Integrity discard/trim extremely slow on NVMe SSD storage (~10GiB/minute)
 2021-04-19 18:29 UTC 

[dm-devel] [PATCH V5 00/12] block: support bio based io polling
 2021-04-19 13:36 UTC  (45+ messages)
` [dm-devel] [PATCH V5 01/12] block: add helper of blk_queue_poll
` [dm-devel] [PATCH V5 02/12] block: add one helper to free io_context
` [dm-devel] [PATCH V5 03/12] block: create io poll context for submission and poll task
` [dm-devel] [PATCH V5 04/12] block: add req flag of REQ_POLL_CTX
` [dm-devel] [PATCH V5 05/12] block: add new field into 'struct bvec_iter'
` [dm-devel] [PATCH V5 06/12] block/mq: extract one helper function polling hw queue
` [dm-devel] [PATCH V5 07/12] block: prepare for supporting bio_list via other link
` [dm-devel] [PATCH V5 08/12] block: use per-task poll context to implement bio based io polling
` [dm-devel] [PATCH V5 09/12] blk-mq: limit hw queues to be polled in each blk_poll()
` [dm-devel] [PATCH V5 10/12] block: add queue_to_disk() to get gendisk from request_queue
` [dm-devel] [PATCH V5 11/12] block: add poll_capable method to support bio-based IO polling
  ` [dm-devel] [PATCH] block: introduce QUEUE_FLAG_POLL_CAP flag
` [dm-devel] [PATCH V5 12/12] dm: support IO polling for bio-based dm device

[dm-devel] RFC: one more time: SCSI device identification
 2021-04-16 23:28 UTC  (3+ messages)

[dm-devel] [PATCH v3 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-16 22:06 UTC  (5+ messages)
` [dm-devel] [PATCH v3 1/4] nvme: return BLK_STS_DO_NOT_RETRY if the DNR bit is set
` [dm-devel] [PATCH v3 2/4] nvme: allow local retry for requests with REQ_FAILFAST_TRANSPORT set
` [dm-devel] [PATCH v3 3/4] nvme: introduce FAILUP handling for REQ_FAILFAST_TRANSPORT
` [dm-devel] [PATCH v3 4/4] nvme: decouple basic ANA log page re-read support from native multipathing

[dm-devel] [PATCH v2 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-16 21:44 UTC  (17+ messages)
` [dm-devel] [PATCH v2 1/4] nvme: return BLK_STS_DO_NOT_RETRY if the DNR bit is set
` [dm-devel] [PATCH v2 2/4] nvme: allow local retry for requests with REQ_FAILFAST_TRANSPORT set
` [dm-devel] [PATCH v2 3/4] nvme: introduce FAILUP handling for REQ_FAILFAST_TRANSPORT
` [dm-devel] [PATCH v2 4/4] nvme: decouple basic ANA log page re-read support from native multipathing

[dm-devel] nvme: Return BLK_STS_TARGET if the DNR bit is set
 2021-04-16  5:58 UTC  (6+ messages)
` [dm-devel] nvme: update failover handling to work with REQ_FAILFAST_TRANSPORT
` [dm-devel] nvme: decouple basic ANA log page re-read support from native multipathing
` [dm-devel] nvme: allow retry for requests with REQ_FAILFAST_TRANSPORT set

[dm-devel] [git pull] device mapper fix for 5.12 final
 2021-04-14 20:25 UTC  (2+ messages)

[dm-devel] [PATCH RESEND] dm verity: fix not aligned logical block size of RS roots IO
 2021-04-14 15:28 UTC 

[dm-devel] [PATCH] dm clone metadata: remove unused function
 2021-04-14  6:32 UTC 

[dm-devel] [RFC PATCH v5 0/4] add simple copy support
 2021-04-14  6:58 UTC  (16+ messages)
    ` [dm-devel] [RFC PATCH v5 2/4] block: "

[dm-devel] [PATCH] dm integrity: fix the unused variables
 2021-04-14  1:43 UTC 

[dm-devel] [PATCH v8 0/4] block device interposer
 2021-04-13 10:12 UTC  (11+ messages)
` [dm-devel] [PATCH v8 1/4] Adds blk_interposer. It allows to redirect bio requests to another block device
` [dm-devel] [PATCH v8 2/4] Adds the blk_interposers logic to __submit_bio_noacct()
` [dm-devel] [PATCH v8 3/4] Adds blk_interposer to md
  ` [dm-devel] [RFC PATCH] __dm_attach_interposer() can be static
` [dm-devel] [PATCH v8 4/4] fix origin_map - don't split a bio for the origin device if it does not have registered snapshots

[dm-devel] [PATCH] libmultipath: fix memory leak in checker_cleanup_thread
 2021-04-12  8:05 UTC  (3+ messages)

[dm-devel] [PATCH] dm: Remove dm_vcalloc
 2021-04-07 13:25 UTC 

[dm-devel] dm-multipath - IO queue dispatch based on FPIN Congestion/Latency notifications
 2021-04-05  5:55 UTC  (17+ messages)

[dm-devel] dm-init.c: boot up race with partitions
 2021-04-05 21:38 UTC 

[dm-devel] [PATCH] multipath-tools: make HUAWEI/XSG1 config work with alua and multibus
 2021-04-04 22:12 UTC 

[dm-devel] multipath-tools pull request
 2021-04-01 15:31 UTC  (2+ messages)

[dm-devel] [PATCH 0/7] multipath-tools: extended github CI
 2021-03-30 16:59 UTC  (10+ messages)
` [dm-devel] [PATCH 3/7] github workflows: add containerized / multi-arch tests
` [dm-devel] [PATCH 4/7] libdmmp: allow building without perl

[dm-devel] [PATCH V4 00/12] block: support bio based io polling
 2021-03-30  8:49 UTC  (15+ messages)
` [dm-devel] [PATCH V4 03/12] block: create io poll context for submission and poll task
` [dm-devel] [PATCH V4 08/12] block: use per-task poll context to implement bio based io polling
` [dm-devel] [PATCH V4 09/12] blk-mq: limit hw queues to be polled in each blk_poll()
` [dm-devel] [PATCH V4 11/12] block: add poll_capable method to support bio-based IO polling
` [dm-devel] [PATCH V4 12/12] dm: support IO polling for bio-based dm device

[dm-devel] [PATCH] multipathd: give up "add missing path" after multiple failures
 2021-03-30  7:06 UTC  (2+ 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).