linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 21:00:35 to 2022-10-31 13:32:20 UTC [more...]

[PATCH] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
 2022-10-31 13:32 UTC  (3+ messages)

[PATCH] block: Fix possible memory leak for rq_wb on add_disk failure
 2022-10-31 13:32 UTC  (3+ messages)

[PATCH] blk-mq: move queue_is_mq out of blk_mq_cancel_work_sync
 2022-10-31 13:32 UTC  (3+ messages)

[PATCH v3] block: simplify blksize_bits() implementation
 2022-10-31 13:27 UTC  (5+ messages)

[PATCH V3 1/1] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-10-31 13:25 UTC  (4+ messages)

[PATCH 0/4] ublk_drv: uring_cmd queueing improvement and cleanup
 2022-10-31 13:24 UTC  (10+ 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

Re: [RESEND PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias
 2022-10-31 13:05 UTC 

[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints
 2022-10-31 12:24 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting
 2022-10-31 12:19 UTC  (8+ messages)

[PATCH] block/floppy: Fix memory leak in do_floppy_init()
 2022-10-31 12:04 UTC 

[PATCH RFC v3 0/7] blk-mq/libata/scsi: SCSI driver tagging improvements Part II
 2022-10-31  5:59 UTC  (18+ 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] blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
 2022-10-31  3:12 UTC 

[PATCH v4 0/7] Improve libata support for FUA
 2022-10-31  2:26 UTC  (8+ messages)
` [PATCH v4 1/7] block: Prevent the use of REQ_FUA with read operations
` [PATCH v4 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v4 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v4 4/7] ata: libata: cleanup fua support detection
` [PATCH v4 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v4 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v4 7/7] ata: libata: Enable fua support by default

[PATCH v4 0/7]
 2022-10-31  2:19 UTC  (10+ messages)
` [PATCH v4 1/7] block: Prevent the use of REQ_FUA with read operations
` [PATCH v4 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v4 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v4 4/7] ata: libata: cleanup fua support detection
` [PATCH v4 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v4 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v4 7/7] ata: libata: Enable fua support by default

[PATCH 0/3] cleanups for queue freezing functions
 2022-10-31  2:02 UTC  (10+ 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

fix delayed holder tracking v2
 2022-10-31  1:52 UTC  (9+ 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

misc elevator code cleanups
 2022-10-31  1:49 UTC  (11+ 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
    ` Re: misc elevator code cleanups

[PATCH -next 0/5] blk-iocost: random patches to improve configuration
 2022-10-31  1:33 UTC  (11+ 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 -nect RFC v2 0/2] block: fix uaf in bd_link_disk_holder()
 2022-10-31  1:08 UTC  (5+ messages)

[PATCH V5 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-10-30 23:43 UTC  (11+ 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 v3 00/19] Use block pr_ops in LIO
 2022-10-30 23:05 UTC  (21+ messages)
` [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

[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

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

INFO: rcu detected stall in blk_mq_requeue_work
 2022-10-30 11:34 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)

per-tagset SRCU struct and quiesce v2
 2022-10-30  9:28 UTC  (13+ 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

[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  (3+ messages)
` [PATCH RFC v3 21/22] scsi: libsas: Queue internal abort commands as requests

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