linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-09 07:37:46 to 2017-10-13 11:19:12 UTC [more...]

[PATCH V11 0/4] mmc: Add Command Queue support
 2017-10-13 11:12 UTC 

[PATCH 0/8] Introduce sgl_alloc() and sgl_free()
 2017-10-13  8:47 UTC  (17+ messages)
` [PATCH 1/8] lib: "
` [PATCH 2/8] crypto: scompress - use "
` [PATCH 3/8] nvmet/fc: Use "
` [PATCH 4/8] nvmet/rdma: "
` [PATCH 5/8] target: Use sgl_alloc_order() "
` [PATCH 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
` [PATCH 7/8] scsi/pmcraid: Remove an unused structure member
` [PATCH 8/8] scsi/pmcraid: Use sgl_alloc_order() and sgl_free_order()

[PATCH v2 2/2] block/cfq: Fix memory leak without CFQ_GROUP_IOSCHED
 2017-10-13  3:45 UTC 

[PATCH V7 0/6] blk-mq-sched: improve sequential I/O performance
 2017-10-13  0:20 UTC  (11+ messages)
` [PATCH V7 1/6] blk-mq-sched: fix scheduler bad performance
` [PATCH V7 2/6] blk-mq-sched: move actual dispatching into one helper
` [PATCH V7 3/6] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V7 4/6] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
` [PATCH V7 5/6] blk-mq-sched: improve dispatching from sw queue
` [PATCH V7 6/6] SCSI: implement .get_budget and .put_budget for blk-mq

[bug report] block, bfq: decrease burst size when queues in burst exit
 2017-10-12 21:51 UTC 

[PATCH v7 0/9] Hello Jens,
 2017-10-12 19:53 UTC  (19+ messages)
` [PATCH v7 1/9] md: Rename md_notifier into md_reboot_notifier
` [PATCH v7 2/9] md: Introduce md_stop_all_writes()
` [PATCH v7 3/9] md: Neither resync nor reshape while the system is frozen
` [PATCH v7 4/9] block: Make q_usage_counter also track legacy requests
` [PATCH v7 5/9] block: Introduce blk_get_request_flags()
` [PATCH v7 6/9] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v7 7/9] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v7 8/9] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v7 9/9] block, scsi: Make SCSI quiesce and resume work reliably

[PATCH v8 00/10] block, scsi, md: Improve suspend and resume
 2017-10-12 17:45 UTC  (20+ messages)
` [PATCH v8 01/10] md: Rename md_notifier into md_reboot_notifier
` [PATCH v8 02/10] md: Introduce md_stop_all_writes()
` [PATCH v8 03/10] md: Neither resync nor reshape while the system is frozen
` [PATCH v8 04/10] block: Make q_usage_counter also track legacy requests
` [PATCH v8 05/10] block: Introduce blk_get_request_flags()
` [PATCH v8 06/10] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v8 07/10] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v8 08/10] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v8 09/10] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v8 10/10] block, nvme: Introduce blk_mq_req_flags_t

[PATCH v2] blk-throttle: track read and write request individually
 2017-10-12 17:13 UTC  (2+ messages)

[PATCH V6 0/5] blk-mq-sched: improve sequential I/O performance
 2017-10-12 15:49 UTC  (17+ messages)
` [PATCH V6 1/5] blk-mq-sched: fix scheduler bad performance
` [PATCH V6 2/5] blk-mq-sched: move actual dispatching into one helper
` [PATCH V6 3/5] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V6 4/5] blk-mq-sched: improve dispatching from sw queue
` [PATCH V6 5/5] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed

[PATCH V8 00/14] mmc: Add Command Queue support
 2017-10-12  8:28 UTC  (12+ messages)

[PATCH v3] blkcg: add sanity check for blkcg policy operations
 2017-10-12  7:58 UTC  (2+ messages)

[PATCH v2] blkcg: add sanity check for blkcg policy operations
 2017-10-12  6:26 UTC  (3+ messages)

[PATCH] blk-throttle: track read and write request individually
 2017-10-12  1:09 UTC  (3+ messages)

[PATCH] blk-throttle: allow configure 0 for some settings
 2017-10-11 20:22 UTC 

[PATCH] kyber: fix hang on domain token wait queue
 2017-10-11 17:39 UTC 

[PATCH V2 0/3] block: export latency info for cgroups
 2017-10-11 14:41 UTC  (10+ messages)
` [PATCH V2 1/3] blk-stat: delete useless code
` [PATCH V2 2/3] block: set request_list for request
` [PATCH V2 3/3] blockcg: export latency info for each cgroup

[PATCH V9 00/15] mmc: Add Command Queue support
 2017-10-11 13:24 UTC  (3+ messages)

nvme multipath support V3
 2017-10-11 12:24 UTC  (15+ messages)
` [PATCH 1/9] block: move REQ_NOWAIT
` [PATCH 2/9] block: add REQ_DRV bit
` [PATCH 3/9] block: provide a direct_make_request helper
` [PATCH 5/9] nvme: track subsystems
` [PATCH 6/9] nvme: introduce a nvme_ns_ids structure
` [PATCH 7/9] nvme: track shared namespaces
` [PATCH 8/9] nvme: implement multipath access to nvme subsystems

[PATCH v2 0/3] Move tagset reinit to its only current consumer, nvme-core
 2017-10-11 10:29 UTC  (7+ messages)
` [PATCH v2 1/3] block: introduce blk_mq_tagset_iter
` [PATCH v2 2/3] nvme: introduce nvme_reinit_tagset
` [PATCH v2 3/3] block: remove blk_mq_reinit_tagset

[PATCH] blkcg: add sanity check for blkcg policy operations
 2017-10-11  9:44 UTC  (3+ messages)

[PATCH v2 0/9] Nowait support for stacked block devices
 2017-10-10 22:36 UTC  (4+ messages)

[PATCH] block: add partition uuid into uevent as "PARTUUID"
 2017-10-10 20:57 UTC  (2+ messages)

[PATCH] blk-throttle: fix null pointer dereference while throttling writeback IOs
 2017-10-10 19:09 UTC  (5+ messages)

[PATCH] blkcg: check pol->cpd_free_fn before free cpd
 2017-10-10 15:44 UTC  (4+ messages)

[PATCH V5 00/14] blk-mq-sched: improve sequential I/O performance(part 1)
 2017-10-10 15:10 UTC  (18+ messages)
` [PATCH V5 5/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V5 6/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V5 7/7] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed

[PATCH V2] writeback: merge try_to_writeback_inodes_sb_nr() into caller
 2017-10-10 14:15 UTC  (2+ messages)

[PATCH v6 0/9] block, scsi, md: Improve suspend and resume
 2017-10-10  9:50 UTC  (6+ messages)
` [PATCH v6 9/9] block, scsi: Make SCSI device suspend and resume work reliably

false positive lockdep splat with loop device
 2017-10-10  9:43 UTC  (4+ messages)

[ANNOUNCE] fsperf: a simple fs/block performance testing framework
 2017-10-10  9:00 UTC  (14+ messages)

[PATCH] bcache: fix race in setting bdev state
 2017-10-10  7:46 UTC  (2+ messages)

[PATCH] [PATCH v3] bcache: gc does not work when triggering by manual
 2017-10-10  6:12 UTC  (3+ messages)

[PATCH] bcache: fix race in setting bdev state
 2017-10-10  6:04 UTC  (2+ messages)

[PATCH] bcache: fix race in setting bdev state
 2017-10-10  4:14 UTC  (2+ messages)

[PATCH 4/5] bcache: writeback: collapse contiguous IO better
 2017-10-10  0:00 UTC  (18+ messages)

[PATCH] Btrfs: avoid losing data raid profile when deleting a device
 2017-10-09 18:02 UTC  (2+ messages)

[PATCH] block: remove unnecessary NULL checks in bioset_integrity_free()
 2017-10-09 18:34 UTC  (4+ messages)

[PATCH] nbd: don't set the device size until we're connected
 2017-10-09 18:29 UTC  (2+ messages)

[PATCH] skd: Use kmem_cache_free
 2017-10-09 17:33 UTC  (3+ messages)

[PATCH BUGFIX] block, bfq: fix bug related to the burst_size counter
 2017-10-09 15:55 UTC  (3+ messages)
` [PATCH BUGFIX] block, bfq: fix unbalanced decrements of burst size

[PATCH v2 0/1] block,bfq: Disable writeback throttling
 2017-10-09 14:29 UTC  (3+ messages)
` [PATCH V2 1/1] "

(no subject)
 2017-10-09 10:59 UTC  (4+ messages)
` [PATCH v2 1/2] bcache: writeback rate shouldn't artifically clamp
` [PATCH v2 2/2] bcache: rearrange writeback main thread ratelimit

fio-based responsiveness test for MMTests
 2017-10-09 10:02 UTC  (4+ messages)

[PATCH v2] block/laptop_mode: Convert timers to use timer_setup()
 2017-10-09  9:14 UTC  (3+ 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).