DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 16:29:48 to 2023-05-30 15:28:30 UTC [more...]

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-05-30 15:28 UTC  (28+ messages)
` [dm-devel] [PATCH v7 5/5] loop: Add support for provision requests

[dm-devel] [PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-30 15:14 UTC  (9+ messages)
` [dm-devel] [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails

[dm-devel] fuzzing bcachefs with dm-flakey
 2023-05-30 12:23 UTC  (4+ messages)

[dm-devel] [PATCH] bcachefs: fix NULL pointer dereference in try_alloc_bucket
 2023-05-30 12:15 UTC 

[dm-devel] [PATCH v11 0/9] Implement copy offload support
 2023-05-29 17:55 UTC  (9+ messages)
  ` [dm-devel] [PATCH v11 6/9] nvmet: add copy command support for bdev and file ns
  ` [dm-devel] [PATCH v11 9/9] null_blk: add support for copy offload
  ` [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 -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-05-29 13:20 UTC  (7+ messages)
` [dm-devel] [PATCH -next v2 1/6] Revert "md: unlock mddev before reap sync_thread in action_store"
` [dm-devel] [PATCH -next v2 2/6] md: refactor action_store() for 'idle' and 'frozen'
` [dm-devel] [PATCH -next v2 3/6] md: add a mutex to synchronize idle and frozen in action_store()
` [dm-devel] [PATCH -next v2 4/6] md: refactor idle/frozen_sync_thread() to fix deadlock
` [dm-devel] [PATCH -next v2 5/6] md: wake up 'resync_wait' at last in md_reap_sync_thread()
` [dm-devel] [PATCH -next v2 6/6] md: enhance checking in md_check_recovery()

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

[dm-devel] [PATCH] dm flakey: introduce the random_read_corrupt and random_write_corrupt options
 2023-05-26 16:14 UTC 

[dm-devel] [PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-05-26  9:26 UTC  (14+ messages)
` [dm-devel] [PATCH v2 1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace
` [dm-devel] [PATCH v2 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [dm-devel] [PATCH v2 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [dm-devel] [PATCH v2 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [dm-devel] [PATCH v2 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2023-05-26  7:23 UTC  (21+ 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 03/13] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-25 22:10 UTC  (2+ messages)

[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] [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] 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)


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