linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 22:02:03 to 2020-04-26 09:35:49 UTC [more...]

avoid the ->make_request_fn indirect for blk-mq drivers
 2020-04-26  9:35 UTC  (6+ messages)
` [PATCH 1/3] bcache: remove a duplicate ->make_request_fn assignment
` [PATCH 2/3] dm: remove the make_request_fn check in device_area_is_invalid
` [PATCH 3/3] block: bypass ->make_request_fn for blk-mq drivers

[PATCH V8 00/11] blk-mq: improvement CPU hotplug
 2020-04-26  8:19 UTC  (58+ messages)
` [PATCH V8 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone
` [PATCH V8 02/11] block: add helper for copying request
` [PATCH V8 03/11] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V8 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V8 05/11] blk-mq: support rq filter callback when iterating rqs
` [PATCH V8 06/11] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V8 08/11] block: add blk_end_flush_machinery
` [PATCH V8 09/11] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead
` [PATCH V8 10/11] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V8 11/11] block: deactivate hctx when the hctx is actually inactive

[RFC] more make_request optimizations
 2020-04-26  2:59 UTC  (14+ messages)
` [PATCH 01/11] block: improve the kerneldoc comments for submit_bio and generic_make_request
` [PATCH 02/11] block: cleanup the memory stall accounting in submit_bio
` [PATCH 03/11] block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT
` [PATCH 04/11] block: add a bio_queue_enter helper
` [PATCH 05/11] block: refactor generic_make_request
` [PATCH 06/11] block: optimize generic_make_request for direct to blk-mq issue
` [PATCH 07/11] block: optimize do_make_request "
` [PATCH 08/11] block: move the call to blk_queue_enter_live out of blk_mq_get_request
` [PATCH 09/11] block: remove a pointless queue enter pair in blk_mq_alloc_request
` [PATCH 10/11] block: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
` [PATCH 11/11] block: allow blk_mq_make_request to consume the q_usage_counter reference

[PATCH 0/2] Two bug fixes for the pktcdvd driver
 2020-04-25 22:34 UTC  (5+ messages)
` [PATCH 1/2] pktcdvd: Fix pkt_setup_dev() error path

[PATCH v2] block: remove create_io_context
 2020-04-25 15:44 UTC  (2+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v3
 2020-04-25 10:43 UTC  (17+ messages)
` [PATCH 2/9] bdi: move bdi_dev_name out of line
` [PATCH 3/9] bdi: use bdi_dev_name() to get device name
` [PATCH 4/9] bdi: add a ->dev_name field to struct backing_dev_info
` [PATCH 6/9] bdi: unexport bdi_register_va
` [PATCH 7/9] bdi: remove bdi_register_owner
` [PATCH 8/9] bdi: simplify bdi_alloc
` [PATCH 9/9] bdi: remove the name field in struct backing_dev_info

[PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-04-25  8:31 UTC  (2+ messages)

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-04-25  7:57 UTC  (8+ messages)
` [PATCH 1/7] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/7] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/7] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/7] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev
` [PATCH 6/7] isofs: "
` [PATCH 7/7] udf: "

[PATCH] block: remove create_io_context
 2020-04-25  7:55 UTC 

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-25  2:12 UTC  (13+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [PATCH v2 10/10] block: put_device() if device_add() fails

[GIT PULL] Block fixes for 5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-24 16:31 UTC  (12+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ

[PATCH v3 0/7] loopfs
 2020-04-24 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v3 2/7] loopfs: implement loopfs
` [PATCH v3 3/7] loop: use ns_capable for some loop operations
` [PATCH v3 4/7] kernfs: handle multiple namespace tags
` [PATCH v3 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v3 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v3 7/7] loopfs: only show devices in their correct instance

[PATCH v4] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:53 UTC 

[PATCH v3] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:39 UTC  (3+ messages)

[PATCH] block: unexport bdev_read_page and bdev_write_page
 2020-04-24 15:16 UTC  (2+ messages)

[PATCH] block: remove create_io_context
 2020-04-24 14:53 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 25/26] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-24 12:23 UTC 

[PATCH AUTOSEL 5.6 36/38] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-24 12:22 UTC 

[PATCH] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-24 10:42 UTC  (5+ messages)

Request For Suggestion: how to handle udevd timeout for bcache registration
 2020-04-24  9:49 UTC  (4+ messages)

stop using ioctl_by_bdev for file system access to CDROMs
 2020-04-24  9:21 UTC  (19+ messages)
` [PATCH 1/7] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/7] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/7] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/7] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev
` [PATCH 6/7] isofs: "
` [PATCH 7/7] udf: "

[PATCH] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-24  7:18 UTC  (6+ messages)

[PATCH v2] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24  6:42 UTC  (5+ messages)

[PATCH 1/1] brd: remove a redundant check
 2020-04-24  2:08 UTC  (2+ messages)

[PATCH v2] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-23 21:48 UTC 

[PATCH] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-23 20:40 UTC  (10+ messages)

[PATCH v2 0/7] loopfs
 2020-04-23 16:29 UTC  (16+ messages)
` [PATCH v2 2/7] loopfs: implement loopfs
` [PATCH v2 4/7] kernfs: handle multiple namespace tags
` [PATCH v2 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v2 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v2 7/7] loopfs: only show devices in their correct instance

[PATCH v3 0/2] null_blk cleanup and fix
 2020-04-23 15:35 UTC  (5+ messages)
` [PATCH v3 1/2] null_blk: Fix zoned command handling
` [PATCH v3 2/2] null_blk: Cleanup zoned device initialization

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-23 15:33 UTC  (12+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands

s390 boot woe due to "block: fix busy device checking in blk_drop_partitions"
 2020-04-23 11:07 UTC  (3+ messages)

[PATCH V7 0/9] blk-mq: improvement CPU hotplug
 2020-04-23  8:46 UTC  (20+ messages)
` [PATCH V7 1/9] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V7 2/9] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V7 3/9] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V7 4/9] blk-mq: support rq filter callback when iterating rqs
` [PATCH V7 5/9] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V7 6/9] block: add blk_end_flush_machinery
` [PATCH V7 7/9] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V7 8/9] blk-mq: handle requests dispatched from IO scheduler in case of inactive hctx

[PATCH blktests v3] Fix unintentional skipping of tests
 2020-04-23  2:00 UTC  (2+ messages)

[PATCH 0/4] block: Add support for REQ_OP_ASSIGN_RANGE
 2020-04-23  0:40 UTC  (9+ messages)

LSFMMBPF 2020 Cancellation announcement
 2020-04-22 23:14 UTC 


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