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

[dm-devel] [PATCH 0/2] dm: add new loop and ram targets
 2018-01-22 20:19 UTC 

[PATCH v5 1/2] Return bytes transferred for partial direct I/O
 2018-01-22 19:13 UTC  (18+ messages)
` [PATCH 2/2] xfs: remove assert to check bytes returned

blk-mq hangs easily with LLVM+clang test suite
 2018-01-22 17:40 UTC  (6+ messages)

[PATCH 0/5] blk-mq & dm: fix IO hang and deal with one performance issue
 2018-01-22 17:13 UTC  (11+ messages)
` [PATCH 1/5] blk-mq: introduce BLK_STS_DEV_RESOURCE
` [PATCH 2/5] dm-rq: handle dispatch exception in dm_dispatch_clone_request()
` [PATCH 3/5] dm-rq: return BLK_STS_* from map_request()
` [PATCH 4/5] blk-mq: introduce blk_get_request_notify
` [PATCH 5/5] dm-mpath: use blk_mq_alloc_request_notify for allocating blk-mq req

[PATCH TRIVIAL] bsg: use pr_debug instead of hand crafted macros
 2018-01-22 16:33 UTC  (2+ messages)

[PATCH] blktrace: support enabling cgroup info per-device
 2018-01-22 13:00 UTC  (3+ messages)

[LSF/MM TOPIC] A high-performance userspace block driver
 2018-01-22 12:18 UTC  (6+ messages)
    ` [Lsf-pc] "

[PATCH 4.14 28/89] delayacct: Account blkio completion on the correct task
 2018-01-22  8:45 UTC 

[PATCH] blk-mq: introduce BLK_STS_DEV_RESOURCE
 2018-01-22  3:18 UTC  (6+ messages)
`  "

(v2. forward to qemu )-Panic with ext4,nbd,qemu-img,block
 2018-01-22  2:06 UTC 

[PATCH RESEND 3/3] blk-throttle: do downgrade/upgrade check when issuing io to lower layer
 2018-01-22  1:17 UTC 

[PATCH RESEND 2/3] blk-throttle: support only configure leaf nodes
 2018-01-22  1:17 UTC 

[PATCH RESEND 1/3] blk-throttle: fix NULL pointer dereference risk in throtl_select_dispatch
 2018-01-22  1:17 UTC 

Panic with ext4,nbd,qemu-img,block
 2018-01-20 23:40 UTC  (2+ messages)

[RFC PATCH] blk-mq: fixup RESTART when queue becomes idle
 2018-01-20  4:27 UTC  (53+ messages)
                  ` [dm-devel] "

[PATCH v2] bdi: show error log when fail to create bdi debugfs entry
 2018-01-20  0:09 UTC  (4+ messages)

[PATCH] blk-throttle: use queue_is_rq_based
 2018-01-19 23:35 UTC  (3+ messages)

[PATCH v2] blk-throttle: use queue_is_rq_based
 2018-01-19 23:34 UTC 

[PATCH 0/3] Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
 2018-01-19 19:54 UTC  (8+ messages)
` [PATCH 1/3] blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()
` [PATCH 2/3] blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
` [PATCH 3/3] block: Remove kblockd_schedule_delayed_work{,_on}()

[PATCH] lib/scatterlist: Fix chaining support in sgl_alloc_order()
 2018-01-19 19:31 UTC  (3+ messages)

[GIT PULL] additional nvme fixes and cleanups for Linux 4.16
 2018-01-19 19:29 UTC  (2+ messages)

[PATCH] dm rq: Avoid that request processing stalls sporadically
 2018-01-19  6:36 UTC  (13+ messages)
`  "

[PATCH v3 RESEND 2/2] blk-throttle: fix wrong initialization in case of dm device
 2018-01-19  3:57 UTC  (4+ messages)

[PATCH 2/2] blk-mq: simplify queue mapping & schedule with each possisble CPU
 2018-01-19  3:05 UTC  (12+ messages)

[PATCH v3 RESEND 1/2] blk-throttle: track read and write request individually
 2018-01-19  2:54 UTC  (7+ messages)

[PATCH v3 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
 2018-01-18 19:57 UTC  (3+ messages)

[RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
 2018-01-18 19:56 UTC  (4+ messages)

[PATCH v2 0/3] Avoid that blk_{un,}register_queue() trigger lock inversion
 2018-01-18 19:55 UTC  (8+ 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()

[GIT PULL] Two NVMe fixes for 4.15 final
 2018-01-18 18:05 UTC 

[PATCH v5] Return bytes transferred for partial direct I/O
 2018-01-18 17:13 UTC  (4+ messages)

[PATCH BUGFIX/IMPROVEMENT 0/2] block, bfq: two pending patches
 2018-01-18 15:23 UTC  (3+ messages)

[PATCH] blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busy
 2018-01-18  6:39 UTC  (4+ messages)
`  "

[PATCH v2 06/12] bcache: set error_limit correctly
 2018-01-18  6:20 UTC 

[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  3:52 UTC  (17+ messages)
` [for-4.16 PATCH v6 2/3] "
            ` [PATCH] blk mq: don't blk_mq_request_bypass_insert _and_ return BLK_STS_RESOURCE
                `  "

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)

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  (8+ messages)
` [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  (2+ 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


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