linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 06:31:37 to 2018-01-13 01:37:05 UTC [more...]

[PATCH V3 0/5] dm-rq: improve sequential I/O performance
 2018-01-13  1:37 UTC  (34+ messages)
` [PATCH V3 1/5] dm-mpath: don't call blk_mq_delay_run_hw_queue() in case of BLK_STS_RESOURCE
` [PATCH V3 2/5] dm-mpath: return DM_MAPIO_REQUEUE in case of rq allocation failure
` [PATCH V3 3/5] blk-mq: move actual issue into one helper
` [PATCH V3 4/5] blk-mq: return dispatch result to caller in blk_mq_try_issue_directly
` [PATCH V3 5/5] blk-mq: issue request directly for blk_insert_cloned_request

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2018-01-13  0:46 UTC  (3+ messages)
` [PATCH 23/27] drbd: make intelligent use of blkdev_issue_zeroout
  ` [Drbd-dev] "

[PATCH v2 0/4] Make SCSI transport recovery more robust
 2018-01-12 22:45 UTC  (7+ messages)
` [PATCH v2 1/4] blk-mq: Rename request_queue.mq_freeze_wq into mq_wq
` [PATCH v2 2/4] block: Introduce blk_start_wait_if_quiesced() and blk_finish_wait_if_quiesced()
` [PATCH v2 3/4] scsi: Avoid that .queuecommand() gets called for a quiesced SCSI device
` [PATCH v2 4/4] IB/srp: Fix a sleep-in-invalid-context bug

[PATCH] blk-mq-debugfs: Also show requests that have not yet been started
 2018-01-12 22:11 UTC  (5+ messages)

[PATCHSET v5] blk-mq: reimplement timeout handling
 2018-01-12 21:55 UTC  (6+ messages)

[PATCH 0/2] blk-mq: support physical CPU hotplug
 2018-01-12 19:35 UTC  (7+ messages)
` [PATCH 1/2] genirq/affinity: assign vectors to all possible CPUs
` [PATCH 2/2] blk-mq: simplify queue mapping & schedule with each possisble CPU

[GIT PULL] one nvme fix for Linux 4.15
 2018-01-12 17:43 UTC  (2+ messages)

[for-4.16 PATCH v5 0/4] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-12 16:13 UTC  (9+ messages)
` [for-4.16 PATCH v5 1/4] block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDEN
` [for-4.16 PATCH v5 2/4] block: properly protect the 'queue' kobj in blk_unregister_queue
  ` [for-4.16 PATCH v6 "
` [for-4.16 PATCH v5 3/4] block: allow gendisk's request_queue registration to be deferred
` [for-4.16 PATCH v5 4/4] dm: fix incomplete request_queue initialization

BUG: unable to handle kernel NULL pointer dereference at 0000000000000436
 2018-01-12 15:21 UTC  (8+ messages)

[PATCH IMPROVEMENT] block, bfq: limit sectors served with interactive weight raising
 2018-01-12 15:13 UTC  (6+ messages)

[for-4.16 PATCH v4 0/4] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-12 15:05 UTC  (14+ messages)
` [for-4.16 PATCH v4 1/4] block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDEN
` [for-4.16 PATCH v4 2/4] block: use queue_lock when clearing QUEUE_FLAG_REGISTERED in blk_unregister_queue
` [for-4.16 PATCH v4 3/4] block: allow gendisk's request_queue registration to be deferred
` [for-4.16 PATCH v4 4/4] dm: fix awkward and incomplete request_queue initialization

4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
 2018-01-12  1:16 UTC  (16+ messages)

[linux-next][qla2xxx][85caa95]kernel BUG at lib/list_debug.c:31!
 2018-01-12  0:21 UTC  (5+ messages)

[for-4.16 PATCH v3 0/3] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-11 19:50 UTC  (19+ messages)
` [for-4.16 PATCH v3 1/3] block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDEN
` [for-4.16 PATCH v3 2/3] block: allow gendisk's request_queue registration to be deferred
` [for-4.16 PATCH v3 3/3] dm: fix awkward and incomplete request_queue initialization

[PATCH v2 0/2] Rework blk_mq_mark_tag_wait()
 2018-01-11 18:21 UTC  (9+ messages)
` [PATCH v2 1/2] blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait()
` [PATCH v2 2/2] blk-mq: Fix a race condition "

[PATCH] Pass the task_struct explicitly to delayacct_blkio_end
 2018-01-11 18:04 UTC  (3+ messages)
` [PATCH v2] delayacct: Account blkio completion on the correct task

[PATCH v3 0/2] Rework blk_mq_mark_tag_wait()
 2018-01-11 17:00 UTC  (4+ messages)
` [PATCH v3 1/2] blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait()
` [PATCH v3 2/2] blk-mq: Fix a race condition "

blkdev loop UAF
 2018-01-11 17:00 UTC  (3+ messages)

scsi: memory leak in sg_start_req
 2018-01-11 16:28 UTC  (4+ messages)

[PATCH v3 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
 2018-01-11 13:09 UTC  (3+ messages)
` [PATCH v3 1/2] block: fail op_is_write() requests to read-only partitions
` [PATCH v3 2/2] block: add bdev_read_only() checks to common helpers

[PATCH] blktrace: support enabling cgroup info per-device
 2018-01-11  4:09 UTC 

[PATCH] blk-mq: Add locking annotations to hctx_lock() and hctx_unlock()
 2018-01-10 19:36 UTC  (2+ messages)

[PATCH v2] block: silently forbid sending any ioctl to a partition
 2018-01-10 19:30 UTC  (3+ messages)

[PATCH] blk-mq: Rework blk_mq_mark_tag_wait()
 2018-01-10 18:48 UTC  (2+ messages)

[PATCHSET v2 0/4] struct request optimizations
 2018-01-10 18:45 UTC  (19+ messages)
` [PATCH 1/4] block: remove REQ_ATOM_POLL_SLEPT
` [PATCH 2/4] block: add accessors for setting/querying request deadline
` [PATCH 3/4] block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit
` [PATCH 4/4] block: rearrange a few request fields for better cache layout

[PATCHv2 0/5] nvme/dm failover unification
 2018-01-10 17:52 UTC  (13+ messages)
` [PATCHv2 1/5] nvme: Add more command status translation
  ` [dm-devel] "
` [PATCHv2 2/5] nvme/multipath: Consult blk_status_t for failover
  ` [dm-devel] "
` [PATCHv2 3/5] block: Provide blk_status_t decoding for path errors
  ` [dm-devel] "
` [PATCHv2 4/5] nvme/multipath: Use blk_path_error
  ` [dm-devel] "
` [PATCHv2 5/5] dm mpath: "
  ` [dm-devel] "

[PATCH v2 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
 2018-01-10 16:55 UTC  (6+ messages)
` [PATCH v2 1/2] block: fail op_is_write() requests to read-only partitions
` [PATCH v2 2/2] block: add bdev_read_only() checks to common helpers

[PATCH] blk-mq: Explain when 'active_queues' is decremented
 2018-01-10 16:45 UTC  (2+ messages)

[PATCH v2] bdi: show error log when fail to create bdi debugfs entry
 2018-01-10 16:36 UTC 

[PATCH] bdi: show error log when fail to create bdi debugfs entry
 2018-01-10 16:29 UTC  (3+ messages)

[PATCH V4 00/45] block: support multipage bvec
 2018-01-10 15:41 UTC  (9+ messages)
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size

[PATCH BUGFIX 0/1] bloc, bfq: fix of a bug introduced by my last patch
 2018-01-10 15:23 UTC  (3+ messages)
` [PATCH BUGFIX 1/1] block, bfq: compile group put for oom queue only if BFQ_GROUP_IOSCHED is set

unify the interface of the proportional-share policy in blkio/io
 2018-01-10 15:01 UTC  (5+ messages)

[PATCH] block, bfq: fix occurrences of request finish method's old name
 2018-01-10 14:43 UTC  (3+ messages)

[for-4.16 PATCH v2 0/3] block: some genhd changes
 2018-01-10 14:20 UTC  (10+ messages)
` [for-4.16 PATCH v2 1/3] block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDEN
` [for-4.16 PATCH v2 2/3] block: cope with gendisk's 'queue' being added later
  ` [dm-devel] "

[PATCH] bcache: fix for allocator and register thread race
 2018-01-10  8:51 UTC 

[PATCH BUGFIX V2 0/2] block, bfq: fix two memory leaks related to cgroups
 2018-01-10  6:31 UTC  (5+ messages)
` [PATCH BUGFIX V2 1/2] block, bfq: put async queues for root bfq groups too


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