linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-08 18:50:11 to 2018-01-10 18:27:29 UTC [more...]

[PATCHSET v2 0/4] struct request optimizations
 2018-01-10 18:27 UTC  (7+ 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

[PATCH v2 0/4] Make SCSI transport recovery more robust
 2018-01-10 18:18 UTC  (5+ 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: Rework blk_mq_mark_tag_wait()
 2018-01-10 18:04 UTC 

[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 v2] block: silently forbid sending any ioctl to a partition
 2018-01-10 16:54 UTC  (2+ messages)

[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  (12+ 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] "
` [for-4.16 PATCH v2 3/3] dm: fix awkward request_queue initialization

[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  (7+ messages)
` [PATCH BUGFIX V2 1/2] block, bfq: put async queues for root bfq groups too
` [PATCH BUGFIX V2 2/2] block, bfq: release oom-queue ref to root group on exit

[PATCH] blk-throttle: avoid double counted
 2018-01-10  5:02 UTC 

BUG: unable to handle kernel NULL pointer dereference at 0000000000000436
 2018-01-10  4:58 UTC 

[PATCH] Revert "block: blk-merge: try to make front segments in full size"
 2018-01-10  3:46 UTC 

[RFC PATCH] blk-throttle: dispatch more sync writes in block throttle layer
 2018-01-10  1:44 UTC  (5+ messages)

[for-4.16 PATCH 0/2] block: cope with gendisk's 'queue' being added later
 2018-01-10  0:33 UTC  (6+ messages)
` [for-4.16 PATCH 1/2] "
` [for-4.16 PATCH 2/2] dm: fix awkward request_queue initialization

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

[PATCH] null_blk: add option for managing IO timeouts
 2018-01-09 22:03 UTC 

[PATCH] null_blk: wire up timeouts
 2018-01-09 19:47 UTC 

[PATCH] bcache: closures: move control bits one bit right
 2018-01-09 19:19 UTC  (2+ messages)

[PATCHSET 0/4] struct request optimizations
 2018-01-09 18:52 UTC  (10+ 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

[PATCH] block: Fix kernel-doc warnings reported when building with W=1
 2018-01-09 18:15 UTC  (2+ messages)

[PATCH, resend] blk-mq: Fix spelling in a source code comment
 2018-01-09 18:15 UTC  (2+ messages)

[linux-next][qla2xxx][85caa95]kernel BUG at lib/list_debug.c:31!
 2018-01-09 18:09 UTC  (3+ messages)

[PATCH 0/5] Failover criteria unification
 2018-01-09 17:40 UTC  (5+ messages)
` [PATCH 2/5] nvme/multipath: Consult blk_status_t for failover

[PATCH 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-01-09 17:10 UTC  (19+ messages)
` [PATCH 06/12] IB/core: Add optional PCI P2P flag to rdma_rw_ctx_[init|destroy]()

[PATCHSET v5] blk-mq: reimplement timeout handling
 2018-01-09 16:53 UTC  (10+ messages)
` [PATCH 1/8] blk-mq: move hctx lock/unlock into a helper
` [PATCH 2/8] blk-mq: protect completion path with RCU
` [PATCH 3/8] blk-mq: replace timeout synchronization with a RCU and generation based scheme
` [PATCH 4/8] blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETE
` [PATCH 5/8] blk-mq: make blk_abort_request() trigger timeout path
` [PATCH 6/8] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq
` [PATCH 7/8] blk-mq: remove REQ_ATOM_STARTED
` [PATCH 8/8] blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcu

[PATCHSET v4] blk-mq: reimplement timeout handling
 2018-01-09 16:22 UTC  (31+ messages)
` [PATCH 1/8] blk-mq: move hctx lock/unlock into a helper
` [PATCH 2/8] blk-mq: protect completion path with RCU
` [PATCH 3/8] blk-mq: replace timeout synchronization with a RCU and generation based scheme
` [PATCH 4/8] blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETE
` [PATCH 5/8] blk-mq: make blk_abort_request() trigger timeout path
` [PATCH 6/8] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq
` [PATCH 7/8] blk-mq: remove REQ_ATOM_STARTED
` [PATCH 8/8] blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcu

[GIT PULL] Block fixes for 4.15 final
 2018-01-09 16:09 UTC 

scsi: memory leak in sg_start_req
 2018-01-09 16:05 UTC 

[PATCH] blk-mq: fix kernel oops in blk_mq_tag_idle()
 2018-01-09 15:48 UTC  (4+ messages)

[PATCH BUGFIX 0/2] block, bfq: fix two memory leaks related to cgroups
 2018-01-09 15:41 UTC  (4+ messages)
` [PATCH BUGFIX 1/2] block, bfq: put async queues for root bfq groups too
` [PATCH BUGFIX 2/2] bfq-sq, bfq-mq: release oom-queue ref to root group on exit

bfq: BUG bfq_queue: Objects remaining in bfq_queue on __kmem_cache_shutdown() after rmmod
 2018-01-09 11:28 UTC  (5+ messages)

[PATCH] block: Fix kernel-doc warnings reported when building with W=1
 2018-01-09  7:35 UTC  (2+ messages)

[PATCH V9 0/7] blk-mq support for ZBC disks
 2018-01-09  3:14 UTC  (5+ messages)

[PATCH v2 0/3] Show all commands in debugfs
 2018-01-09  3:11 UTC  (3+ messages)
` [PATCH v2 3/3] scsi-mq-debugfs: Show more information

[PATCH] bcache: fix inaccurate io state for detached bcache devices
 2018-01-09  2:35 UTC  (2+ messages)

[PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)
 2018-01-09  1:21 UTC  (4+ messages)
` [PATCH 08/10] block: move bio_alloc_pages() to bcache

[416 PATCH 00/13] Bcache changes for 4.16
 2018-01-08 20:42 UTC  (15+ messages)
` [416 PATCH 01/13] bcache: ret IOERR when read meets metadata error
` [416 PATCH 02/13] bcache: stop writeback thread after detaching
` [416 PATCH 03/13] bcache: Use PTR_ERR_OR_ZERO()
` [416 PATCH 04/13] bcache: segregate flash only volume write streams
` [416 PATCH 05/13] bcache: fix wrong return value in bch_debug_init()
` [416 PATCH 06/13] bcache: writeback: properly order backing device IO
` [416 PATCH 07/13] bcache: allow quick writeback when backing idle
` [416 PATCH 08/13] bcache: Fix, improve efficiency of closure_sync()
` [416 PATCH 09/13] bcache: mark closure_sync() __sched
` [416 PATCH 10/13] bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()
` [416 PATCH 11/13] bcache: reduce cache_set devices iteration by devices_max_used
` [416 PATCH 12/13] bcache: fix misleading error message in bch_count_io_errors()
` [416 PATCH 13/13] bcache: fix writeback target calc on large devices

[GIT PULL] nvme fixes for Linux 4.16
 2018-01-08 19:20 UTC  (2+ 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).