linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-12 01:57:21 to 2018-01-16 17:20:44 UTC [more...]

[PATCH V4 0/3] blk-mq: issue request directly for blk_insert_cloned_request
 2018-01-16 17:20 UTC  (19+ messages)
` [PATCH V4 1/3] blk-mq: move actual issue into one helper
` [PATCH V4 2/3] blk-mq: return dispatch result to caller in blk_mq_try_issue_directly
` [PATCH V4 3/3] blk-mq: issue request directly for blk_insert_cloned_request
    ` [for-4.16 PATCH v4-mike 1/2] blk-mq: return dispatch result from blk_mq_try_issue_directly
    ` [for-4.16 PATCH v4-mike 2/2] blk-mq: issue request directly for blk_insert_cloned_request

[PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector
 2018-01-16 15:47 UTC  (15+ messages)
` [PATCH 1/2] genirq/affinity: move irq vectors spread into one function
` [PATCH 2/2] genirq/affinity: try best to make sure online CPU is assigned to vector

[PATCH 0/2] blk-mq: support physical CPU hotplug
 2018-01-16 15:32 UTC  (12+ 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

[LSF/MM TOPIC] A high-performance userspace block driver
 2018-01-16 14:52 UTC 

[PATCH v3 00/13] bcache: device failure handling improvement
 2018-01-16  9:33 UTC  (23+ messages)
` [PATCH v3 01/13] bcache: set writeback_rate_update_seconds in range [1, 60] seconds
` [PATCH v3 02/13] bcache: properly set task state in bch_writeback_thread()
` [PATCH v3 03/13] bcache: set task properly in allocator_wait()
` [PATCH v3 04/13] bcache: fix cached_dev->count usage for bch_cache_set_error()
` [PATCH v3 05/13] bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
` [PATCH v3 06/13] bcache: stop dc->writeback_rate_update properly
` [PATCH v3 07/13] bcache: set error_limit correctly
` [PATCH v3 08/13] bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
` [PATCH v3 09/13] bcache: stop all attached bcache devices for a retired cache set
` [PATCH v3 10/13] bcache: fix inaccurate io state for detached bcache devices
` [PATCH v3 11/13] bcache: add backing_request_endio() for bi_end_io of attached backing device I/O
` [PATCH v3 12/13] bcache: add io_disable to struct cached_dev
` [PATCH v3 13/13] bcache: stop bcache device when backing device is offline

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2018-01-16  8:55 UTC  (6+ messages)
` [PATCH 23/27] drbd: make intelligent use of blkdev_issue_zeroout
  ` [Drbd-dev] "

[PATCH] bcache: fix for allocator and register thread race
 2018-01-16  4:46 UTC  (2+ messages)

[for-4.16 PATCH v5 0/4] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-16  2:21 UTC  (21+ 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

LSF/MM 2018: Call for Proposals
 2018-01-16  1:13 UTC  (2+ messages)
` [LSF/MM TOPIC] blk-mq priority based hctx selection

[GIT PULL] block changes to improve device mapper for 4.16
 2018-01-15 17:00 UTC  (5+ messages)

[RFC PATCH] blktrace: fail earlier if blk_trace in use
 2018-01-15 16:32 UTC 

4.16 genirq change prevents HP servers from booting [was: Re: linux-next: Signed-off-by missing for commit in the device-mapper tree]
 2018-01-15 15:33 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference at 0000000000000436
 2018-01-15  7:48 UTC  (9+ messages)

confusion about bio_split
 2018-01-15  3:25 UTC 

[PATCH] blk-mq: don't clear RQF_MQ_INFLIGHT in blk_mq_rq_ctx_init()
 2018-01-14 17:47 UTC  (4+ messages)
  `  "

[GIT PULL] NVMe fix for 4.15
 2018-01-14 17:45 UTC 

[PATCHSET v5] blk-mq: reimplement timeout handling
 2018-01-14 15:45 UTC  (11+ messages)

[PATCH v3 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
 2018-01-14  9:35 UTC  (5+ 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 v2 12/12] bcache: stop bcache device when backing device is offline
 2018-01-13 17:14 UTC 

[PATCH v2 00/12] bcache: device failure handling improvement
 2018-01-13 17:10 UTC  (13+ messages)
` [PATCH v2 01/12] bcache: set writeback_rate_update_seconds in range [1, 60] seconds
` [PATCH v2 02/12] bcache: properly set task state in bch_writeback_thread()
` [PATCH v2 03/12] bcache: set task properly in allocator_wait()
` [PATCH v2 04/12] bcache: fix cached_dev->count usage for bch_cache_set_error()
` [PATCH v2 05/12] bcache: stop dc->writeback_rate_update properly
` [PATCH v2 06/12] bcache: set error_limit correctly
` [PATCH v2 07/12] bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
` [PATCH v2 08/12] bcache: stop all attached bcache devices for a retired cache set
` [PATCH v2 09/12] bcache: fix inaccurate io state for detached bcache devices
` [PATCH v2 10/12] bcache: add backing_request_endio() for bi_end_io of attached backing device I/O
` [PATCH v2 11/12] bcache: add io_disable to struct cached_dev
` [PATCH v2 12/12] bcache: stop bcache device when backing device is offline

[PATCH v2 00/12] bcache: device failure handling improvement
 2018-01-13 17:01 UTC  (7+ messages)
` [PATCH v2 01/12] bcache: set writeback_rate_update_seconds in range [1, 60] seconds
` [PATCH v2 02/12] bcache: properly set task state in bch_writeback_thread()
` [PATCH v2 03/12] bcache: set task properly in allocator_wait()
` [PATCH v2 04/12] bcache: fix cached_dev->count usage for bch_cache_set_error()
` [PATCH v2 05/12] bcache: stop dc->writeback_rate_update properly
` [PATCH v2 06/12] bcache: set error_limit correctly

[PATCH v2 0/4] Make SCSI transport recovery more robust
 2018-01-13 15:54 UTC  (7+ messages)
` [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 V3 0/5] dm-rq: improve sequential I/O performance
 2018-01-13 15:14 UTC  (28+ messages)
` [PATCH V3 2/5] dm-mpath: return DM_MAPIO_REQUEUE in case of rq allocation failure

[PATCH BUGFIX/IMPROVEMENT 0/2] block, bfq: two pending patches
 2018-01-13 13:02 UTC  (4+ messages)
` [PATCH BUGFIX/IMPROVEMENT 1/2] block, bfq: limit tags for writes and async I/O
` [PATCH BUGFIX/IMPROVEMENT 2/2] block, bfq: limit sectors served with interactive weight raising

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

how to enlarge value of max_sectors_kb
 2018-01-13  7:53 UTC 

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

[GIT PULL] one nvme fix for Linux 4.15
 2018-01-12 17:43 UTC  (2+ 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  (12+ messages)
` [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


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