linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-30 09:28:16 to 2022-11-02 01:21:48 UTC [more...]

per-tagset SRCU struct and quiesce v3
 2022-11-02  1:21 UTC  (21+ messages)
` [PATCH 01/14] block: set the disk capacity to 0 in blk_mark_disk_dead
` [PATCH 02/14] nvme-pci: refactor the tagset handling in nvme_reset_work
` [PATCH 03/14] nvme: don't remove namespaces in nvme_passthru_end
` [PATCH 04/14] nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespaces
` [PATCH 05/14] nvme: remove the NVME_NS_DEAD check in nvme_validate_ns
` [PATCH 06/14] nvme: don't unquiesce the admin queue in nvme_kill_queues
` [PATCH 07/14] nvme: split nvme_kill_queues
` [PATCH 08/14] nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl
` [PATCH 09/14] nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
` [PATCH 10/14] blk-mq: skip non-mq queues in blk_mq_quiesce_queue
` [PATCH 11/14] blk-mq: move the srcu_struct used for quiescing to the tagset
` [PATCH 12/14] blk-mq: pass a tagset to blk_mq_wait_quiesce_done
` [PATCH 13/14] blk-mq: add tagset quiesce interface
` [PATCH 14/14] nvme: use blk_mq_[un]quiesce_tagset

[PATCH 0/4] some random cleanups for blk-mq.c
 2022-11-02  1:16 UTC  (11+ messages)
` [PATCH 1/4] blk-mq: update comment for blk_mq_quiesce_queue_nowait()
` [PATCH 2/4] blk-mq: improve error handling in blk_mq_alloc_rq_map()
` [PATCH 3/4] blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()
` [PATCH 4/4] blk-mq: improve readability of blk_mq_alloc_request()

[PATCH] null_blk: allow teardown on request timeout
 2022-11-02  1:09 UTC  (5+ messages)

[PATCH] null_blk: allow REQ_OP_ZONE_RESET_ALL to configure
 2022-11-02  0:52 UTC  (3+ messages)

Why don't we always grab bfqd->lock for bio_bfqq?
 2022-11-01 23:16 UTC  (3+ messages)
  ` NULL deref crash in bfq_add_bfqq_busy

[bisected] RAID1 direct IO redirecting sector loop since 6.0
 2022-11-01 22:08 UTC  (6+ messages)

[PATCH v4 0/7] Improve libata support for FUA
 2022-11-01 22:05 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 00/10] Support DMA segments smaller than the page size
 2022-11-01 17:23 UTC  (3+ messages)
` [PATCH 06/10] block: Fix the number of segment calculations

[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints
 2022-11-01 16:46 UTC  (5+ messages)

[PATCH v3 00/19] Use block pr_ops in LIO
 2022-11-01 16:43 UTC  (22+ messages)
` [PATCH v3 02/19] scsi: Rename sd_pr_command
` [PATCH v3 03/19] scsi: Move sd_pr_type to header to share
` [PATCH v3 04/19] scsi: Add support for block PR read keys/reservation
` [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 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] block/floppy: Fix memory leak in do_floppy_init()
 2022-11-01 16:15 UTC  (2+ messages)

[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in corrupted
 2022-11-01 14:47 UTC  (2+ messages)

[PATCH v2 0/3] A few cleanup patches for blk-iolatency.c
 2022-11-01 14:17 UTC  (4+ messages)
` [PATCH v2 2/3] block: Correct comment for scale_cookie_change

misc elevator code cleanups
 2022-11-01 14:03 UTC  (14+ 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
` (subset) "

fix delayed holder tracking v2
 2022-11-01 13:29 UTC  (15+ 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 v11 0/6] support concurrent sync io for bfq on a specail occasion
 2022-11-01 13:10 UTC  (3+ messages)

[PATCH AUTOSEL 6.0 34/34] bio: safeguard REQ_ALLOC_CACHE bio put
 2022-11-01 11:27 UTC 

[bug?] blk_queue_may_bounce() has the comparison max_low_pfn and max_pfn wrong way
 2022-11-01 11:11 UTC  (7+ messages)

[PATCH 00/20] A few bugfix and cleanup patches for bfq-iosched
 2022-11-01  9:34 UTC  (21+ messages)
` [PATCH 01/20] block, bfq: fix typo in comment
` [PATCH 02/20] block, bfq: Update bfqd->max_budget with bfqd->lock held
` [PATCH 03/20] block, bfq: correct bfq_max_budget and bfq_min_budget
` [PATCH 04/20] block, bfq: simpfy computation of bfqd->budgets_assigned
` [PATCH 05/20] block, bfq: recover the "service hole" if enough budget is left
` [PATCH 06/20] block, bfq: correct interactive weight-raise check in bfq_set_budget_timeout
` [PATCH 07/20] block, bfq: simpfy check for interactive bfqq in bfq_update_wr_data
` [PATCH 08/20] block, bfq: do srt filtering for interactive queues in bfq_completed_request
` [PATCH 09/20] block, bfq: remove redundant check if (bfqq->dispatched > 0)
` [PATCH 10/20] block, bfq: define and use soft_rt, in_burst and wr_or_deserves_wr only low_latency is enable
` [PATCH 11/20] block, bfq: remove unnecessary "wr" part of wr_or_deserves_wr
` [PATCH 12/20] block, bfq: start/restart service_from_wr accumulating correctly
` [PATCH 13/20] block,bfq: remove redundant nonrot_with_queueing check in bfq_setup_cooperator
` [PATCH 14/20] block, bfq: remove redundant oom_bfqq check for bfqq from bfq_find_close_cooperator
` [PATCH 15/20] block, bfq: some cleanups for function bfq_pos_tree_add_move
` [PATCH 16/20] block, bfq: remove unnecessary goto tag in __bfq_weights_tree_remove
` [PATCH 17/20] block, bfq: remove unnecessary traverse in bfq_add_to_burst
` [PATCH 18/20] block, bfq: remove unnecessary bfqq->next_rq = NULL in bfq_remove_request
` [PATCH 19/20] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge
` [PATCH 20/20] block, bfq: remove unncessary process_ref check for merged queue "

ublk-qcow2: ublk-qcow2 is available
 2022-11-01  2:36 UTC  (18+ messages)

UAF in blk_add_rq_to_plug()?
 2022-11-01  2:23 UTC  (7+ messages)

consolidate btrfs checksumming, repair and bio splitting
 2022-10-31 16:06 UTC  (9+ messages)

[PATCH] blk-mq: Fix kmemleak in blk_mq_init_allocated_queue
 2022-10-31 14:31 UTC  (3+ messages)

[PATCH] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
 2022-10-31 13:32 UTC  (2+ 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  (4+ messages)

[PATCH V3 1/1] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-10-31 13:25 UTC  (3+ 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 RFC v3 0/7] blk-mq/libata/scsi: SCSI driver tagging improvements Part II
 2022-10-31  5:59 UTC  (9+ messages)
` [PATCH RFC v3 2/7] ata: libata-scsi: Add ata_internal_queuecommand()

[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  (8+ messages)
` [PATCH 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
    `  "

[PATCH -next 0/5] blk-iocost: random patches to improve configuration
 2022-10-31  1:33 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 -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 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  (4+ messages)
` [PATCH 07/17] nvme: remove the NVME_NS_DEAD check in nvme_validate_ns


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