linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-13 17:11:05 to 2018-01-18 00:54:52 UTC [more...]

[for-4.16 PATCH v6 0/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
 2018-01-18  0:54 UTC  (12+ messages)
` [for-4.16 PATCH v6 1/3] blk-mq: factor out a few helpers from __blk_mq_try_issue_directly
` [for-4.16 PATCH v6 2/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
` [for-4.16 PATCH v6 3/3] blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request

[LSF/MM TOPIC] A high-performance userspace block driver
 2018-01-17 21:21 UTC  (8+ messages)
` [Lsf-pc] "

two more nvme fixes for Linux 4.15
 2018-01-17 21:05 UTC  (4+ messages)
` [PATCH 1/2] nvme-pci: check segement valid for SGL use
` [PATCH 2/2] nvme-pci: take sglist coalescing in dma_map_sg into account

[GIT PULL] two more nvme fixes for Linux 4.15
 2018-01-17 21:03 UTC  (3+ messages)

[PATCH v2 0/3] Avoid that blk_{un,}register_queue() trigger lock inversion
 2018-01-17 19:48 UTC  (4+ messages)
` [PATCH v2 1/3] block: Unexport elv_register_queue() and elv_unregister_queue()
` [PATCH v2 2/3] block: Document scheduler modification locking requirements
` [PATCH v2 3/3] block: Protect less code with sysfs_lock in blk_{un,}register_queue()

WARNING: bi_status >= ARRAY_SIZE(blk_errors): bi_status=201
 2018-01-17 18:53 UTC 

[ANNOUNCE] Participate at the Linux FAST Summit '18
 2018-01-17 18:31 UTC 

[PATCH 0/3] Avoid that blk_{un,}register_queue() trigger lock inversion
 2018-01-17 17:19 UTC  (10+ messages)
` [PATCH 1/3] block: Unexport elv_register_queue() and elv_unregister_queue()
` [PATCH 2/3] block: Document scheduler change code locking requirements
` [PATCH 3/3] block: Protect less code with sysfs_lock in blk_{un,}register_queue()

[PATCH] block: Fix __bio_integrity_endio() documentation
 2018-01-17 16:59 UTC  (3+ messages)

[PATCH V2 0/2] blk-mq: two patches related with CPU hotplug
 2018-01-17 16:49 UTC  (4+ messages)
` [PATCH V2 1/2] blk-mq: make sure hctx->next_cpu is set correctly
` [PATCH V2 2/2] blk-mq: avoid one WARN_ON in __blk_mq_run_hw_queue to printk

[PATCH 0/2] blk-mq: two patches related with CPU hotplug
 2018-01-17 16:17 UTC  (9+ messages)
` [PATCH 1/2] blk-mq: make sure hctx->next_cpu is set correctly
` [PATCH 2/2] blk-mq: convert WARN_ON in __blk_mq_run_hw_queue to printk

[for-4.16 PATCH v5 0/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
 2018-01-17 15:34 UTC  (7+ messages)
` [for-4.16 PATCH v5 1/3] blk-mq: factor out a few helpers from __blk_mq_try_issue_directly
` [for-4.16 PATCH v5 2/3] blk-mq: improve DM's blk-mq IO merging performance
` [for-4.16 PATCH v5 2/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
` [for-4.16 PATCH v5 3/3] blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request

[PATCH v2 06/12] bcache: set error_limit correctly
 2018-01-17 15:11 UTC  (2+ messages)

[PATCH 0/2] blk-mq: support physical CPU hotplug
 2018-01-17 10:17 UTC  (16+ messages)
` [PATCH 2/2] blk-mq: simplify queue mapping & schedule with each possisble CPU

[PATCH] lightnvm/pblk-gc: Delete an error message for a failed memory allocation in pblk_gc_line_prepare_ws()
 2018-01-17  8:01 UTC  (3+ messages)

how to enlarge value of max_sectors_kb
 2018-01-17  6:10 UTC  (2+ messages)

[PATCH] blktrace: support enabling cgroup info per-device
 2018-01-17  6:10 UTC  (2+ messages)

[PATCH] blk-mq: Fix a race condition in blk_mq_mark_tag_wait()
 2018-01-16 18:30 UTC 

[for-4.16 PATCH v5 0/4] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-16 18:19 UTC  (13+ messages)

[PATCH V4 0/3] blk-mq: issue request directly for blk_insert_cloned_request
 2018-01-16 18:16 UTC  (22+ 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 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)

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  (8+ 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  (9+ 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


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