DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 11:40:53 to 2023-06-05 19:08:36 UTC [more...]

[dm-devel] [PATCH 0/5] priority and pathgroup switching changes
 2023-06-05 19:08 UTC  (13+ messages)
` [dm-devel] [PATCH 1/5] libmultipath: don't count PRIO_UNDEF paths for pathgroup priority
` [dm-devel] [PATCH 2/5] multipath-tools tests: add tests to verify PRIO_UDEF changes
` [dm-devel] [PATCH 3/5] multipathd: refresh all priorities if one has changed
` [dm-devel] [PATCH 4/5] multipathd: reload map if the path groups are out of order
` [dm-devel] [PATCH 5/5] multipathd: don't assume mpp->paths will exist in need_switch_pathgroup

[dm-devel] fix the name_to_dev_t mess v2
 2023-06-05 17:22 UTC  (26+ messages)
` [dm-devel] [PATCH 01/24] driver core: return bool from driver_probe_done
` [dm-devel] [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device
` [dm-devel] [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable
` [dm-devel] [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume
` [dm-devel] [PATCH 05/24] init: remove pointless Root_* values
` [dm-devel] [PATCH 06/24] init: rename mount_block_root to mount_root_generic
` [dm-devel] [PATCH 07/24] init: refactor mount_root
` [dm-devel] [PATCH 08/24] init: pass root_device_name explicitly
` [dm-devel] [PATCH 09/24] init: don't remove the /dev/ prefix from error messages
` [dm-devel] [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types
` [dm-devel] [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper
` [dm-devel] [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t
` [dm-devel] [PATCH 13/24] init: improve the name_to_dev_t interface
` [dm-devel] [PATCH 14/24] init: clear root_wait on all invalid root= strings
` [dm-devel] [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
` [dm-devel] [PATCH 16/24] block: move more code to early-lookup.c
` [dm-devel] [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
` [dm-devel] [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init
` [dm-devel] [PATCH 19/24] dm: remove dm_get_dev_t
` [dm-devel] [PATCH 20/24] dm: only call early_lookup_bdev from early boot context
` [dm-devel] [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store
` [dm-devel] [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper
` [dm-devel] [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running
` [dm-devel] [PATCH 24/24] block: mark early_lookup_bdev as __init

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

[dm-devel] [PATCH 0/5] multipath: Add a group_by_tgp path grouping policy
 2023-06-05 14:14 UTC  (18+ messages)
` [dm-devel] [PATCH 1/5] libmultipath: add group_by_tpg path_grouping_policy
` [dm-devel] [PATCH 2/5] libmultipath: don't copy pgpolicy string in get_pgpolicy_name
` [dm-devel] [PATCH 3/5] libmultipath: add ALUA tpg path wildcard
` [dm-devel] [PATCH 4/5] multipath-tools tests: add tests for group_by_tpg policy
` [dm-devel] [PATCH 5/5] libmultipath: add "detect_pgpolicy" config option

[dm-devel] [PATCH] Improve the dm-integrity documentation
 2023-06-05 13:23 UTC  (31+ messages)
    ` [dm-devel] [PATCH 1/4] Fix minor grammatical error in dm-integrity.rst
    ` [dm-devel] [PATCH 2/4] Documents the meaning of "buffer" in dm-integrity
    ` [dm-devel] [PATCH 3/4] Document dm-integrity default values
    ` [dm-devel] [PATCH 4/4] Document an example of how the tunables relate in dm-integrity
        ` [dm-devel] [PATCH v3 0/4] Improve the dm-integrity documentation
          ` [dm-devel] [PATCH v3 1/4] Fix minor grammatical error in dm-integrity.rst
          ` [dm-devel] [PATCH v3 2/4] Documents the meaning of "buffer" in dm-integrity
          ` [dm-devel] [PATCH v3 3/4] Document dm-integrity default values
          ` [dm-devel] [PATCH v3 4/4] Document an example of how the tunables relate in dm-integrity
          ` [dm-devel] [PATCH v4 0/4] Improve the dm-integrity documentation
            ` [dm-devel] [PATCH v4 1/4] Documentation: dm-integrity: Fix minor grammatical error
            ` [dm-devel] [PATCH v4 2/4] Documentation: dm-integrity: Document the meaning of "buffer"
            ` [dm-devel] [PATCH v4 3/4] Documentation: dm-integrity: Document default values
            ` [dm-devel] [PATCH v4 4/4] Documentation: dm-integrity: Document an example of how the tunables relate

[dm-devel] [PATCH] multipath-tools: adapt HITACHI/OPEN- config to work with alua and multibus
 2023-06-05  9:39 UTC  (5+ messages)

[dm-devel] [PATCH 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
 2023-06-05  7:09 UTC  (10+ messages)
` [dm-devel] [PATCH 1/5] kexec_file: allow to place kexec_buf randomly
` [dm-devel] [PATCH 2/5] crash_dump: save the LUKS volume key temporarily
` [dm-devel] [PATCH 3/5] crash_dump: retrieve LUKS volume key in kdump kernel
` [dm-devel] [PATCH 4/5] x86/crash: pass the LUKS volume key to "
` [dm-devel] [PATCH 5/5] x86/crash: make the page that stores the LUKS volume key inaccessible

[dm-devel] [PATCH] dm thin: Fix ABBA deadlock by resetting dm_bufio_client
 2023-06-05  7:03 UTC 

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

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-06-03 15:57 UTC  (15+ messages)

[dm-devel] [PATCH 0/6] Several device-mapper fixes
 2023-06-03 14:52 UTC  (16+ messages)
` [dm-devel] [PATCH 1/6] device-mapper: Check that target specs are sufficiently aligned
` [dm-devel] [PATCH 2/6] device-mapper: Avoid pointer arithmetic overflow
` [dm-devel] [PATCH 3/6] device-mapper: structs and parameter strings must not overlap
` [dm-devel] [PATCH 4/6] device-mapper: Avoid double-fetch of version
` [dm-devel] [PATCH 5/6] device-mapper: Refuse to create device named "control"
` [dm-devel] [PATCH 6/6] device-mapper: "." and ".." are not valid symlink names
` [dm-devel] [PATCH v2 0/6] Several device-mapper fixes
  ` [dm-devel] [PATCH v2 1/6] device-mapper: Check that target specs are sufficiently aligned
  ` [dm-devel] [PATCH v2 2/6] device-mapper: Avoid pointer arithmetic overflow
  ` [dm-devel] [PATCH v2 3/6] device-mapper: structs and parameter strings must not overlap
  ` [dm-devel] [PATCH v2 4/6] device-mapper: Avoid double-fetch of version
  ` [dm-devel] [PATCH v2 5/6] device-mapper: Refuse to create device named "control"
  ` [dm-devel] [PATCH v2 6/6] device-mapper: "." and ".." are not valid symlink names

[dm-devel] enforce read-only state at the block layer
 2023-06-02 15:56 UTC  (7+ messages)
` [dm-devel] [PATCH 1/3] block: remove a duplicate bdev_read_only declaration
` [dm-devel] [PATCH 2/3] block: simplify the check for flushes in bio_check_ro
` [dm-devel] [PATCH 3/3] block: fail writes to read-only devices

[dm-devel] fuzzing bcachefs with dm-flakey
 2023-06-02  1:13 UTC  (2+ messages)

[dm-devel] dm crypt: Avoid using MAX_CIPHER_BLOCKSIZE
 2023-06-01 19:10 UTC  (2+ messages)

[dm-devel] [PATCH v5 00/20] bio: check return values of bio_add_page
 2023-06-01 18:46 UTC  (6+ messages)
` [dm-devel] [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails

[dm-devel] [PATCH] bcachefs: fix NULL pointer dereference in try_alloc_bucket
 2023-06-01 17:53 UTC  (2+ messages)

[dm-devel] [PATCH] dm: don't lock fs when the map is NULL in process of suspend
 2023-06-01  6:14 UTC 

[dm-devel] [PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC  (35+ messages)
` [dm-devel] [PATCH v6 02/20] drbd: use __bio_add_page to add page to bio
` [dm-devel] [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [dm-devel] [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH v6 05/20] md: use __bio_add_page to add single page
` [dm-devel] [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [dm-devel] [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
` [dm-devel] [PATCH v6 11/20] zram: "
` [dm-devel] [PATCH v6 12/20] floppy: "
` [dm-devel] [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [dm-devel] [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [dm-devel] [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` [dm-devel] [PATCH v6 18/20] block: add __bio_add_folio
` [dm-devel] [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` [dm-devel] [PATCH v6 20/20] block: mark bio_add_folio as __must_check

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

[dm-devel] [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-05-31 13:06 UTC  (2+ messages)


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