dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 11:53:26 to 2023-03-31 15:20:09 UTC [more...]

[dm-devel] [PATCH] fixup! libmultipath: use directio checker for LIO targets
 2023-03-31 15:19 UTC  (3+ messages)

[dm-devel] [PATCH] dm raid: remove unused d variable
 2023-03-31 14:08 UTC  (2+ messages)

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

[dm-devel] [PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-03-31 12:28 UTC  (15+ messages)
` [dm-devel] [PATCH v2 2/7] dm: Add support for block provisioning
` [dm-devel] [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

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

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

[dm-devel] [git pull] device mapper fixes for 6.3-rc5
 2023-03-30 21:11 UTC  (2+ messages)

[dm-devel] Patch "dm crypt: avoid accessing uninitialized tasklet" has been added to the 5.10-stable tree
 2023-03-30 11:16 UTC 

[dm-devel] [PATCH] dm-zero: support discards
 2023-03-30 10:35 UTC  (4+ messages)
` [dm-devel] [PATCH v2] dm-zero, dm-error: "

[dm-devel] dm-clone: Request option to send discard to source device during hydration
 2023-03-29 17:42 UTC  (3+ messages)

[dm-devel] [PATCH v5 00/18] Use block pr_ops in LIO
 2023-03-28 17:11 UTC  (28+ messages)
` [dm-devel] [PATCH v5 01/18] block: Add PR callouts for read keys and reservation
` [dm-devel] [PATCH v5 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [dm-devel] [PATCH v5 03/18] scsi: Rename sd_pr_command
` [dm-devel] [PATCH v5 04/18] scsi: Move sd_pr_type to header to share
` [dm-devel] [PATCH v5 05/18] scsi: Add support for block PR read keys/reservation
` [dm-devel] [PATCH v5 06/18] dm: "
` [dm-devel] [PATCH v5 07/18] nvme: Fix reservation status related structs
` [dm-devel] [PATCH v5 08/18] nvme: Don't hardcode the data len for pr commands
` [dm-devel] [PATCH v5 09/18] nvme: Move pr code to it's own file
` [dm-devel] [PATCH v5 10/18] nvme: Add helper to send pr command
` [dm-devel] [PATCH v5 11/18] nvme: Add pr_ops read_keys support
` [dm-devel] [PATCH v5 12/18] nvme: Add a nvme_pr_type enum
` [dm-devel] [PATCH v5 13/18] nvme: Add pr_ops read_reservation support
` [dm-devel] [PATCH v5 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [dm-devel] [PATCH v5 15/18] scsi: target: Allow backends to hook into PR handling
` [dm-devel] [PATCH v5 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [dm-devel] [PATCH v5 17/18] scsi: target: Report and detect unsupported PR commands
` [dm-devel] [PATCH v5 18/18] scsi: target: Add block PR support to iblock

[dm-devel] [PATCH] libmultipath: use directio checker for LIO targets
 2023-03-28 13:50 UTC  (2+ messages)

[dm-devel] [RFC PATCH 0/3] sg3_utils: udev rules: restrict use of ambiguous device IDs
 2023-03-28  7:52 UTC  (6+ messages)
` [dm-devel] [PATCH 1/3] 55-scsi-sg3_id.rules: don't set unreliable device ID by default
` [dm-devel] [PATCH 2/3] 58-scsi-sg3_symlink.rules: don't create extra by-id symlinks "
` [dm-devel] [PATCH 3/3] udev: add 00-scsi-sg3_config.rules for user configuration

[dm-devel] [dm-6.4 PATCH v3 00/20] dm bufio, thin: improve concurrent IO performance
 2023-03-27 20:11 UTC  (21+ messages)
` [dm-devel] [dm-6.4 PATCH v3 01/20] dm bufio: remove unused dm_bufio_release_move interface
` [dm-devel] [dm-6.4 PATCH v3 02/20] dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exit
` [dm-devel] [dm-6.4 PATCH v3 03/20] dm bufio: never crash if dm_bufio_in_request()
` [dm-devel] [dm-6.4 PATCH v3 04/20] dm bufio: don't bug for clear developer oversight
` [dm-devel] [dm-6.4 PATCH v3 05/20] dm bufio: add LRU abstraction
` [dm-devel] [dm-6.4 PATCH v3 06/20] dm bufio: add dm_buffer_cache abstraction
` [dm-devel] [dm-6.4 PATCH v3 07/20] dm bufio: improve concurrent IO performance
` [dm-devel] [dm-6.4 PATCH v3 08/20] dm bufio: add lock_history optimization for cache iterators
` [dm-devel] [dm-6.4 PATCH v3 09/20] dm bufio: move dm_bufio_client members to avoid spanning cachelines
` [dm-devel] [dm-6.4 PATCH v3 10/20] dm bufio: use waitqueue_active in __free_buffer_wake
` [dm-devel] [dm-6.4 PATCH v3 11/20] dm bufio: use multi-page bio vector
` [dm-devel] [dm-6.4 PATCH v3 12/20] dm thin: speed up cell_defer_no_holder()
` [dm-devel] [dm-6.4 PATCH v3 13/20] dm: split discards further if target sets max_discard_granularity
` [dm-devel] [dm-6.4 PATCH v3 14/20] dm bio prison v1: improve concurrent IO performance
` [dm-devel] [dm-6.4 PATCH v3 15/20] dm bio prison v1: add dm_cell_key_has_valid_range
` [dm-devel] [dm-6.4 PATCH v3 16/20] dm: add dm_num_sharded_locks()
` [dm-devel] [dm-6.4 PATCH v3 17/20] dm bufio: prepare to intelligently size dm_buffer_cache's buffer_trees
` [dm-devel] [dm-6.4 PATCH v3 18/20] dm bufio: "
` [dm-devel] [dm-6.4 PATCH v3 19/20] dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regions
` [dm-devel] [dm-6.4 PATCH v3 20/20] dm bio prison v1: "

[dm-devel] [PATCH] multipathd.service: remove "Also=multipathd.socket"
 2023-03-27 16:24 UTC  (2+ messages)

[dm-devel] [dm-6.4 PATCH v2 0/9] dm bufio, thin: improve concurrent IO performance
 2023-03-25  4:21 UTC  (14+ messages)
` [dm-devel] [dm-6.4 PATCH v2 1/9] dm bufio: remove unused dm_bufio_release_move interface
` [dm-devel] [dm-6.4 PATCH v2 2/9] dm bufio: move dm_buffer struct
` [dm-devel] [dm-6.4 PATCH v2 3/9] dm bufio: improve concurrent IO performance
` [dm-devel] [dm-6.4 PATCH v2 4/9] dm bufio: move dm_bufio_client members to avoid spanning cachelines
` [dm-devel] [dm-6.4 PATCH v2 5/9] dm bufio: use waitqueue_active in __free_buffer_wake
` [dm-devel] [dm-6.4 PATCH v2 6/9] dm bufio: use multi-page bio vector
` [dm-devel] [dm-6.4 PATCH v2 7/9] dm thin: speed up cell_defer_no_holder()
` [dm-devel] [dm-6.4 PATCH v2 8/9] dm: split discards further if target sets max_discard_granularity
` [dm-devel] [dm-6.4 PATCH v2 9/9] dm bio prison v1: improve concurrent IO performance

[dm-devel] [PATCH v2] dm-crypt: reexport sysfs of kcryptd workqueue
 2023-03-25  1:01 UTC  (2+ messages)

[dm-devel] [git pull] device mapper fixes for 6.3-rc4
 2023-03-24 21:23 UTC  (2+ messages)

[dm-devel] [PATCH] libmultipathd Avoid parsing errors due to unsupported designators
 2023-03-24 14:25 UTC  (3+ messages)

[dm-devel] [PATCH] tests: fix quoting of CFLAGS in Makefile
 2023-03-23 20:01 UTC  (2+ messages)

[dm-devel] [PATCH] dm-bufio: use waitqueue_active in __free_buffer_wake
 2023-03-23 15:25 UTC 

[dm-devel] [PATCH] dm-bufio: fix integer casts
 2023-03-23 15:25 UTC 

[dm-devel] [PATCH] multipath-tools Makefiles: handle dependency files correctly
 2023-03-23 15:01 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 NNTP newsgroup(s).