messages from 2022-10-24 03:19:20 to 2022-11-11 07:39:30 UTC [more...]
[dm-devel] [PATCH 0/3] fix direct io errors on dm-crypt
2022-11-10 18:45 UTC (12+ messages)
` [dm-devel] [PATCH 1/3] block: make dma_alignment a stacking queue_limit
` [dm-devel] [PATCH 2/3] dm-crypt: provide dma_alignment limit in io_hints
` [dm-devel] [PATCH 3/3] block: make blk_set_default_limits() private
[dm-devel] [PATCHv2 0/5] fix direct io device mapper errors
2022-11-10 18:45 UTC (5+ messages)
` [dm-devel] [PATCHv2 1/5] block: make dma_alignment a stacking queue_limit
` [dm-devel] [PATCHv2 2/5] dm-crypt: provide dma_alignment limit in io_hints
` [dm-devel] [PATCHv2 3/5] block: make blk_set_default_limits() private
` [dm-devel] [PATCHv2 5/5] dm-log-writes: set dma_alignment limit in io_hints
[dm-devel] fix delayed holder tracking v2
2022-11-10 19:48 UTC (19+ messages)
` [dm-devel] [PATCH 1/7] block: clear ->slave_dir when dropping the main slave_dir reference
` [dm-devel] [PATCH 2/7] dm: remove free_table_devices
` [dm-devel] [PATCH 3/7] dm: cleanup open_table_device
` [dm-devel] [PATCH 4/7] dm: cleanup close_table_device
` [dm-devel] [PATCH 5/7] dm: track per-add_disk holder relations in DM
` [dm-devel] [PATCH 6/7] block: remove delayed holder registration
` [dm-devel] [PATCH 7/7] block: store the holder kobject in bd_holder_disk
[dm-devel] [PATCH v2] md: fix a crash in mempool_free
2022-11-09 22:08 UTC (2+ messages)
[dm-devel] [PATCH 0/3] misc cleanups
2022-11-09 21:49 UTC (4+ messages)
` [dm-devel] [PATCH 1/3] libmultipath: impove add_feature() variable names
` [dm-devel] [PATCH 2/3] multipathd: don't initialize the field width in show_path()
` [dm-devel] [PATCH 3/3] libmultipath: improve remove_feature() variable names
[dm-devel] [RFC PATCH] libmultipath: is_path_valid(): check if device is in use
2022-11-09 21:10 UTC
[dm-devel] pass a struct block_device to the blk-crypto interfaces v2
2022-11-09 13:14 UTC (8+ messages)
` [dm-devel] [PATCH 1/3] blk-crypto: don't use struct request_queue for public interfaces
` [dm-devel] [PATCH 2/3] blk-crypto: add a blk_crypto_config_supported_natively helper
` [dm-devel] [PATCH 3/3] blk-crypto: move __blk_crypto_cfg_supported to blk-crypto-internal.h
[dm-devel] [PATCH] multipath-tools: fix c&p error in install_keyword for deprecated pg_timeout
2022-11-09 0:48 UTC (2+ messages)
[dm-devel] [PATCH] multipath-tools: multipath.conf man page housekeeping
2022-11-08 23:11 UTC (2+ messages)
[dm-devel] [PATCH] dm-crypt: fix incorrect use of strcmp when telling if there is no key
2022-11-08 14:51 UTC (2+ messages)
[dm-devel] [RFC v2 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
2022-11-07 11:20 UTC (8+ messages)
` [dm-devel] [RFC v2 1/5] kexec_file: allow to place kexec_buf randomly
` [dm-devel] [RFC v2 2/5] crash_dump: save the LUKS volume key temporarily
` [dm-devel] [RFC v2 3/5] x86/crash: pass the LUKS volume key to kdump kernel
` [dm-devel] [RFC v2 4/5] x86/crash: make the page that stores the LUKS volume key inaccessible
` [dm-devel] [RFC v2 5/5] crash_dump: retrieve LUKS volume key in kdump kernel
[dm-devel] A crash caused by the commit 0dd84b319352bb8ba64752d4e45396d8b13e6018
2022-11-07 9:32 UTC (13+ messages)
[dm-devel] [PATCH v3 00/19] Use block pr_ops in LIO
2022-11-07 9:16 UTC (57+ messages)
` [dm-devel] [PATCH v3 01/19] block: Add PR callouts for read keys and reservation
` [dm-devel] [PATCH v3 02/19] scsi: Rename sd_pr_command
` [dm-devel] [PATCH v3 03/19] scsi: Move sd_pr_type to header to share
` [dm-devel] [PATCH v3 04/19] scsi: Add support for block PR read keys/reservation
` [dm-devel] [PATCH v3 05/19] dm: "
` [dm-devel] [PATCH v3 06/19] nvme: Fix reservation status related structs
` [dm-devel] [PATCH v3 07/19] nvme: Don't hardcode the data len for pr commands
` [dm-devel] [PATCH v3 08/19] nvme: Move pr code to it's own file
` [dm-devel] [PATCH v3 09/19] nvme: Add pr_ops read_keys support
` [dm-devel] [PATCH v3 10/19] nvme: Move NVMe and Block PR types to an array
` [dm-devel] [PATCH v3 11/19] nvme: Add pr_ops read_reservation support
` [dm-devel] [PATCH v3 12/19] block, nvme, scsi, dm: Add blk_status to pr_ops callouts
` [dm-devel] [PATCH v3 13/19] nvme: Have NVMe pr_ops return a blk_status_t
` [dm-devel] [PATCH v3 14/19] scsi: Export scsi_result_to_blk_status
` [dm-devel] [PATCH v3 15/19] scsi: Have sd pr_ops return a blk_status_t
` [dm-devel] [PATCH v3 16/19] scsi: target: Rename sbc_ops to exec_cmd_ops
` [dm-devel] [PATCH v3 17/19] scsi: target: Allow backends to hook into PR handling
` [dm-devel] [PATCH v3 18/19] scsi: target: Don't support SCSI-2 RESERVE/RELEASE
` [dm-devel] [PATCH v3 19/19] scsi: target: Add block PR support to iblock
[dm-devel] How is the progress for removing flush_scheduled_work() callers?
2022-11-06 10:28 UTC
[dm-devel] [PATCH] md: fix a crash in mempool_free
2022-11-05 22:34 UTC (5+ messages)
` [dm-devel] Problems with email threading (was: [PATCH] md: fix a crash in mempool_free)
[dm-devel] [PATCH] mdadm: fix compilation failure on the x32 ABI
2022-11-04 14:01 UTC
[dm-devel] Question about how to share dm-thin on multiple hosts
2022-11-04 11:46 UTC (2+ messages)
[dm-devel] pass a struct block_device to the blk-crypto interfaces
2022-11-04 7:32 UTC (7+ messages)
` [dm-devel] [PATCH 1/2] blk-crypto: don't use struct request_queue for public interfaces
` [dm-devel] [PATCH 2/2] blk-crypto: add a blk_crypto_cfg_supported helper
[dm-devel] Regression: wrong DIO alignment check with dm-crypt
2022-11-03 16:38 UTC (8+ messages)
[dm-devel] [PATCH 0/3] update hwtable and multipath.conf man page
2022-11-03 20:05 UTC (5+ messages)
` [dm-devel] [PATCH 1/3 v3] multipath-tools: update hwtable text/info/comments
` [dm-devel] [PATCH 2/3] multipath-tools: add PowerMax NVMe to hwtable
` [dm-devel] [PATCH 3/3] multipath-tools: add more info for NetApp ontap prio
[dm-devel] [PATCH 8/7] block: don't claim devices that are not live in bd_link_disk_holder
2022-11-03 1:03 UTC (5+ messages)
[dm-devel] Kernel panic when device’s table references itself
2022-11-03 6:18 UTC
[dm-devel] [PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-11-03 2:32 UTC (19+ messages)
[dm-devel] [PATCH 4/4] dm: support global feature string and per-target feature strings
2022-11-01 20:55 UTC
[dm-devel] [PATCH 3/4] dm-ioctl: fix the ioctl codes
2022-11-01 20:54 UTC
[dm-devel] [PATCH 2/4] dm-ioctl: a small code cleanup
2022-11-01 20:54 UTC
[dm-devel] [PATCH 1/4] dm-ioctl: fix misbehavior if list_versions races with module loading
2022-11-01 20:53 UTC
[dm-devel] [PATCH v1] drivers/dm-crypt.c : remove redundant state settings after waking up
2022-10-29 16:04 UTC
[dm-devel] fix delayed holder tracking
2022-10-30 15:24 UTC (5+ messages)
` [dm-devel] [PATCH 1/6] block: clear the holder releated fields when deleting the kobjects
[dm-devel] [PATCH] libmultipath: fix 'show paths format' failure
2022-10-27 21:54 UTC
[dm-devel] [PATCH] blk-mq: don't add non-pt request with ->end_io to batch
2022-10-27 13:15 UTC (2+ messages)
[dm-devel] Patch "dm: remove unnecessary assignment statement in alloc_dev()" has been added to the 5.15-stable tree
2022-10-27 1:51 UTC
[dm-devel] Patch "dm: remove unnecessary assignment statement in alloc_dev()" has been added to the 6.0-stable tree
2022-10-27 1:48 UTC
[dm-devel] [PATCH] dm table: fix typo in comment
2022-10-25 11:45 UTC
[dm-devel] dm: Fix UAF in run_timer_softirq()
2022-10-25 14:00 UTC (5+ messages)
[dm-devel] [PATCH V2 0/6] allowing path checking to be interrupted
2022-10-26 3:47 UTC (7+ messages)
[dm-devel] [PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes
2022-10-24 19:02 UTC (6+ messages)
[dm-devel] [RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
2022-10-21 21:04 UTC (8+ messages)
` [dm-devel] [PATCH 2/4] mm: mempool: introduce page bulk allocator
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