linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-20 17:22:15 to 2018-01-03 00:24:35 UTC [more...]

[for-4.16 PATCH v2 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
 2018-01-03  0:24 UTC  (12+ messages)
` [for-4.16 PATCH v2 1/5] block: establish request failover callback
` [for-4.16 PATCH v2 2/5] nvme: use request_queue's failover_rq_fn callback for multipath failover
` [for-4.16 PATCH v2 3/5] nvme: move nvme_req_needs_failover() from multipath to core
` [for-4.16 PATCH v2 4/5] dm mpath: use NVMe error handling to know when an error is retryable
` [for-4.16 PATCH v2 5/5] dm mpath: skip calls to end_io_bio if using NVMe bio-based and round-robin

[PATCH 0/2] block: fix two regressiones on bounce
 2018-01-02 21:16 UTC  (3+ messages)

[PATCH 0/2] Two bug fixes for the pktcdvd driver
 2018-01-02 19:39 UTC  (3+ messages)
` [PATCH 1/2] pktcdvd: Fix pkt_setup_dev() error path
` [PATCH 2/2] pktcdvd: Fix a recently introduced NULL pointer dereference

Re: [for-416 PATCH] bcache: fix writeback target calc on large devices
 2018-01-02 19:02 UTC  (4+ messages)
`  "
` [for-416 PATCH v2] bcache: fix writeback target calculation

[PATCH 0/3] Performance enhancements
 2018-01-02 16:50 UTC  (32+ messages)
` [PATCH 1/3] nvme/pci: Start request after doorbell ring
` [PATCH 2/3] nvme/pci: Remove cq_vector check in IO path
` [PATCH 3/3] block: Polling completion performance optimization

[PATCH] blktrace: output io cgroup name for cgroup v1
 2018-01-02 16:32 UTC  (2+ messages)

[for-416 PATCH 3/3] bcache: allow quick writeback when backing idle
 2018-01-02 16:23 UTC  (2+ messages)

[for-416 PATCH 3/3] bcache: allow quick writeback when backing idle
 2018-01-02  8:18 UTC  (2+ messages)

[for-416 PATCH] bcache: fix writeback target calc on large devices
 2018-01-02  8:12 UTC  (2+ messages)

About the try to remove cross-release feature entirely by Ingo
 2018-01-02  7:57 UTC  (15+ messages)

[PATCH V2 0/6] blk-mq: fix race related with device deletion/reset/switching sched
 2018-01-02  3:01 UTC  (17+ messages)
` [PATCH V2 1/6] blk-mq: quiesce queue before freeing queue
` [PATCH V2 2/6] blk-mq: support concurrent blk_mq_quiesce_queue()
` [PATCH V2 3/6] blk-mq: quiesce queue during switching io sched and updating nr_requests
` [PATCH V2 4/6] blk-mq: avoid to map CPU into stale hw queue
` [PATCH V2 5/6] blk-mq: fix race between updating nr_hw_queues and switching io sched
` [PATCH V2 6/6] nvme-pci: remove .init_request callback

[PATCH v2 4/6] pktcdvd: Check queue type before attaching to a queue
 2017-12-31  1:23 UTC  (4+ messages)
` [v2,4/6] "

[for-416 PATCH 1/2] bcache: Fix, improve efficiency of closure_sync()
 2017-12-30 23:09 UTC  (2+ messages)
` [for-416 PATCH 2/2] bcache: mark closure_sync() __sched

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-29 18:44 UTC  (20+ messages)

[RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
 2017-12-29 17:17 UTC  (3+ messages)

[for-416 PATCH v2] bcache: writeback: collapse contiguous IO better
 2017-12-29 16:49 UTC  (2+ messages)

regression 4.15-rc: kernel oops in dm-multipath
 2017-12-29 14:29 UTC  (5+ messages)

[PATCH IMPROVEMENT] block, bfq: limit sectors served with interactive weight raising
 2017-12-29 14:10 UTC  (3+ messages)

[for-416 PATCH v2] bcache: writeback: collapse contiguous IO better
 2017-12-28 17:57 UTC 

[PATCH 00/25] Updates to lightnvm and pblk
 2017-12-28 13:19 UTC  (27+ messages)
` [PATCH 01/25] null_blk: remove lightnvm support
` [PATCH 02/25] lightnvm: remove rrpc
` [PATCH 03/25] lightnvm: use internal pblk methods
` [PATCH 04/25] lightnvm: remove hybrid ocssd 1.2 support
` [PATCH 05/25] lightnvm: remove unnecessary field from nvm_rq
` [PATCH 06/25] lightnvm: remove lower page tables
` [PATCH 07/25] lightnvm: make geometry structures 2.0 ready
` [PATCH 08/25] lightnvm: refactor target type lookup
` [PATCH 09/25] lightnvm: guarantee target unique name across devs
` [PATCH 10/25] lightnvm: pblk: compress and reorder helper functions
` [PATCH 11/25] lightnvm: pblk: remove pblk_for_each_lun helper
` [PATCH 12/25] lightnvm: pblk: refactor emeta consistency check
` [PATCH 13/25] lightnvm: pblk: rename sync_point to flush_point
` [PATCH 14/25] lightnvm: pblk: clear flush point on completed writes
  ` [PATCH v2] "
` [PATCH 15/25] lightnvm: pblk: prevent premature sync point resets
` [PATCH 16/25] lightnvm: pblk: remove pblk_gc_stop
` [PATCH 17/25] lightnvm: pblk: use exact free block counter in RL
` [PATCH 18/25] lightnvm: set target over-provision on create ioctl
` [PATCH 19/25] lightnvm: pblk: ignore high ecc errors on recovery
` [PATCH 20/25] lightnvm: pblk: do not log recovery read errors
` [PATCH 21/25] lightnvm: pblk: ensure kthread alloc. before kicking it
` [PATCH 22/25] lightnvm: pblk: free write buffer on init failure
` [PATCH 23/25] lightnvm: pblk: print instance name on instance info
` [PATCH 24/25] lightnvm: pblk: add iostat support
` [PATCH 25/25] lightnvm: pblk: refactor pblk_ppa_comp function

[RFC] distinguish foreground and background IOs in block throttle
 2017-12-28  8:48 UTC  (4+ messages)

Re: Re: [for-416 PATCH 1/3] bcache: writeback: collapse contiguous IO better
 2017-12-28  4:14 UTC 

Re: [for-416 PATCH 1/3] bcache: writeback: collapse contiguous IO better
 2017-12-28  3:49 UTC  (2+ messages)

[for-416 PATCH 1/3] bcache: writeback: collapse contiguous IO better
 2017-12-28  3:43 UTC  (2+ messages)

[for-416 PATCH 2/3] bcache: writeback: properly order backing device IO
 2017-12-28  2:38 UTC  (2+ messages)

[for-416 PATCH 2/3] bcache: writeback: properly order backing device IO
 2017-12-28  1:27 UTC 

[for-416 PATCH 1/3] bcache: writeback: collapse contiguous IO better
 2017-12-28  0:52 UTC  (4+ messages)
` [for-416 PATCH 2/3] bcache: writeback: properly order backing device IO
` [for-416 PATCH 3/3] bcache: allow quick writeback when backing idle

[for-416 PATCH] bcache: fix writeback target calc on large devices
 2017-12-28  0:42 UTC 

[PATCH] bcache: fix wrong return value in bch_debug_init()
 2017-12-27 22:22 UTC  (2+ messages)

[PATCH v2] lightnvm: remove hybrid ocssd 1.2 support
 2017-12-27 18:26 UTC 

[PATCH v2] lightnvm: make geometry structures 2.0 ready
 2017-12-27 18:24 UTC 

[PATCH IMPROVEMENT/BUGFIX 0/1] block, bfq: address starvation caused by tag consumption
 2017-12-27 12:15 UTC  (2+ messages)
` [PATCH IMPROVEMENT/BUGFIX 1/1] block, bfq: limit tags for writes and async I/O

[for-4.16 PATCH 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
 2017-12-27  2:42 UTC  (7+ messages)
` [for-4.16 PATCH 4/5] dm mpath: use NVMe error handling to know when an error is retryable
    ` [dm-devel] "

[GIT PULL] Block fixes for 4.15-rc
 2017-12-21 17:53 UTC 

severe regression with random I/O from (at least) 4.14?
 2017-12-21 11:09 UTC  (2+ messages)

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2017-12-21 11:03 UTC  (7+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers

bfq: BUG bfq_queue: Objects remaining in bfq_queue on __kmem_cache_shutdown() after rmmod
 2017-12-21  9:14 UTC  (4+ messages)

[PATCH V9 0/7] blk-mq support for ZBC disks
 2017-12-21  6:43 UTC  (8+ messages)
` [PATCH V9 1/7] block: introduce zoned block devices zone write locking
` [PATCH V9 2/7] mq-deadline: Introduce dispatch helpers
` [PATCH V9 3/7] mq-deadline: Introduce zone locking support
` [PATCH V9 4/7] deadline-iosched: Introduce dispatch helpers
` [PATCH V9 5/7] deadline-iosched: Introduce zone locking support
` [PATCH V9 6/7] sd_zbc: Initialize device request queue zoned data
` [PATCH V9 7/7] sd: Remove zone write locking

[PATCHSET v2] blk-mq: reimplement timeout handling
 2017-12-21  1:00 UTC  (4+ messages)

[PATCH V3] block: drain queue before waiting for q_usage_counter becoming zero
 2017-12-20 23:12 UTC  (2+ messages)

random call_single_data alignment
 2017-12-20 20:23 UTC  (4+ messages)

[PATCH] null_blk: unalign call_single_data
 2017-12-20 19:34 UTC 

[PATCH] block: unalign call_single_data in struct request
 2017-12-20 19:25 UTC 

[PATCH V2] block-throttle: avoid double charge
 2017-12-20 18:12 UTC  (2+ messages)

[PATCH] lightnvm: pblk: remove some unnecessary NULL checks
 2017-12-20 17:30 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).