linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 07:11:23 to 2022-10-30 20:55:12 UTC [more...]

[PATCH v3 00/19] Use block pr_ops in LIO
 2022-10-30 20:54 UTC  (24+ messages)
` [PATCH v3 06/19] nvme: Fix reservation status related structs
` [PATCH v3 07/19] nvme: Don't hardcode the data len for pr commands
` [PATCH v3 08/19] nvme: Move pr code to it's own file
` [PATCH v3 09/19] nvme: Add pr_ops read_keys support
` [PATCH v3 10/19] nvme: Move NVMe and Block PR types to an array
` [PATCH v3 11/19] nvme: Add pr_ops read_reservation support
` [PATCH v3 12/19] block,nvme,scsi,dm: Add blk_status to pr_ops callouts

[PATCH 0/3] cleanups for queue freezing functions
 2022-10-30 20:19 UTC  (9+ messages)
` [PATCH 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
    `  "
` [PATCH 2/3] blk-mq: remove blk_freeze_queue
` [PATCH 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias

[bug?] blk_queue_may_bounce() has the comparison max_low_pfn and max_pfn wrong way
 2022-10-30 18:47 UTC  (9+ messages)

[PATCH rfc 0/1] nvme-mpath: Add IO stats support
 2022-10-30 16:22 UTC  (11+ messages)
` [PATCH rfc] nvme: support io stats on the mpath device

misc elevator code cleanups
 2022-10-30 15:32 UTC  (10+ messages)
` [PATCH 1/7] block: drop the duplicate check in elv_register
` [PATCH 2/7] block: cleanup elevator_get
` [PATCH 3/7] block: exit elv_iosched_show early when I/O schedulers are not supported
` [PATCH 4/7] block: cleanup the variable naming in elv_iosched_store
` [PATCH 5/7] block: simplify the check for the current elevator in elv_iosched_show
` [PATCH 6/7] block: don't check for required features in elevator_match
` [PATCH 7/7] block: split elevator_switch

fix delayed holder tracking v2
 2022-10-30 15:31 UTC  (8+ messages)
` [PATCH 1/7] block: clear ->slave_dir when dropping the main slave_dir reference
` [PATCH 2/7] dm: remove free_table_devices
` [PATCH 3/7] dm: cleanup open_table_device
` [PATCH 4/7] dm: cleanup close_table_device
` [PATCH 5/7] dm: track per-add_disk holder relations in DM
` [PATCH 6/7] block: remove delayed holder registration
` [PATCH 7/7] block: store the holder kobject in bd_holder_disk

[PATCH -nect RFC v2 0/2] block: fix uaf in bd_link_disk_holder()
 2022-10-30 15:30 UTC  (4+ messages)

fix delayed holder tracking
 2022-10-30 15:24 UTC  (5+ messages)
` [PATCH 1/6] block: clear the holder releated fields when deleting the kobjects

[PATCH v3] block: simplify blksize_bits() implementation
 2022-10-30 14:34 UTC  (3+ messages)

INFO: rcu detected stall in blk_mq_requeue_work
 2022-10-30 11:34 UTC  (2+ messages)

[PATCH V5 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-10-30 11:08 UTC  (10+ messages)
` [PATCH V5 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH V5 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH V5 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct
` [PATCH V5 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
` [PATCH V5 5/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [PATCH V5 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH V5 7/8] block, bfq: inject I/O to underutilized actuators
` [PATCH V5 8/8] block, bfq: balance I/O injection among "

[PATCH] blk-mq: move queue_is_mq out of blk_mq_cancel_work_sync
 2022-10-30  9:57 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in bio_associate_blkg_from_css
 2022-10-30  9:57 UTC  (2+ messages)

[PATCH -next 0/5] blk-iocost: random patches to improve configuration
 2022-10-30  9:55 UTC  (10+ messages)
` [PATCH -next 1/5] blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
` [PATCH -next 2/5] blk-iocost: improve hanlder of match_u64()
` [PATCH -next 3/5] blk-iocost: don't allow to configure bio based device
` [PATCH -next 4/5] blk-iocost: fix sleeping in atomic context warnning in ioc_qos_write()
` [PATCH -next 5/5] blk-iocost: fix sleeping in atomic context warnning in ioc_cost_model_write()

[PATCH] block: Fix possible memory leak for rq_wb on add_disk failure
 2022-10-30  9:34 UTC  (2+ messages)

per-tagset SRCU struct and quiesce v2
 2022-10-30  9:28 UTC  (18+ messages)
` [PATCH 02/17] nvme-pci: refactor the tagset handling in nvme_reset_work
` [PATCH 03/17] nvme-pci: don't warn about the lack of I/O queues for admin controllers
` [PATCH 04/17] nvme: don't call nvme_kill_queues from nvme_remove_namespaces
` [PATCH 07/17] nvme: remove the NVME_NS_DEAD check in nvme_validate_ns
` [PATCH 14/17] blk-mq: move the srcu_struct used for quiescing to the tagset

[PATCH] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
 2022-10-30  8:40 UTC  (2+ messages)

[RESEND PATCH v2 0/3] queue freezing improvement and cleanups
 2022-10-30  8:35 UTC  (10+ messages)
` [RESEND PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` [RESEND PATCH v2 2/3] blk-mq: remove blk_freeze_queue
` [RESEND PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias
        `  "

[PATCH v4 0/2] virtio-blk: support zoned block devices
 2022-10-30  4:35 UTC  (3+ messages)
` [PATCH v4 1/2] virtio-blk: use a helper to handle request queuing errors
` [PATCH v4 2/2] virtio-blk: add support for zoned block devices

[PATCH v2] block: simplify blksize_bits() implementation
 2022-10-30  3:52 UTC  (5+ messages)

[PATCH v2 0/3] queue freezing improvement and cleanups
 2022-10-30  3:17 UTC  (5+ messages)
` [PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` [PATCH v2 2/3] blk-mq: remove blk_freeze_queue
` [PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias

[GIT PULL] Block fixes for 6.1-rc3
 2022-10-30  1:29 UTC  (2+ messages)

[PATCH v2 1/1] nvme: use macro definitions for setting reservation values
 2022-10-30  0:35 UTC  (7+ messages)

[PATCH RFC v3 00/22] blk-mq/libata/scsi: SCSI driver tagging improvements Part I
 2022-10-29  1:15 UTC  (23+ messages)
` [PATCH RFC v3 01/22] blk-mq: Don't get budget for reserved requests
` [PATCH RFC v3 03/22] scsi: core: Implement reserved command handling
` [PATCH RFC v3 04/22] scsi: core: Add support to send reserved commands
` [PATCH RFC v3 16/22] ata: libata-scsi: Allocate sdev early in port probe
` [PATCH RFC v3 18/22] scsi: libsas: Queue SMP commands as requests
` [PATCH RFC v3 21/22] scsi: libsas: Queue internal abort "

[PATCH 0/4] ublk_drv: uring_cmd queueing improvement and cleanup
 2022-10-29  1:04 UTC  (5+ messages)
` [PATCH 1/4] ublk: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module
` [PATCH 2/4] ublk_drv: comment on ublk_driver entry of Kconfig
` [PATCH 3/4] ublk_drv: avoid to touch io_uring cmd in blk_mq io path
` [PATCH 4/4] ublk_drv: add ublk_queue_cmd() for cleanup

[PATCH V3 1/1] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-10-28 21:38 UTC  (2+ messages)

[RFC][PATCH v2 04/31] timers: block: Use del_timer_shutdown() before freeing timer
 2022-10-28 15:11 UTC  (8+ messages)

[PATCH v2] blk-mq: Properly init requests from blk_mq_alloc_request_hctx()
 2022-10-28 13:55 UTC  (3+ messages)

ublk-qcow2: ublk-qcow2 is available
 2022-10-28 13:33 UTC  (18+ messages)

[PATCH for-6.1 0/2] iopoll bio pcpu cache fix
 2022-10-28 13:16 UTC  (7+ messages)
` [PATCH for-6.1 1/2] mempool: introduce mempool_is_saturated
` [PATCH for-6.1 2/2] bio: don't rob bios from starving bioset

[bug report] block/bio: add pcpu caching for non-polling bio_put
 2022-10-28 13:14 UTC  (2+ messages)

[PATCH V4 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-10-28  9:24 UTC  (4+ messages)
` [PATCH V4 1/8] block, bfq: split sync bfq_queues on a per-actuator basis

blk_mq_init_sq_queue (deprecated) on 5.13 does not have any effect, why?
 2022-10-28  9:11 UTC  (2+ messages)
` Fwd: "

[PATCH RFC v3 0/7] blk-mq/libata/scsi: SCSI driver tagging improvements Part II
 2022-10-28  8:33 UTC  (17+ messages)
` [PATCH RFC v3 1/7] ata: libata-scsi: Add ata_scsi_queue_internal()
` [PATCH RFC v3 2/7] ata: libata-scsi: Add ata_internal_queuecommand()

[PATCH v3 0/2] virtio-blk: support zoned block devices
 2022-10-28  4:28 UTC  (3+ messages)
` [PATCH v3 1/2] virtio-blk: use a helper to handle request queuing errors
` [PATCH v3 2/2] virtio-blk: add support for zoned block devices

Our company has a whole new commercial offer for you
 2022-10-27 20:03 UTC 

[PATCH] block: fix bio-allocation from per-cpu cache
 2022-10-27 21:35 UTC  (9+ messages)

[PATCH] null_blk: allow REQ_OP_ZONE_RESET_ALL to configure
 2022-10-27 20:07 UTC  (2+ messages)

[PATCH] ublk_drv: don't call task_work_add for queueing io commands
 2022-10-27 15:38 UTC  (11+ messages)

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-27 14:22 UTC  (4+ messages)
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()

consolidate btrfs checksumming, repair and bio splitting
 2022-10-27 13:54 UTC  (8+ messages)

[GIT PULL] nvme fixes for Linux 6.1
 2022-10-27 13:50 UTC  (2+ messages)

[PATCH] blk-mq: don't add non-pt request with ->end_io to batch
 2022-10-27 13:15 UTC  (2+ messages)

[PATCH] rbd: fix possible memory leak in rbd_sysfs_init()
 2022-10-27 13:15 UTC  (3+ messages)

[PATCH 5.10 0/3] wbt stable patches
 2022-10-27 11:49 UTC  (5+ messages)
` [PATCH 5.10 2/3] blk-wbt: call rq_qos_add() after wb_normal is initialized


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