messages from 2022-02-01 18:33:58 to 2022-02-10 22:43:22 UTC [more...]
[dm-devel] [PATCH v3] multipathd: handle fpin events
2022-02-10 21:05 UTC (8+ messages)
[dm-devel] [PATCH 00/14] dm: improve bio-based IO accounting
2022-02-10 22:38 UTC (14+ messages)
` [dm-devel] [PATCH 01/14] dm: rename split functions
` [dm-devel] [PATCH 02/14] dm: fold __clone_and_map_data_bio into __split_and_process_bio
` [dm-devel] [PATCH 03/14] dm: refactor dm_split_and_process_bio a bit
` [dm-devel] [PATCH 04/14] dm: reduce code duplication in __map_bio
` [dm-devel] [PATCH 05/14] dm: remove impossible BUG_ON in __send_empty_flush
` [dm-devel] [PATCH 06/14] dm: remove unused mapped_device argument from free_tio
` [dm-devel] [PATCH 08/14] dm: record old_sector in dm_target_io before calling map function
` [dm-devel] [PATCH 09/14] dm: prep for following changes
` [dm-devel] [PATCH 10/14] dm: add dm_submit_bio_remap interface
` [dm-devel] [PATCH 11/14] dm crypt: use dm_submit_bio_remap
` [dm-devel] [PATCH 12/14] dm delay: dm_submit_bio_remap
` [dm-devel] [PATCH 13/14] dm: improve correctness and efficiency of bio-based IO accounting
` [dm-devel] [PATCH 14/14] block: add bio_start_io_acct_remapped for the benefit of DM
[dm-devel] [PATCH 0/2] multipath-tools: FCP addressing display support (for s390x)
2022-02-10 19:54 UTC (6+ messages)
` [dm-devel] [PATCH 1/2] libmultipath: support host adapter name lookup for s390x ccw bus
` [dm-devel] [PATCH 2/2] libmultipath: add %L path wildcard for 64-bit hex LUN
[dm-devel] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
2022-02-10 8:31 UTC (67+ messages)
` [dm-devel] [RFC PATCH 0/3] NVMe copy offload patches
` [dm-devel] [RFC PATCH 1/3] block: add copy offload support
` [dm-devel] [RFC PATCH 2/3] nvme: "
` [dm-devel] [RFC PATCH 3/3] nvme: add the "debug" host driver
` [dm-devel] [PATCH v2 00/10] Add Copy offload support
` [dm-devel] [PATCH v2 01/10] block: make bio_map_kern() non static
` [dm-devel] [PATCH v2 02/10] block: Introduce queue limits for copy-offload support
` [dm-devel] [PATCH v2 03/10] block: Add copy offload support infrastructure
` [dm-devel] [PATCH v2 04/10] block: Introduce a new ioctl for copy
` [dm-devel] [PATCH v2 05/10] block: add emulation "
` [dm-devel] [PATCH v2 06/10] nvme: add copy support
` [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns
` [dm-devel] [PATCH v2 08/10] dm: Add support for copy offload
` [dm-devel] [PATCH v2 09/10] dm: Enable copy offload for dm-linear target
` [dm-devel] [PATCH v2 10/10] dm kcopyd: use copy offload support
[dm-devel] [PATCH] dm: make sure dm_table is binded before queue request
2022-02-09 9:37 UTC
[dm-devel] remove REQ_OP_WRITE_SAME v2
2022-02-10 5:51 UTC (21+ messages)
` [dm-devel] [PATCH 1/7] cxlflash: query write_zeroes limit for zeroing
` [dm-devel] [PATCH 2/7] drbd: drop REQ_OP_WRITE_SAME support
` [dm-devel] [PATCH 3/7] rnbd: drop WRITE_SAME support
` [dm-devel] [PATCH 4/7] sd: remove write same support
` [dm-devel] [PATCH 5/7] md: drop WRITE_SAME support
` [dm-devel] [PATCH 6/7] dm: remove write same support
` [dm-devel] [PATCH 7/7] block: remove REQ_OP_WRITE_SAME support
[dm-devel] [PATCH] dm io: Drop the obsolete and incorrect doc for dm_io()
2022-02-09 15:11 UTC (2+ messages)
[dm-devel] Thin pool performance when allocating lots of blocks
2022-02-08 21:30 UTC (4+ messages)
[dm-devel] Can not remove device. No files open, no processes attached. Forced to reboot server
2022-02-07 20:14 UTC (3+ messages)
[dm-devel] [PATCH] kpartx.rules: skip MD devices
2022-02-07 21:16 UTC (2+ messages)
[dm-devel] [PATCH v2 5/6] multipath: Makefile: modules-load.d file for SCSI device handlers
2022-02-07 20:21 UTC (2+ messages)
[dm-devel] [PATCH] libmultipath: hwtable: use ALUA for all LIO targets
2022-02-08 14:52 UTC (2+ messages)
[dm-devel] [PATCH 0/1] t10-pi bio split fix
2022-02-05 3:03 UTC (3+ messages)
[dm-devel] [PATCH v5 0/7] DAX poison recovery
2022-02-06 8:30 UTC (34+ messages)
` [dm-devel] [PATCH v5 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [dm-devel] [PATCH v5 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [dm-devel] [PATCH v5 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [dm-devel] [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [dm-devel] [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
` [dm-devel] [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [dm-devel] [PATCH v5 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page
[dm-devel] improve the bio cloning interface v2
2022-02-04 14:43 UTC (17+ messages)
` [dm-devel] [PATCH 01/13] drbd: set ->bi_bdev in drbd_req_new
` [dm-devel] [PATCH 02/13] dm: add a clone_to_tio helper
` [dm-devel] [PATCH 03/13] dm: fold clone_bio into __clone_and_map_data_bio
` [dm-devel] [PATCH 04/13] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
` [dm-devel] [PATCH 05/13] dm: move cloning the bio into alloc_tio
` [dm-devel] [PATCH 06/13] dm: pass the bio instead of tio to __map_bio
` [dm-devel] [PATCH 07/13] dm: retun the clone bio from alloc_tio
` [dm-devel] [PATCH 08/13] dm: simplify the single bio fast path in __send_duplicate_bios
` [dm-devel] [PATCH 09/13] dm-cache: remove __remap_to_origin_clear_discard
` [dm-devel] [PATCH 10/13] block: clone crypto and integrity data in __bio_clone_fast
` [dm-devel] [PATCH 11/13] dm: use bio_clone_fast in alloc_io/alloc_tio
` [dm-devel] [PATCH 12/13] block: initialize the target bio in __bio_clone_fast
` [dm-devel] [PATCH 13/13] block: pass a block_device to bio_clone_fast
[dm-devel] [PATCH 0/6] multipath-tools: kernel module loading improvements
2022-02-04 6:45 UTC (16+ messages)
` [dm-devel] [PATCH 1/6] multipath/Makefile: use $(udevrulesdir)
` [dm-devel] [PATCH 2/6] multipath-tools: Makefile.inc: delete obsolete comment
` [dm-devel] [PATCH 3/6] multipath-tools: install modules-load.d/multipath.conf
` [dm-devel] [PATCH 4/6] multipathd.service: drop ExecStartPre for loading dm-multipath
` [dm-devel] [PATCH 5/6] multipath: Makefile: modules-load.d file for SCSI device handlers
` [dm-devel] [PATCH 6/6] README.md: add basic information about building multipath-tools
[dm-devel] [PATCH v2] multipathd: handle fpin events
2022-02-02 21:36 UTC (4+ messages)
[dm-devel] improve the bio allocation interface v2
2022-02-02 14:50 UTC (2+ messages)
[dm-devel] [PATCH] dm: introduce a no open flag for deferred remove
2022-02-02 14:42 UTC (4+ messages)
` [dm-devel] [PATCH] dm: introduce a DM_ENFORCE_OPEN_COUNT flag
[dm-devel] dm: Fix use-after-free in dm_cleanup_zoned_dev()
2022-02-01 8:39 UTC (5+ messages)
` [dm-devel] [PATCH v2] "
[dm-devel] TABLEO : le tout nouvel outil de PILOTAGE de votre entreprise : ULTRA simple et convivial
2022-01-31 9:08 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox