linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-31 02:19:47 to 2022-11-02 12:34:35 UTC [more...]

WARNING in loop_add
 2022-11-02 12:34 UTC  (4+ messages)

[PATCH 8/7] block: don't claim devices that are not live in bd_link_disk_holder
 2022-11-02 12:22 UTC  (3+ messages)

[PATCH 0/5] Some cleanup patches for block bfq
 2022-11-02 11:43 UTC  (6+ messages)
` [PATCH 1/5] block, bfq: remove unnecessary meta_pending count
` [PATCH 2/5] block, bfq: remove unused bfq_log_bfqg
` [PATCH 3/5] block, bfq: remove redundant max_t() in bfq_bfqq_charge_time()
` [PATCH 4/5] block, bfq: change type for "prio_changed"
` [PATCH 5/5] block, bfq: change type for "bfq_large_burst_thresh"

[PATCH RFC v3 0/7] blk-mq/libata/scsi: SCSI driver tagging improvements Part II
 2022-11-02 11:25 UTC  (13+ messages)
` [PATCH RFC v3 2/7] ata: libata-scsi: Add ata_internal_queuecommand()

[PATCH RFC v3 00/22] blk-mq/libata/scsi: SCSI driver tagging improvements Part I
 2022-11-02 10:04 UTC  (4+ messages)
` [PATCH RFC v3 21/22] scsi: libsas: Queue internal abort commands as requests

[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints
 2022-11-02  8:35 UTC  (6+ messages)

[PATCH v4 0/7] Improve libata support for FUA
 2022-11-02  7:27 UTC  (12+ 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 v3 0/2] some random cleanups for blk-mq.c
 2022-11-02  6:59 UTC  (7+ messages)
` [PATCH v3 1/2] blk-mq: improve error handling in blk_mq_alloc_rq_map()
` [PATCH v3 2/2] blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()

per-tagset SRCU struct and quiesce v3
 2022-11-02  6:49 UTC  (32+ 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

consolidate btrfs checksumming, repair and bio splitting
 2022-11-02  6:29 UTC  (11+ messages)

[PATCH V2 blktests 0/3] fix and improvement for xfs log size change from new xfsprogs version
 2022-11-02  5:43 UTC  (5+ messages)
` [PATCH V2 blktests 1/3] common/xfs: set the minimal log size 64m during mkfs.xfs
` [PATCH V2 blktests 2/3] common/rc: add one function to check required dev size for TEST_DEV
` [PATCH V2 blktests 3/3] nvme/012,013,035: change fio I/O size and move size definition place

[bisected] RAID1 direct IO redirecting sector loop since 6.0
 2022-11-02  4:57 UTC  (7+ messages)

Regression: wrong DIO alignment check with dm-crypt
 2022-11-02  3:11 UTC 

[PATCH blktests 0/3] fix for xfs log size change from new version of xfsprogs
 2022-11-02  3:04 UTC  (7+ messages)
` [PATCH blktests 2/3] common/rc: add one function to get test dev size in mb
` [PATCH blktests 3/3] common/xfs: update _xfs_run_fio_verify_io to accept the size parameter

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

[PATCH 0/4] some random cleanups for blk-mq.c
 2022-11-02  2:39 UTC  (15+ 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 -next v4 0/5] multiple cleanup patches for bfqd
 2022-11-02  2:25 UTC  (11+ messages)
` [PATCH -next v4 1/5] block, bfq: remove set but not used variable in __bfq_entity_update_weight_prio
` [PATCH -next v4 2/5] block, bfq: factor out code to update 'active_entities'
` [PATCH -next v4 3/5] block, bfq: cleanup bfq_activate_requeue_entity()
` [PATCH -next v4 4/5] block, bfq: remove dead code for updating 'rq_in_driver'
` [PATCH -next v4 5/5] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group

[PATCH 00/10] Support DMA segments smaller than the page size
 2022-11-02  1:22 UTC  (4+ messages)
` [PATCH 06/10] block: Fix the number of segment calculations

[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

[PATCH v3 00/19] Use block pr_ops in LIO
 2022-11-01 16:43 UTC  (16+ 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 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  (5+ messages)
` [PATCH 1/7] block: drop the duplicate check in elv_register
` (subset) misc elevator code cleanups

fix delayed holder tracking v2
 2022-11-01 13:29 UTC  (9+ messages)
` [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)

[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  (2+ messages)

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

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

[PATCH V3 1/1] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-10-31 13:25 UTC  (2+ 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 v4 0/7]
 2022-10-31  2:19 UTC  (3+ 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).