Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2022-04-21 14:47:53 to 2022-05-04 20:10:32 UTC [more...]

[dm-devel] [PATCH] hex2bin: make the function hex_to_bin constant-time
 2022-05-04 20:10 UTC  (25+ messages)
  ` [dm-devel] [PATCH v2] "

[dm-devel] kernel BUG at drivers/md/dm-bufio.c:1155!
 2022-05-04 17:50 UTC  (2+ messages)

[dm-devel] [PATCH] dm-crypt: make printing of the key constant-time
 2022-05-04 14:41 UTC  (3+ messages)
` [dm-devel] [PATCH v2] "

[dm-devel] [PATCH 00/16] support non power of 2 zoned devices
 2022-05-03 20:05 UTC  (40+ messages)
  ` [dm-devel] [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [dm-devel] [PATCH 02/16] block: add blk_queue_zone_aligned and bdev_zone_aligned helper
  ` [dm-devel] [PATCH 03/16] block: add bdev_zone_no helper
  ` [dm-devel] [PATCH 04/16] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [dm-devel] [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [dm-devel] [PATCH 06/16] nvmet: use blk_queue_zone_no()
  ` [dm-devel] [PATCH 07/16] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [dm-devel] [PATCH 08/16] btrfs: zoned: add generic btrfs helpers for zoned devices
  ` [dm-devel] [PATCH 09/16] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [dm-devel] [PATCH 10/16] btrfs: zoned: use btrfs zone helpers to support non po2 zoned devices
  ` [dm-devel] [PATCH 11/16] btrfs: zoned: relax the alignment constraint for "
  ` [dm-devel] [PATCH 12/16] zonefs: allow non power of 2 "
  ` [dm-devel] [PATCH 13/16] null_blk: "
  ` [dm-devel] [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
  ` [dm-devel] [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed
  ` [dm-devel] [PATCH 16/16] dm-zoned: "

[dm-devel] [PATCH 0/7] multipath-tools: fix unit test breakage
 2022-05-03 22:06 UTC  (8+ messages)
` [dm-devel] [PATCH 1/7] multipath-tools: enable local configdir and plugindir for unit tests
` [dm-devel] [PATCH 2/7] tests/mpathvalid: fix check for DEFAULT_CONFIG_FILE
` [dm-devel] [PATCH 3/7] multipath-tools tests: hwtable: adapt after removal of getuid
` [dm-devel] [PATCH 4/7] tests/hwtable: fix test_regex_2_strings_hwe_dir
` [dm-devel] [PATCH 5/7] libmultipath: fix valgrind_test
` [dm-devel] [PATCH 6/7] tests/Makefile: make TESTDIR configurable
` [dm-devel] [PATCH 7/7] github workflows: foreign.yaml: fix config dir in run environment

[dm-devel] [PATCH v5.10] dm: interlock pending dm_io and dm_wait_for_bios_completion
 2022-05-03 20:44 UTC 

[dm-devel] [PATCH v5.4] dm: interlock pending dm_io and dm_wait_for_bios_completion
 2022-05-03 20:43 UTC 

[dm-devel] [PATCH v5.4] dm: fix mempool NULL pointer race when completing IO
 2022-05-03 20:42 UTC 

[dm-devel] [PATCH v4.19] dm: interlock pending dm_io and dm_wait_for_bios_completion
 2022-05-03 20:40 UTC 

[dm-devel] [PATCH v4.19] dm: fix mempool NULL pointer race when completing IO
 2022-05-03 20:39 UTC 

[dm-devel] [PATCH v4.14] dm: fix mempool NULL pointer race when completing IO
 2022-05-03 20:38 UTC 

[dm-devel] [PATCH v4.14] dm: interlock pending dm_io and dm_wait_for_bios_completion
 2022-05-03 20:37 UTC 

[dm-devel] [PATCH v4.9] dm: interlock pending dm_io and dm_wait_for_bios_completion
 2022-05-03 20:35 UTC 

[dm-devel] [PATCH v4.9] dm: fix mempool NULL pointer race when completing IO
 2022-05-03 20:34 UTC 

[dm-devel] [PATCH v5.10] dm: fix mempool NULL pointer race when completing IO
 2022-05-03 18:32 UTC  (5+ messages)

[dm-devel] fix and cleanup discard_alignment handling
 2022-05-03 16:39 UTC  (8+ messages)
` [dm-devel] [PATCH 06/11] raid5: don't set the discard_alignment queue limit
` [dm-devel] [PATCH 09/11] nvme: remove a spurious clear of discard_alignment

[dm-devel] [PATCH] update HPE MSA builtin config
 2022-05-03  7:13 UTC  (6+ messages)

[dm-devel] [PATCH v2 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-05-02 22:44 UTC  (9+ messages)
` [dm-devel] [PATCH v2 1/3] dm: Add verity helpers for LoadPin
` [dm-devel] [PATCH v2 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [dm-devel] [PATCH v2 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation

[dm-devel] [PATCH v4 00/10] Add Copy offload support
 2022-05-02 23:20 UTC  (45+ messages)
  ` [dm-devel] [PATCH v4 01/10] block: Introduce queue limits for copy-offload support
  ` [dm-devel] [PATCH v4 02/10] block: Add copy offload support infrastructure
  ` [dm-devel] [PATCH v4 03/10] block: Introduce a new ioctl for copy
  ` [dm-devel] [PATCH v4 04/10] block: add emulation "
  ` [dm-devel] [PATCH v4 05/10] nvme: add copy offload support
  ` [dm-devel] [PATCH v4 06/10] nvmet: add copy command support for bdev and file ns
  ` [dm-devel] [PATCH v4 07/10] dm: Add support for copy offload
  ` [dm-devel] [PATCH v4 08/10] dm: Enable copy offload for dm-linear target
  ` [dm-devel] [PATCH v4 09/10] dm kcopyd: use copy offload support
  ` [dm-devel] [PATCH v4 10/10] fs: add support for copy file range in zonefs

[dm-devel] [PATCH] multipath-tools: prevent a kernel upgrade leading to all paths lost
 2022-04-30  2:31 UTC  (2+ messages)

[dm-devel] [PATCH] hex2bin: fix access beyond string end
 2022-04-27 15:26 UTC  (10+ messages)
  ` [dm-devel] [PATCH v2] "
              ` [dm-devel] [PATCH v3] "

[dm-devel] [PATCH][V2] Fix possibility to redefine -D_FORTIFY_SOURCE macro
 2022-04-28  8:11 UTC  (5+ messages)

[dm-devel] [PATCH v9 0/7] DAX poison recovery
 2022-04-28 13:09 UTC  (12+ messages)
` [dm-devel] [PATCH v9 1/7] acpi/nfit: rely on mce->misc to determine poison granularity
` [dm-devel] [PATCH v9 2/7] x86/mce: relocate set{clear}_mce_nospec() functions
` [dm-devel] [PATCH v9 3/7] mce: fix set_mce_nospec to always unmap the whole page
` [dm-devel] [PATCH v9 4/7] dax: introduce DAX_RECOVERY_WRITE dax access mode
` [dm-devel] [PATCH v9 5/7] dax: add .recovery_write dax_operation
` [dm-devel] [PATCH v9 6/7] pmem: refactor pmem_clear_poison()
` [dm-devel] [PATCH v9 7/7] pmem: implement pmem_recovery_write()

[dm-devel] [PATCH] dm: dm-mpath: Provide high-resolution timer to HST with bio-mpath
 2022-04-27 16:57 UTC 

[dm-devel] [dm-5.19 PATCH 00/21] dm: changes staged for 5.19
 2022-04-25 23:57 UTC  (6+ messages)
` [dm-devel] [dm-5.19 PATCH 21/21] dm: improve abnormal bio processing

[dm-devel] can we reduce bio_set_dev overhead due to bio_associate_blkg?
 2022-04-26 17:30 UTC  (12+ messages)
                ` [dm-devel] [PATCH] block: remove redundant blk-cgroup init from __bio_clone
                    ` [dm-devel] "

[dm-devel] [PATCH] dm integrity: fix error code in dm_integrity_ctr()
 2022-04-25 12:48 UTC  (2+ messages)

[dm-devel] [PATCH] dm: fix mempool NULL pointer race when completing IO
 2022-04-25  8:56 UTC  (2+ messages)

[dm-devel] [PATCH v3] md: dm-init: Wait devices if it's not find on first adpet
 2022-04-23  8:13 UTC  (2+ messages)

[dm-devel] [PATCH] dm-stats: add cond_resched when looping over entries
 2022-04-24 20:43 UTC 

[dm-devel] fix blk_crypto_profile liftetime
 2022-04-22  6:27 UTC  (6+ messages)
` [dm-devel] [PATCH 2/2] blk-crypto: fix the blk_crypto_profile liftime

[dm-devel] [PATCH v8 0/7] DAX poison recovery
 2022-04-22  4:15 UTC  (15+ messages)
` [dm-devel] [PATCH v8 1/7] acpi/nfit: rely on mce->misc to determine poison granularity
` [dm-devel] [PATCH v8 2/7] x86/mce: relocate set{clear}_mce_nospec() functions
` [dm-devel] [PATCH v8 3/7] mce: fix set_mce_nospec to always unmap the whole page
` [dm-devel] [PATCH v8 4/7] dax: introduce DAX_RECOVERY_WRITE dax access mode

[dm-devel] [PATCH v5.4] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:07 UTC 

[dm-devel] [PATCH v4.19] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:06 UTC 

[dm-devel] [PATCH v4.14] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:04 UTC 

[dm-devel] [PATCH v4.9] dm: fix mempool NULL pointer race when completing IO
 2022-04-21 18:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox