linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-26 16:35:23 to 2017-08-30 21:51:05 UTC [more...]

[PATCH] block/loop: fix use after feee
 2017-08-30 21:51 UTC 

[GIT PULL] nvme update for Linux 4.14, take 2
 2017-08-30 20:59 UTC  (12+ messages)

[PATCH 0/6] drivers: make device_attribute const
 2017-08-30 19:18 UTC  (9+ messages)
` [PATCH 1/6] ACPI: "
` [PATCH 2/6] nbd: "
` [PATCH 5/6] platform/x86: "
` [PATCH 6/6] power: supply: "

[PATCH 0/3]block/loop: handle discard/zeroout error
 2017-08-30 19:17 UTC  (4+ messages)
` [PATCH 1/3] block/loop: don't hijack error number
` [PATCH 2/3] block/loop: use FALLOC_FL_ZERO_RANGE for REQ_OP_WRITE_ZEROES
` [PATCH 3/3] block/loop: suppress discard IO error message

[PATCH 0/5] Five BFQ patches for kernel v4.14
 2017-08-30 18:42 UTC  (6+ messages)
` [PATCH 1/5] bfq: Annotate fall-through in a switch statement
` [PATCH 2/5] bfq: Declare local functions static
` [PATCH 3/5] bfq: Check kstrtoul() return value
` [PATCH 4/5] bfq: Suppress compiler warnings about comparisons
` [PATCH 5/5] bfq: Use icq_to_bic() consistently

[PATCH V3 00/14] blk-mq-sched: improve SCSI-MQ performance
 2017-08-30 17:17 UTC  (14+ messages)
` [PATCH V3 02/14] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V3 03/14] blk-mq: introduce blk_mq_dispatch_rq_from_ctx()
` [PATCH V3 05/14] blk-mq-sched: improve dispatching from sw queue
` [PATCH V3 06/14] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
` [PATCH V3 11/14] block: add check on elevator for supporting bio merge via hashtable from blk-mq sw queue
` [PATCH V3 12/14] block: introduce .last_merge and .hash to blk_mq_ctx
` [PATCH V3 13/14] blk-mq-sched: refactor blk_mq_sched_try_merge()
` [PATCH V3 14/14] blk-mq: improve bio merge from blk-mq sw queue

[PATCH 0/2] blk-mq: fix I/O hang during system resume
 2017-08-30 16:58 UTC  (8+ messages)
` [PATCH 1/2] blk-mq: add requests in the tail of hctx->dispatch
` [PATCH 2/2] blk-mq: align to legacy's implementation of blk_execute_rq

BFQ + dm-mpath
 2017-08-30 16:31 UTC  (2+ messages)

[GIT PULL] last minute NVMe fixes for 4.13
 2017-08-30 15:12 UTC  (2+ messages)

[PATCH] block, bfq: fix error handle in bfq_init
 2017-08-30 15:04 UTC  (3+ messages)

I/O hangs after resuming from suspend-to-ram
 2017-08-30 14:37 UTC  (20+ messages)

[RFC] block: deprecate choosing elevator via boot param
 2017-08-30 14:24 UTC  (4+ messages)

[PATCH] kernfs: checking for IS_ERR() instead of NULL
 2017-08-30 14:04 UTC 

[PATCH V6 00/12] mmc: Add Command Queue support
 2017-08-30 13:14 UTC  (10+ messages)
` [PATCH V6 01/12] mmc: core: Move mmc_start_areq() declaration
` [PATCH V6 02/12] mmc: block: Fix block status codes
` [PATCH V6 03/12] mmc: host: Add CQE interface
` [PATCH V6 04/12] mmc: core: Turn off CQE before sending commands

possible circular locking dependency detected [was: linux-next: Tree for Aug 22]
 2017-08-30 12:30 UTC  (10+ messages)

[PATCH] partitions/ibm: call ->getgeo directly
 2017-08-30  7:22 UTC 

[PATCH V2 0/2] block/loop: improve performance
 2017-08-30  6:43 UTC  (9+ messages)
` [PATCH V2 1/2] block/loop: set hw_sectors
` [PATCH V2 2/2] block/loop: allow request merge for directio mode

[RFC] block/loop: make loop cgroup aware
 2017-08-30  5:07 UTC  (5+ messages)

[PATCH] block: Call .initialize_rq_fn() also for filesystem requests
 2017-08-30  3:01 UTC  (9+ messages)

[PATCH 1/2] bfq: Re-enable auto-loading when built as a module
 2017-08-29 21:51 UTC  (13+ messages)
` [PATCH 2/2] mq-deadline: Enable auto-loading when built as module

[PATCH] bsg: remove #if 0'ed code
 2017-08-29 16:50 UTC  (2+ messages)

[PATCH] blkcg: check pol->cpd_free_fn before free cpd
 2017-08-29 16:08 UTC 

[PATCH] block: Make blk_dequeue_request() static
 2017-08-29 15:49 UTC  (4+ messages)

[PATCH 0/2] skd: Two additional patches for kernel v4.14
 2017-08-29 15:43 UTC  (4+ messages)
` [PATCH 1/2] skd: Remove blk_queue_bounce_limit() call
` [PATCH 2/2] skd: Let the block layer core choose .nr_requests

RFC: nvme multipath support
 2017-08-29 15:41 UTC  (51+ messages)
` [PATCH 01/10] nvme: report more detailed status codes to the block layer
` [PATCH 02/10] nvme: allow calling nvme_change_ctrl_state from irq context
` [PATCH 03/10] nvme: remove unused struct nvme_ns fields
` [PATCH 04/10] nvme: remove nvme_revalidate_ns
` [PATCH 05/10] nvme: don't blindly overwrite identifiers on disk revalidate
` [PATCH 06/10] nvme: track subsystems
` [PATCH 07/10] nvme: track shared namespaces
` [PATCH 08/10] block: provide a generic_make_request_fast helper
` [PATCH 09/10] blk-mq: add a blk_steal_bios helper
` [PATCH 10/10] nvme: implement multipath access to nvme subsystems

[PATCH] blk-mq: Improvements to the hybrid polling sleep time calculation
 2017-08-29 15:33 UTC  (3+ messages)

[PATCH]blk-mq-sched: remove the empty entry in token wait list
 2017-08-29 14:52 UTC 

[GIT PULL] nvme update for Linux 4.14
 2017-08-29 14:50 UTC  (14+ messages)

non-blocking buffered reads V5
 2017-08-29 14:13 UTC  (5+ messages)
` [PATCH 1/4] fs: pass iocb to do_generic_file_read
` [PATCH 2/4] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/4] fs: support RWF_NOWAIT for buffered reads
` [PATCH 4/4] block_dev: support RFW_NOWAIT on block device nodes

[PATCH 0/4] loop: support different logical block sizes
 2017-08-29 11:33 UTC  (2+ messages)

[PATCH] block/nullb: delete unnecessary memory free
 2017-08-28 21:05 UTC  (4+ messages)

[PATCH RFC] Block/blk-wbt: do not let background writes block sync writes
 2017-08-28 21:05 UTC  (5+ messages)

[bug report] nullb: add interface to power on disk
 2017-08-28 18:49 UTC 

ALPSS: reminder and submission deadline
 2017-08-28 17:37 UTC 

[PATCH] block: Fix warning when I/O elevator is changed as request_queue is being removed
 2017-08-28 16:54 UTC  (7+ messages)

[PATCH] block, scheduler: convert xxx_var_store to void
 2017-08-28 16:07 UTC  (4+ messages)

FUA, PREFLUSH, VWC redux
 2017-08-28 15:09 UTC 

Help - blk_get_request hangs in schedule even if no memory pressure
 2017-08-27  9:48 UTC 


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