DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-20 00:49:19 to 2023-05-18 12:11:56 UTC [more...]

[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 v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-05-15 21:55 UTC  (45+ messages)
` [dm-devel] [PATCH v4 0/4] "
  ` [dm-devel] [PATCH v4 1/4] block: Introduce provisioning primitives
` [dm-devel] [PATCH v5 0/5] Introduce block "
  ` [dm-devel] [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
    ` [dm-devel] [PATCH v5-fix "
  ` [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 v6 0/5] Introduce block provisioning primitives
    ` [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 3/5] dm: Add block provisioning support
    ` [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 v5 00/12] x86: Support Key Locker
 2023-05-12 17:52 UTC  (26+ messages)
` [dm-devel] [PATCH v6 "
  ` [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 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 "dm verity: skip redundant verity_handle_err() on I/O errors" has been added to the 5.4-stable tree
 2023-05-11 15:52 UTC 

[dm-devel] Patch "dm verity: skip redundant verity_handle_err() on I/O errors" has been added to the 4.19-stable tree
 2023-05-11 15:52 UTC 

[dm-devel] Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 5.10-stable tree
 2023-05-11 15:52 UTC 

[dm-devel] Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 5.4-stable tree
 2023-05-11 15:52 UTC 

[dm-devel] Patch "dm verity: fix error handling for check_at_most_once on FEC" has been added to the 4.19-stable tree
 2023-05-11 15:52 UTC 

[dm-devel] Patch "dm verity: skip redundant verity_handle_err() on I/O errors" has been added to the 5.10-stable tree
 2023-05-11 15:52 UTC 

[dm-devel] [PATCH 0/5] Add the dm-vdo deduplication and compression device mapper target
 2023-05-09  6:33 UTC  (7+ messages)
` [dm-devel] [PATCH 1/5] Add documentation for dm-vdo
` [dm-devel] [PATCH 2/5] Add UDS deduplication index
` [dm-devel] [PATCH 3/5] Add dm-vdo device mapper target implementation
` [dm-devel] [PATCH 4/5] Add dm-vdo-target.c
` [dm-devel] [PATCH 5/5] Enable configuration and building of dm-vdo

[dm-devel] [PATCH 03/13] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-09  1:50 UTC 

[dm-devel] [PATCH blktests v2] tests/dm: add a regression test
 2023-05-05  7:22 UTC  (5+ messages)

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

[dm-devel] [PATCH 3/3] dm flakey: introduce the random_read_corrupt and random_write_corrupt options
 2023-05-01 13:20 UTC 

[dm-devel] [PATCH 0/3] dm-crypt and dm-flakey patches
 2023-05-01 13:19 UTC  (2+ messages)
` [dm-devel] [PATCH 1/3] dm-crypt: allocate compound pages if possible

[dm-devel] [PATCH 2/3] dm flakey: clone pages on write bio before corrupting them
 2023-05-01 13:19 UTC 

[dm-devel] [PATCH blktests] dm: add a regression test
 2023-04-26 12:13 UTC  (6+ messages)

[dm-devel] [git pull] device mapper changes for 6.4
 2023-04-26 20:09 UTC  (2+ messages)

[dm-devel] [PATCH v9 0/9] Implement copy offload support
 2023-04-25  8:26 UTC  (4+ messages)
  ` [dm-devel] [PATCH v9 6/9] nvmet: add copy command support for bdev and file ns

[dm-devel] [PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-04-24  8:26 UTC  (16+ messages)
` [dm-devel] [PATCH 1/5] dm integrity: simplify by using PAGE_SECTORS_SHIFT
` [dm-devel] [PATCH 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [dm-devel] [PATCH 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [dm-devel] [PATCH 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [dm-devel] [PATCH 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

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

[dm-devel] [PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-20  8:55 UTC  (25+ 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 05/19] md: use __bio_add_page to add single page
` [dm-devel] [PATCH v3 06/19] md: raid5-log: "
` [dm-devel] [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [dm-devel] [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page
` [dm-devel] [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add "
` [dm-devel] [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH v3 11/19] gfs: use __bio_add_page for adding "
` [dm-devel] [PATCH v3 12/19] zonefs: "
` [dm-devel] [PATCH v3 13/19] zram: "
` [dm-devel] [PATCH v3 14/19] floppy: "
` [dm-devel] [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [dm-devel] [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to 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 04/22] dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-04-21  2:50 UTC 

[dm-devel] [PATCH v10 0/9] Implement copy offload support
 2023-04-19 11:43 UTC  (10+ messages)
    ` [dm-devel] [PATCH v10 1/9] block: Introduce queue limits for copy-offload support
    ` [dm-devel] [PATCH v10 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] [PATCH v10 3/9] block: add emulation for copy
    ` [dm-devel] [PATCH v10 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [dm-devel] [PATCH v10 5/9] nvme: add copy offload support
    ` [dm-devel] [PATCH v10 6/9] nvmet: add copy command support for bdev and file ns
    ` [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 9/9] null_blk: add support for copy offload


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