dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-27 20:14:23 to 2023-04-11 07:31:59 UTC [more...]

[dm-devel] [PATCH v6 00/18] Use block pr_ops in LIO
 2023-04-11  7:31 UTC  (47+ messages)
` [dm-devel] [PATCH v6 01/18] block: Add PR callouts for read keys and reservation
` [dm-devel] [PATCH v6 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [dm-devel] [PATCH v6 03/18] scsi: Rename sd_pr_command
` [dm-devel] [PATCH v6 04/18] scsi: Move sd_pr_type to scsi_common
` [dm-devel] [PATCH v6 05/18] scsi: Add support for block PR read keys/reservation
` [dm-devel] [PATCH v6 06/18] dm: "
` [dm-devel] [PATCH v6 07/18] nvme: Fix reservation status related structs
` [dm-devel] [PATCH v6 08/18] nvme: Don't hardcode the data len for pr commands
` [dm-devel] [PATCH v6 09/18] nvme: Move pr code to it's own file
` [dm-devel] [PATCH v6 10/18] nvme: Add helper to send pr command
` [dm-devel] [PATCH v6 11/18] nvme: Add pr_ops read_keys support
` [dm-devel] [PATCH v6 12/18] nvme: Add a nvme_pr_type enum
` [dm-devel] [PATCH v6 13/18] nvme: Add pr_ops read_reservation support
` [dm-devel] [PATCH v6 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [dm-devel] [PATCH v6 15/18] scsi: target: Allow backends to hook into PR handling
` [dm-devel] [PATCH v6 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [dm-devel] [PATCH v6 17/18] scsi: target: Report and detect unsupported PR commands
` [dm-devel] [PATCH v6 18/18] scsi: target: Add block PR support to iblock

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2023-04-10 22:59 UTC  (14+ messages)
` [dm-devel] [PATCH v6 "
  ` [dm-devel] [PATCH v6 01/12] Documentation/x86: Document "
  ` [dm-devel] [PATCH v6 02/12] x86/cpufeature: Enumerate Key Locker feature
  ` [dm-devel] [PATCH v6 03/12] x86/insn: Add Key Locker instructions to the opcode map
  ` [dm-devel] [PATCH v6 04/12] x86/asm: Add a wrapper function for the LOADIWKEY instruction
  ` [dm-devel] [PATCH v6 05/12] x86/msr-index: Add MSRs for Key Locker internal wrapping key
  ` [dm-devel] [PATCH v6 06/12] x86/keylocker: Define Key Locker CPUID leaf
  ` [dm-devel] [PATCH v6 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time
  ` [dm-devel] [PATCH v6 08/12] x86/PM/keylocker: Restore internal wrapping key on resume from ACPI S3/4
  ` [dm-devel] [PATCH v6 09/12] x86/cpu: Add a configuration and command line option for Key Locker
  ` [dm-devel] [PATCH v6 10/12] crypto: x86/aes - Prepare for a new AES implementation
  ` [dm-devel] [PATCH v6 11/12] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
  ` [dm-devel] [PATCH v6 12/12] crypto: x86/aes-kl - Support XTS mode

[dm-devel] [PATCH v2 00/19] bio: check return values of bio_add_page
 2023-04-10 16:06 UTC  (32+ messages)
` [dm-devel] [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [dm-devel] [PATCH v2 02/19] drbd: "
` [dm-devel] [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [dm-devel] [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH v2 05/19] md: use __bio_add_page to add single page
` [dm-devel] [PATCH v2 06/19] md: raid5-log: "
` [dm-devel] [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [dm-devel] [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [dm-devel] [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [dm-devel] [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [dm-devel] [PATCH v2 12/19] zonefs: "
` [dm-devel] [PATCH v2 13/19] zram: "
` [dm-devel] [PATCH v2 14/19] floppy: "
` [dm-devel] [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [dm-devel] [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [dm-devel] [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [dm-devel] [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [dm-devel] [PATCH v2 19/19] block: mark bio_add_page as __must_check

[dm-devel] [PATCH] dm: add helper macro for device mapper target driver boilerplate
 2023-04-09 16:43 UTC 

[dm-devel] [RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-04-10 21:22 UTC  (16+ messages)
` [dm-devel] [RFC PATCH v9 01/16] security: add ipe lsm
` [dm-devel] [RFC PATCH v9 02/16] ipe: add policy parser
` [dm-devel] [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [dm-devel] [RFC PATCH v9 05/16] ipe: add userspace interface
` [dm-devel] [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read

[dm-devel] [PATCH] dm: Add error information printing for dm_register_target()
 2023-04-04 17:48 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] [PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-04-03 22:57 UTC  (16+ messages)
` [dm-devel] [PATCH v2 2/7] dm: Add support for block provisioning
` [dm-devel] [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[dm-devel] [PATCH v5 18/18] scsi: target: Add block PR support to iblock
 2023-04-04  5:29 UTC  (2+ messages)

[dm-devel] [PATCH] fixup! libmultipath: use directio checker for LIO targets
 2023-03-31 15:19 UTC  (3+ messages)

[dm-devel] [PATCH] dm raid: remove unused d variable
 2023-03-31 14:08 UTC  (2+ messages)

[dm-devel] [PATCH 00/19] bio: check return values of bio_add_page
 2023-03-31 12:20 UTC  (47+ messages)
` [dm-devel] [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [dm-devel] [PATCH 02/19] drbd: "
` [dm-devel] [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [dm-devel] [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH 05/19] md: use __bio_add_page to add single page
` [dm-devel] [PATCH 06/19] md: raid5-log: "
` [dm-devel] [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [dm-devel] [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [dm-devel] [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [dm-devel] [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH 11/19] gfs: use __bio_add_page for adding "
` [dm-devel] [PATCH 12/19] zonefs: "
` [dm-devel] [PATCH 13/19] zram: "
` [dm-devel] [PATCH 14/19] floppy: "
` [dm-devel] [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [dm-devel] [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [dm-devel] [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [dm-devel] [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [dm-devel] [PATCH 19/19] block: mark bio_add_page as __must_check

[dm-devel] [PATCH v8 0/9] Implement copy offload support
 2023-03-30 15:21 UTC  (27+ messages)
    ` [dm-devel] [PATCH v8 1/9] block: Introduce queue limits for copy-offload support
    ` [dm-devel] [PATCH v8 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] [PATCH v8 3/9] block: add emulation for copy
    ` [dm-devel] [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [dm-devel] [PATCH v8 5/9] nvme: add copy offload support
    ` [dm-devel] [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
    ` [dm-devel] [PATCH v8 7/9] dm: Add support for copy offload
    ` [dm-devel] [PATCH v8 8/9] dm: Enable copy offload for dm-linear target
    ` [dm-devel] [PATCH v8 9/9] null_blk: add support for copy offload

[dm-devel] [git pull] device mapper fixes for 6.3-rc5
 2023-03-30 21:11 UTC  (2+ messages)

[dm-devel] Patch "dm crypt: avoid accessing uninitialized tasklet" has been added to the 5.10-stable tree
 2023-03-30 11:16 UTC 

[dm-devel] [PATCH] dm-zero: support discards
 2023-03-30 10:35 UTC  (4+ messages)
` [dm-devel] [PATCH v2] dm-zero, dm-error: "

[dm-devel] dm-clone: Request option to send discard to source device during hydration
 2023-03-29 17:42 UTC  (3+ messages)

[dm-devel] [PATCH v5 11/18] nvme: Add pr_ops read_keys support
 2023-03-28 15:50 UTC  (3+ messages)

[dm-devel] [PATCH v5 00/18] Use block pr_ops in LIO
 2023-03-28 17:11 UTC  (4+ messages)
` [dm-devel] [PATCH v5 01/18] block: Add PR callouts for read keys and reservation

[dm-devel] [PATCH] libmultipath: use directio checker for LIO targets
 2023-03-28 13:50 UTC  (2+ messages)

[dm-devel] [RFC PATCH 0/3] sg3_utils: udev rules: restrict use of ambiguous device IDs
 2023-03-28  7:52 UTC  (3+ messages)

[dm-devel] [dm-6.4 PATCH v3 00/20] dm bufio, thin: improve concurrent IO performance
 2023-03-27 20:11 UTC  (2+ messages)
` [dm-devel] [dm-6.4 PATCH v3 18/20] dm bufio: intelligently size dm_buffer_cache's buffer_trees


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).