public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-17 14:04:37 to 2022-06-22 14:13:13 UTC [more...]

[PATCH] drbd: Fix typo in comment
 2022-06-22 14:12 UTC  (2+ messages)

[PATCH 0/9 v4] block: Fix IO priority mess
 2022-06-22 11:49 UTC  (20+ messages)
` [PATCH 1/9] block: fix default IO priority handling again
` [PATCH 2/9] block: Return effective IO priority from get_current_ioprio()
` [PATCH 3/9] block: Generalize get_current_ioprio() for any task
` [PATCH 4/9] block: Make ioprio_best() static
` [PATCH 5/9] block: Fix handling of tasks without ioprio in ioprio_get(2)
` [PATCH 6/9] blk-ioprio: Remove unneeded field
` [PATCH 7/9] blk-ioprio: Convert from rqos policy to direct call
` [PATCH 8/9] block: Initialize bio priority earlier
` [PATCH 9/9] block: Always initialize bio IO priority on submit

[RFC PATCH 0/6] reduce the size of rnbd_clt_dev
 2022-06-22 11:15 UTC  (17+ messages)
` [RFC PATCH 1/6] rnbd-clt: open code send_msg_open in rnbd_clt_map_device
` [RFC PATCH 2/6] rnbd-clt: don't free rsp in msg_open_conf for map scenario
` [RFC PATCH 3/6] rnbd-clt: kill read_only from struct rnbd_clt_dev
` [RFC PATCH 4/6] rnbd-clt: reduce the size of "
` [RFC PATCH 5/6] rnbd-clt: adjust the layout "
` [RFC PATCH 6/6] rnbd-clt: refactor rnbd_clt_change_capacity

[PATCH REPOST] blk-mq: Don't disable preemption around __blk_mq_run_hw_queue()
 2022-06-22  8:35 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH RFC -next] sbitmap: fix possible io hung due to lost wakeups
 2022-06-22  6:41 UTC  (8+ messages)

[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
 2022-06-22  0:57 UTC  (8+ messages)
` [PATCH v2 1/6] scsi: core: Remove reserved request time-out handling
` [PATCH v2 2/6] blk-mq: Add a flag for reserved requests
` [PATCH v2 3/6] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH v2 4/6] scsi: fnic: Drop reserved request handling
` [PATCH v2 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
` [PATCH v2 6/6] blk-mq: Drop local variable for reserved tag

About the md-bitmap behavior
 2022-06-22  2:37 UTC  (6+ messages)

[PATCH] zram: do not lookup algorithm in backends table
 2022-06-22  2:35 UTC 

[bug report] I/O blocked during nvme pci rescan/remove/reset test with two nvme disks
 2022-06-22  2:25 UTC 

[PATCH] trace: events: scsi: Print driver_tag and scheduler_tag in SCSI trace
 2022-06-22  1:43 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/5] blk-mq: Add a flag for reserved requests series
 2022-06-22  0:51 UTC  (24+ messages)
` [PATCH 1/5] scsi: core: Remove reserved request time-out handling
` [PATCH 2/5] blk-mq: Add a flag for reserved requests
` [PATCH 3/5] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH 4/5] scsi: fnic: Drop reserved request handling
` [PATCH 5/5] blk-mq: Drop 'reserved' member of busy_tag_iter_fn

[PATCH ubdsrv] tgt_null: Return number of sectors read/written
 2022-06-22  0:19 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 6/7] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
 2022-06-21 20:51 UTC 

[PATCH AUTOSEL 5.4 6/7] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
 2022-06-21 20:51 UTC 

[PATCH AUTOSEL 5.17 16/20] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
 2022-06-21 20:50 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 17/20] blk-mq: avoid to touch q->elevator without any protection
` [PATCH AUTOSEL 5.17 18/20] blk-mq: don't clear flush_rq from tags->rqs[]

[PATCH AUTOSEL 5.18 18/22] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
 2022-06-21 20:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 19/22] blk-mq: avoid to touch q->elevator without any protection
` [PATCH AUTOSEL 5.18 20/22] blk-mq: don't clear flush_rq from tags->rqs[]

[PATCH AUTOSEL 5.15 15/17] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
 2022-06-21 20:50 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 16/17] blk-mq: don't clear flush_rq from tags->rqs[]

[PATCH AUTOSEL 5.10 09/11] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
 2022-06-21 20:51 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 10/11] blk-mq: don't clear flush_rq from tags->rqs[]

[PATCH] block: pop cached rq before potentially blocking rq_qos_throttle()
 2022-06-21 16:58 UTC  (2+ messages)

[PATCH 0/8 v3] block: Fix IO priority mess
 2022-06-21  8:31 UTC  (25+ messages)
` [PATCH 1/8] block: fix default IO priority handling again
` [PATCH 2/8] block: Return effective IO priority from get_current_ioprio()
` [PATCH 3/8] block: Make ioprio_best() static
` [PATCH 4/8] block: Fix handling of tasks without ioprio in ioprio_get(2)
` [PATCH 5/8] blk-ioprio: Remove unneeded field
` [PATCH 6/8] blk-ioprio: Convert from rqos policy to direct call
` [PATCH 7/8] block: Initialize bio priority earlier
` [PATCH 8/8] block: Always initialize bio IO priority on submit

New partition on loop device doesn't appear in /dev anymore with kernel 5.17.0 and newer (repro script included)
 2022-06-21  7:55 UTC  (5+ messages)

Races in sbitmap batched wakeups
 2022-06-21  1:10 UTC  (8+ messages)

[syzbot] WARNING in floppy_queue_rq
 2022-06-20 20:32 UTC  (2+ messages)

[PATCH RFC v2 00/18] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-06-20 11:56 UTC  (23+ messages)
` [PATCH RFC v2 03/18] scsi: core: Implement reserved command handling

fully tear down the queue in del_gendisk
 2022-06-20 11:16 UTC  (20+ messages)
` [PATCH 1/6] mtip32xx: remove the device_status debugfs file
` [PATCH 2/6] mtip32xx: fix device removal
` [PATCH 3/6] block: remove QUEUE_FLAG_DEAD
` [PATCH 4/6] block: stop setting the nomerges flags in blk_cleanup_queue
` [PATCH 5/6] block: simplify disk shutdown
` [PATCH 6/6] block: remove blk_cleanup_disk

[syzbot] BUG: sleeping function called from invalid context in relay_open_buf
 2022-06-20  8:50 UTC  (3+ messages)

[PATCH 0/3] Three small block layer patches
 2022-06-20  7:29 UTC  (6+ messages)
` [PATCH 3/3] block: Specify the operation type when calling blk_mq_map_queue()

[PATCH 0/8] Use block pr_ops in LIO
 2022-06-20  7:23 UTC  (22+ messages)
` [PATCH 01/11] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH 02/11] scsi: Rename sd_pr_command
` [PATCH 03/11] scsi: Move sd_pr_type to header to share
` [PATCH 04/11] block: Add PR callouts for read keys and reservation
` [PATCH 07/11] scsi: target: Allow backends to hook into PR handling
` [PATCH 08/11] scsi: target: Add block PR support to iblock
` [PATCH 09/11] block, nvme: Add error for reservation conflicts

[PATCH blktests] check: ensure to suppress job status output
 2022-06-20  4:53 UTC  (2+ messages)

[PATCH] block: remove queue from struct blk_independent_access_range
 2022-06-20  0:39 UTC  (3+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-19 11:30 UTC  (3+ messages)
` [PATCH v3 1/8] statx: add direct I/O "

[PATCH RFC v2 0/2] bugfix for sbitmap
 2022-06-19  8:03 UTC  (3+ messages)
` [PATCH RFC v2 1/2] sbitmap: fix that same waitqueue can be woken up continuously
` [PATCH RFC v2 2/2] sbitmap: fix possible io hung due to lost wakeups

[PATCH] paride: Fixed integer overflow in pt_read and pt_write
 2022-06-19  3:40 UTC 

[PATCH 20/20] block, blksnap: adds a blksnap to the kernel tree
 2022-06-18  2:11 UTC  (2+ messages)

[PATCH v2] block: bfq: Fix kernel-doc headers
 2022-06-17 21:13 UTC  (2+ messages)

[PATCH] block: bfq: Remove an unused function definition
 2022-06-17 20:50 UTC  (2+ messages)

[PATCH] block: bfq: Fix kernel-doc headers
 2022-06-17 20:47 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.19-rc3
 2022-06-17 18:26 UTC  (2+ messages)

[git pull] device mapper fixes for 5.19-rc3
 2022-06-17 17:07 UTC  (2+ messages)

[PATCH 0/8 v2] block: Fix IO priority mess
 2022-06-17 14:54 UTC  (9+ messages)
` [PATCH 8/8] block: Always initialize bio IO priority on submit


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox