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

[dm-devel] [PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31 11:38 UTC  (53+ messages)
` [dm-devel] [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
` [dm-devel] [PATCH v6 02/20] drbd: "
` [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 06/20] md: raid5-log: "
` [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 10/20] zonefs: "
` [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 14/20] md: raid1: use __bio_add_page for adding single page to 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 17/20] block: mark bio_add_page as __must_check
` [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] fuzzing bcachefs with dm-flakey
 2023-05-30 23:29 UTC  (8+ messages)

[dm-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-05-30 23:03 UTC  (11+ messages)
` [dm-devel] [PATCH v2 02/39] Add the MurmurHash3 fast hashing algorithm
` [dm-devel] [PATCH v2 03/39] Add memory allocation utilities
  ` [dm-devel] [vdo-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target

[dm-devel] [PATCH] Improve the dm-integrity documentation
 2023-05-30  0:20 UTC 

[dm-devel] [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-05-30 20:31 UTC  (17+ messages)
` [dm-devel] [PATCH v2 01/16] device-mapper: Check that target specs are sufficiently aligned
` [dm-devel] [PATCH v2 02/16] device-mapper: Avoid pointer arithmetic overflow
` [dm-devel] [PATCH v2 03/16] device-mapper: do not allow targets to overlap 'struct dm_ioctl'
` [dm-devel] [PATCH v2 04/16] device-mapper: Better error message for too-short target spec
` [dm-devel] [PATCH v2 05/16] device-mapper: Target parameters must not overlap next "
` [dm-devel] [PATCH v2 06/16] device-mapper: Avoid double-fetch of version
` [dm-devel] [PATCH v2 07/16] device-mapper: Allow userspace to opt-in to strict parameter checks
` [dm-devel] [PATCH v2 08/16] device-mapper: Allow userspace to provide expected diskseq
` [dm-devel] [PATCH v2 09/16] device-mapper: Allow userspace to suppress uevent generation
` [dm-devel] [PATCH v2 10/16] device-mapper: Refuse to create device named "control"
` [dm-devel] [PATCH v2 11/16] device-mapper: "." and ".." are not valid symlink names
` [dm-devel] [PATCH v2 12/16] device-mapper: inform caller about already-existing device
` [dm-devel] [PATCH v2 13/16] xen-blkback: Implement diskseq checks
` [dm-devel] [PATCH v2 14/16] block, loop: Increment diskseq when releasing a loop device
` [dm-devel] [PATCH v2 15/16] xen-blkback: Minor cleanups
` [dm-devel] [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened

[dm-devel] [PATCH v11 0/9] Implement copy offload support
 2023-05-30 12:10 UTC  (11+ 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 v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
 2023-05-30  6:02 UTC  (2+ messages)

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2023-05-30 20:50 UTC  (23+ 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 v5 00/20] bio: check return values of bio_add_page
 2023-05-30 19:43 UTC  (11+ messages)
` [dm-devel] [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-05-30 15:28 UTC  (24+ messages)

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

[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 03/13] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-25 22:10 UTC  (2+ messages)

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

[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 01/39] Add documentation for dm-vdo
 2023-05-24 22:36 UTC  (2+ 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  (20+ messages)
` [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 15/24] block: move the code to do early boot lookup of block devices to block/
` [dm-devel] [PATCH 19/24] dm: remove dm_get_dev_t
` [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 v2 06/39] Add thread and synchronization utilities
 2023-05-24  5:15 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).