DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-30 11:16:37 to 2023-04-20 06:57:21 UTC [more...]

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

[dm-devel] [PATCH v10 0/9] Implement copy offload support
 2023-04-19 11:43 UTC  (5+ messages)
  ` [dm-devel] [PATCH v10 3/9] block: add emulation for copy
  ` [dm-devel] [PATCH v10 5/9] nvme: add copy offload support
  ` [dm-devel] [PATCH v10 7/9] dm: Add support for copy offload
  ` [dm-devel] [PATCH v10 8/9] dm: Enable copy offload for dm-linear target

[dm-devel] [PATCH v10 6/9] nvmet: add copy command support for bdev and file ns
 2023-04-19 18:55 UTC  (2+ messages)

[dm-devel] [PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-20  1:48 UTC  (30+ messages)
  ` [dm-devel] [PATCH v3 1/3] block: Introduce provisioning primitives
  ` [dm-devel] [PATCH v3 2/3] dm: Add support for block provisioning
  ` [dm-devel] [PATCH v3 3/3] loop: Add support for provision requests
  ` [dm-devel] [PATCH v4 0/4] Introduce provisioning primitives for thinly provisioned storage
    ` [dm-devel] [PATCH v4 1/4] block: Introduce provisioning primitives
    ` [dm-devel] [PATCH v4 2/4] dm: Add block provisioning support
    ` [dm-devel] [PATCH v4 3/4] dm-thin: Add REQ_OP_PROVISION support
    ` [dm-devel] [PATCH v4 4/4] loop: Add support for provision requests
  ` [dm-devel] [PATCH v5 0/5] Introduce block provisioning primitives
    ` [dm-devel] [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
      ` [dm-devel] [PATCH v5-fix "
    ` [dm-devel] [PATCH v5 2/5] block: Introduce provisioning primitives
    ` [dm-devel] [PATCH v5 3/5] dm: Add block provisioning support
    ` [dm-devel] [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
    ` [dm-devel] [PATCH v5 5/5] loop: Add support for provision requests

[dm-devel] [PATCH 5/5] dm flakey: introduce the random_read_corrupt and random_write_corrupt options
 2023-04-18 19:58 UTC 

[dm-devel] [PATCH 4/5] dm flakey: fix a crash with invalid table line
 2023-04-18 19:57 UTC 

[dm-devel] [PATCH 3/5] dm flakey: clone pages on write bio before corrupting them
 2023-04-18 19:57 UTC 

[dm-devel] [PATCH 2/5] dm flakey: add an "error_reads" option
 2023-04-18 19:56 UTC 

[dm-devel] [PATCH 1/5] dm flakey: fix trailing space in the table line
 2023-04-18 19:56 UTC 

[dm-devel] [PATCH 0/5] dm-flakey patches
 2023-04-18 19:55 UTC 

[dm-devel] [PATCH] block: fix a crash when bio_for_each_folio_all iterates over an empty bio
 2023-04-18 15:20 UTC  (5+ messages)
` [dm-devel] "

[dm-devel] [PATCH -next] dm: don't lock fs when the map is NULL in process of resume
 2023-04-18  8:38 UTC 

[dm-devel] [RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-04-17 21:31 UTC  (31+ 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] [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support

[dm-devel] [PATCH v6 00/18] Use block pr_ops in LIO
 2023-04-17 19:13 UTC  (55+ 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] [BUG] Possible deadlock detected in Linux 6.2.0 in dm_get_inactive_table (dm-ioctl.c)
 2023-04-17 16:20 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] device mapper on qemu / Ubuntu 9.4.0-1ubuntu1~20.04.1
 2023-04-14 23:11 UTC 

[dm-devel] [PATCH -next v6 0/5] md: protect md_thread with rcu
 2023-04-14  1:26 UTC  (8+ messages)
` [dm-devel] [PATCH -next v6 1/5] md: factor out a helper to wake up md_thread directly
` [dm-devel] [PATCH -next v6 2/5] dm-raid: remove useless checking in raid_message()
` [dm-devel] [PATCH -next v6 3/5] md/bitmap: always wake up md_thread in timeout_store
` [dm-devel] [PATCH -next v6 4/5] md/bitmap: factor out a helper to set timeout
` [dm-devel] [PATCH -next v6 5/5] md: protect md_thread with rcu

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

[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  (20+ messages)
` [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 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [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] dm: add helper macro for device mapper target driver boilerplate
 2023-04-09 16:43 UTC 

[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  (12+ messages)
` [dm-devel] [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [dm-devel] [PATCH 04/19] fs: buffer: use __bio_add_page to add single "
` [dm-devel] [PATCH 13/19] zram: use __bio_add_page for adding "
` [dm-devel] [PATCH 18/19] dm-crypt: check if adding pages to clone bio fails

[dm-devel] [PATCH v8 0/9] Implement copy offload support
 2023-03-30 15:21 UTC  (6+ messages)
  ` [dm-devel] [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device

[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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).