DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-21 20:22:56 to 2023-05-23 15:26:32 UTC [more...]

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-05-23 15:26 UTC  (19+ 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] fix the name_to_dev_t mess
 2023-05-23  7:45 UTC  (25+ 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 v3 6/7] dm: Inline __dm_mq_kick_requeue_list()
 2023-05-23  7:22 UTC  (3+ messages)
` [dm-devel] [PATCH v3 7/7] block: Inline blk_mq_{, delay_}kick_requeue_list()

[dm-devel] [PATCH] 11-dm-mpath.rules: fix warnings reported by udevadm verify
 2023-05-22 16:43 UTC  (5+ messages)

[dm-devel] [PATCH v11 0/9] Implement copy offload support
 2023-05-22 11:45 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 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] [RFC] dm overlaybd: targets mapping OverlayBD image
 2023-05-19 10:27 UTC 

[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 v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-05-15 21:55 UTC  (25+ messages)
` [dm-devel] [PATCH v5 0/5] Introduce block provisioning primitives
  ` [dm-devel] [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
  ` [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 v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
 2023-05-04  8:50 UTC  (3+ messages)

[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  (15+ 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  (3+ messages)
` [dm-devel] [PATCH v4 13/22] zram: use __bio_add_page for adding single page to bio


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