linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-28 14:25:48 to 2017-08-07 16:36:09 UTC [more...]

[PATCH 0/5] block: a virtual block device driver for testing
 2017-08-07 16:36 UTC  (10+ messages)
` [PATCH 1/5] testb: add interface
` [PATCH 2/5] testb: implement block device operations
` [PATCH 3/5] testb: implement bandwidth control
` [PATCH 4/5] testb: emulate disk cache
` [PATCH 5/5] testb: badblock support

[RFC PATCH] bio-integrity: Fix regression if profile verify_fn is NULL
 2017-08-07 15:48 UTC  (13+ messages)
  ` [PATCH] bio-integrity: revert "stop abusing bi_end_io"

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-07 15:27 UTC  (23+ messages)
` [PATCH V2 01/20] blk-mq-sched: fix scheduler bad performance
` [PATCH V2 02/20] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V2 03/20] blk-mq: introduce blk_mq_dispatch_rq_from_ctx()
` [PATCH V2 04/20] blk-mq-sched: move actual dispatching into one helper
` [PATCH V2 05/20] blk-mq-sched: improve dispatching from sw queue
` [PATCH V2 06/20] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
` [PATCH V2 07/20] blk-mq-sched: introduce blk_mq_sched_queue_depth()
` [PATCH V2 08/20] blk-mq-sched: use q->queue_depth as hint for q->nr_requests
` [PATCH V2 09/20] blk-mq: introduce BLK_MQ_F_SHARED_DEPTH
` [PATCH V2 10/20] blk-mq-sched: introduce helpers for query, change busy state
` [PATCH V2 11/20] blk-mq: introduce helpers for operating ->dispatch list
` [PATCH V2 12/20] blk-mq: introduce pointers to dispatch lock & list
` [PATCH V2 13/20] blk-mq: pass 'request_queue *' to several helpers of operating BUSY
` [PATCH V2 14/20] blk-mq-sched: improve IO scheduling on SCSI devcie
` [PATCH V2 15/20] block: introduce rqhash helpers
` [PATCH V2 16/20] block: move actual bio merge code into __elv_merge
` [PATCH V2 17/20] block: add check on elevator for supporting bio merge via hashtable from blk-mq sw queue
` [PATCH V2 18/20] block: introduce .last_merge and .hash to blk_mq_ctx
` [PATCH V2 19/20] blk-mq-sched: refactor blk_mq_sched_try_merge()
` [PATCH V2 20/20] blk-mq: improve bio merge from blk-mq sw queue

nvmf question - synchronization between target/initiator regarding partitions
 2017-08-07 14:20 UTC  (2+ messages)

[PATCH] loop: fix to a race condition due to the early registration of device
 2017-08-07 13:24 UTC  (4+ messages)

[PATCH 0/2] null_blk: make sure submit_queues > 0
 2017-08-07 12:36 UTC  (2+ messages)

[PATCH 0/4] mylex: Replace DAC960 block driver
 2017-08-07  6:09 UTC  (7+ messages)
` [PATCH 1/4] raid_class: Add 'JBOD' RAID level
` [PATCH 2/4] scsi: Add VENDOR_SPECIFIC sense code definitions
` [PATCH 3/4] scsi: add Mylex RAID controller
` [PATCH 4/4] block: Drop obsolete DAC960 driver

[PATCHSET v2 0/6] block: more scalable inflight tracking
 2017-08-06  0:17 UTC  (18+ messages)
` [PATCH 1/6] blk-mq-tag: check for NULL rq when iterating tags
` [PATCH 2/6] block: pass in queue to inflight accounting
` [PATCH 3/6] block: make part_in_flight() take an array of two ints
` [PATCH 4/6] blk-mq: provide internal in-flight variant
` [PATCH 5/6] blk-mq: enable checking two part inflight counts at the same time
` [PATCH 6/6] sbitmap: make sb_for_each_fn() return void

[PATCH 00/14] blk-mq-sched: fix SCSI-MQ performance regression
 2017-08-05 13:40 UTC  (36+ messages)
` [PATCH 01/14] blk-mq-sched: fix scheduler bad performance
` [PATCH 02/14] blk-mq: rename flush_busy_ctx_data as ctx_iter_data
` [PATCH 03/14] blk-mq: introduce blk_mq_dispatch_rq_from_ctxs()
` [PATCH 04/14] blk-mq-sched: improve dispatching from sw queue
` [PATCH 05/14] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
` [PATCH 06/14] blk-mq-sched: introduce blk_mq_sched_queue_depth()
` [PATCH 07/14] blk-mq-sched: use q->queue_depth as hint for q->nr_requests
` [PATCH 08/14] blk-mq: introduce BLK_MQ_F_SHARED_DEPTH
` [PATCH 09/14] blk-mq-sched: cleanup blk_mq_sched_dispatch_requests()
` [PATCH 10/14] blk-mq-sched: introduce helpers for query, change busy state
` [PATCH 11/14] blk-mq: introduce helpers for operating ->dispatch list
` [PATCH 12/14] blk-mq: introduce pointers to dispatch lock & list
` [PATCH 13/14] blk-mq: pass 'request_queue *' to several helpers of operating BUSY
` [PATCH 14/14] blk-mq-sched: improve IO scheduling on SCSI devcie

Switching to MQ by default may generate some bug reports
 2017-08-05 11:54 UTC  (15+ messages)

[PATCH 0/4] block: more scalable inflight tracking
 2017-08-04 22:19 UTC  (23+ messages)
` [PATCH 1/4] blk-mq-tag: check for NULL rq when iterating tags
` [PATCH 2/4] block: pass in queue to inflight accounting
` [PATCH 3/4] blk-mq: provide internal in-flight variant
` [PATCH 4/4] blk-mq: enable checking two part inflight counts at the same time

[PATCH BUGFIX/IMPROVEMENT V2 0/2] block, bfq: improve and refactor throughput-boosting logic
 2017-08-04  5:35 UTC  (3+ messages)
` [PATCH BUGFIX/IMPROVEMENT V2 1/2] block,bfq: refactor device-idling logic
` [PATCH BUGFIX/IMPROVEMENT V2 2/2] block, bfq: boost throughput with flash-based non-queueing devices

[PATCH BUGFIX/IMPROVEMENT] block, bfq: improve and refactor throughput-boosting logic
 2017-08-03 16:51 UTC  (2+ messages)

[PULL] bcache fixes and updates for-4.13
 2017-08-03 16:20 UTC  (4+ messages)
` [PATCH 01/19] bcache: Fix leak of bdev reference
  ` [PATCH 17/19] bcache: fix for gc and write-back race

[Xen-users] File-based domU - Slow storage write since xen 4.8
 2017-08-02 16:29 UTC  (11+ messages)

[PATCH 2/2] null_blk: make sure submit_queues > 0
 2017-08-02 16:27 UTC 

[PATCH 1/2] null_blk: simplify logic for use_per_node_hctx
 2017-08-02 16:26 UTC 

[PATCH] block: Add comment to submit_bio_wait()
 2017-08-02 14:25 UTC  (2+ messages)

[PATCH V2] blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed
 2017-08-02 14:24 UTC  (2+ messages)

[PATCH] blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed
 2017-08-02  0:03 UTC  (4+ messages)

[PATCH] sysfs: replace WARN() with pr_debug in sysfs_remove_group()
 2017-08-01 23:49 UTC  (3+ messages)

Drives Seizing Under Write Loads
 2017-08-01 21:32 UTC 

(no subject)
 2017-08-01 20:51 UTC 

blk_mq_sched_insert_request: inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage
 2017-08-01 15:26 UTC  (15+ messages)
                  ` [PATCH] ipr: Fix scsi-mq lockdep issue

[PATCH 1/6 v2] mmc: core: Delete bounce buffer Kconfig option
 2017-07-31 13:44 UTC  (5+ messages)
` [PATCH 4/6 v2] mmc: block: move single ioctl() commands to block requests

blk-mq breaks suspend even with runtime PM patch
 2017-07-30 13:50 UTC  (4+ messages)

[PATCH BUGFIX] block, bfq: consider also in_service_entity to state whether an entity is active
 2017-07-29 21:33 UTC  (2+ messages)

[PATCH BUGFIX] block, bfq: reset in_service_entity if it becomes idle
 2017-07-29 21:33 UTC  (2+ messages)

[resend PATCH v2 00/33] dax: introduce dax_operations
 2017-07-29 21:24 UTC  (6+ messages)
` [resend PATCH v2 11/33] dm: add dax_device and dax_operations support

[GIT PULL] Block fixes for 4.13-rc3
 2017-07-28 15:31 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).