DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-11 23:20:29 to 2023-05-25 11:52:16 UTC [more...]

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-05-25 11:39 UTC  (22+ messages)
` [dm-devel] [PATCH v7 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [dm-devel] [PATCH v7 2/5] block: Introduce provisioning primitives
` [dm-devel] [PATCH v7 3/5] dm: Add block provisioning support
` [dm-devel] [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support
` [dm-devel] [PATCH v7 5/5] loop: Add support for provision requests

[dm-devel] [PATCH v3 6/7] dm: Inline __dm_mq_kick_requeue_list()
 2023-05-24  8:01 UTC  (4+ messages)
` [dm-devel] [PATCH v3 7/7] block: Inline blk_mq_{, delay_}kick_requeue_list()

[dm-devel] [RFC] dm overlaybd: targets mapping OverlayBD image
 2023-05-24 11:06 UTC  (12+ messages)
` [dm-devel] "
` [dm-devel] [RFC PATCH v2] "
` [dm-devel] [RFC PATCH v3] "

[dm-devel] [PATCH] dm crypt: fix sleep-in-atomic-context bug in kcryptd_crypt_tasklet
 2023-05-25  6:42 UTC  (4+ messages)
` [dm-devel] "

[dm-devel] [PATCH 0/5] priority and pathgroup switching changes
 2023-05-24 23:21 UTC  (6+ 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] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-05-24 22:36 UTC  (49+ messages)
` [dm-devel] [PATCH v2 01/39] Add documentation for dm-vdo
` [dm-devel] [PATCH v2 02/39] Add the MurmurHash3 fast hashing algorithm
` [dm-devel] [PATCH v2 03/39] Add memory allocation utilities
` [dm-devel] [PATCH v2 04/39] Add basic logging and support utilities
` [dm-devel] [PATCH v2 05/39] Add vdo type declarations, constants, and simple data structures
` [dm-devel] [PATCH v2 06/39] Add thread and synchronization utilities
` [dm-devel] [PATCH v2 07/39] Add specialized request queueing functionality
` [dm-devel] [PATCH v2 08/39] Add basic data structures
` [dm-devel] [PATCH v2 09/39] Add deduplication configuration structures
` [dm-devel] [PATCH v2 10/39] Add deduplication index storage interface
` [dm-devel] [PATCH v2 11/39] Implement the delta index
` [dm-devel] [PATCH v2 12/39] Implement the volume index
` [dm-devel] [PATCH v2 13/39] Implement the open chapter and chapter indexes
` [dm-devel] [PATCH v2 14/39] Implement the chapter volume store
` [dm-devel] [PATCH v2 15/39] Implement top-level deduplication index
` [dm-devel] [PATCH v2 16/39] Implement external deduplication index interface
` [dm-devel] [PATCH v2 17/39] Add administrative state and scheduling for vdo
` [dm-devel] [PATCH v2 18/39] Add vio, the request object for vdo metadata
` [dm-devel] [PATCH v2 19/39] Add data_vio, the request object which services incoming bios
` [dm-devel] [PATCH v2 20/39] Add flush support to vdo
` [dm-devel] [PATCH v2 21/39] Add the vdo io_submitter
` [dm-devel] [PATCH v2 22/39] Add hash locks and hash zones
` [dm-devel] [PATCH v2 23/39] Add use of the deduplication index in "
` [dm-devel] [PATCH v2 24/39] Add the compressed block bin packer
` [dm-devel] [PATCH v2 25/39] Add vdo_slab
` [dm-devel] [PATCH v2 26/39] Add the slab summary
` [dm-devel] [PATCH v2 27/39] Add the block allocators and physical zones
` [dm-devel] [PATCH v2 28/39] Add the slab depot itself
` [dm-devel] [PATCH v2 29/39] Add the vdo block map
` [dm-devel] [PATCH v2 30/39] Implement the vdo block map page cache
` [dm-devel] [PATCH v2 31/39] Add the vdo recovery journal
` [dm-devel] [PATCH v2 32/39] Add repair (crash recovery and read-only rebuild) of damaged vdos
` [dm-devel] [PATCH v2 33/39] Add the vdo structure itself
` [dm-devel] [PATCH v2 34/39] Add the on-disk formats and marshalling of vdo structures
` [dm-devel] [PATCH v2 35/39] Add statistics tracking
` [dm-devel] [PATCH v2 36/39] Add sysfs support for setting vdo parameters and fetching statistics
` [dm-devel] [PATCH v2 37/39] Add vdo debugging support
` [dm-devel] [PATCH v2 38/39] Add dm-vdo-target.c
` [dm-devel] [PATCH v2 39/39] Enable configuration and building of dm-vdo

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

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

[dm-devel] [PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-24 15:02 UTC  (5+ messages)

[dm-devel] dm-crypt: fix return value on invalid AEAD cipher
 2023-05-24  9:35 UTC 

[dm-devel] fix the name_to_dev_t mess
 2023-05-24  6:08 UTC  (40+ 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] 11-dm-mpath.rules: fix warnings reported by udevadm verify
 2023-05-22 16:43 UTC  (5+ messages)

[dm-devel] [PATCH 0/5] multipath: Add a group_by_tgp path grouping policy
 2023-05-19 23:02 UTC  (6+ 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] [dm-devel resend] dm mpath: fix UAF in multipath_message()
 2023-05-18 12:11 UTC  (3+ messages)

[dm-devel] [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits
 2023-05-17 17:02 UTC  (2+ messages)

[dm-devel] Does dm-zoned support buffered write?
 2023-05-15 17:26 UTC  (6+ messages)

[dm-devel] [PATCH v5 0/5] Introduce block provisioning primitives
 2023-05-15 21:55 UTC  (17+ messages)
` [dm-devel] [PATCH v6 "
  ` [dm-devel] [PATCH v6 1/5] block: Don't invalidate pagecache for invalid falloc modes
  ` [dm-devel] [PATCH v6 2/5] block: Introduce provisioning primitives
  ` [dm-devel] [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support
  ` [dm-devel] [PATCH v6 5/5] loop: Add support for provision requests

[dm-devel] [RFC PATCH] block: add meaningful macro for flush op flags
 2023-05-15  1:43 UTC  (5+ messages)

[dm-devel] [PATCH v6 10/12] crypto: x86/aes - Prepare for a new AES implementation
 2023-05-11 23:19 UTC  (4+ 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).