linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-09 17:23:21 to 2016-11-16 20:59:24 UTC [more...]

[PATCHSET v3] block: IO polling improvements
 2016-11-16 20:59 UTC  (11+ messages)
` [PATCH 1/3] block: fast-path for small and simple direct I/O requests
` [PATCH 2/3] blk-mq: implement hybrid poll mode for sync O_DIRECT
` [PATCH 3/3] blk-mq: make the polling code adaptive

[PATCHSET] Add support for simplified async direct-io
 2016-11-16 20:51 UTC  (19+ messages)
` [PATCH 1/2] block: support any sized IO for simplified bdev direct-io
` [PATCH 2/2] block: add support for async simple direct-io for bdevs

[PATCH v3] mm: don't cap request size based on read-ahead setting
 2016-11-16 19:31 UTC 

[PATCH/RFC] mm: don't cap request size based on read-ahead setting
 2016-11-16 18:47 UTC  (6+ messages)

[PATCH] mm: don't cap request size based on read-ahead setting
 2016-11-16 18:38 UTC  (4+ messages)

[PATCHSET] Add support for write zeroes operation in Block layer and NVMe Driver
 2016-11-16 17:59 UTC  (8+ messages)
` [PATCH 1/5] block: add async variant of blkdev_issue_zeroout
` [PATCH 2/5] block: add support for REQ_OP_WRITE_ZEROES
` [PATCH 4/5] nvme: add support for the Write Zeroes command
` [PATCH 5/5] nvmet: "

[PATCH 3/5] nvme.h: add Write Zeroes definitions
 2016-11-16 16:48 UTC  (2+ messages)

[PATCH 1/2] blk-mq: Fix failed allocation path when mapping queues
 2016-11-16 16:23 UTC  (4+ messages)
` [PATCH 2/2] blk-mq: Avoid memory reclaim when remapping queues

[PATCH] blk-bwt: fix old-style function declaration
 2016-11-16 15:33 UTC  (2+ messages)

[PATCH] null_blk: Add notes to use LightNVM
 2016-11-16 15:27 UTC  (3+ messages)

[PATCH] block: deal with stale req count of plug list
 2016-11-16 15:10 UTC  (2+ messages)

[patch] nd_blk,nd_pmem,nd_btt: add endio blktrace events
 2016-11-16 14:06 UTC  (9+ messages)

[PATCH] blk-cgroup: use __GFP_NOWARN for NOWAIT allocations
 2016-11-16 11:00 UTC  (2+ messages)

[PATCH V4 00/15] blk-throttle: add .high limit
 2016-11-15 21:31 UTC  (26+ messages)
` [PATCH V4 01/15] blk-throttle: prepare support multiple limits
` [PATCH V4 02/15] blk-throttle: add .high interface
` [PATCH V4 03/15] blk-throttle: configure bps/iops limit for cgroup in high limit
` [PATCH V4 04/15] blk-throttle: add upgrade logic for LIMIT_HIGH state
` [PATCH V4 05/15] blk-throttle: add downgrade logic
` [PATCH V4 06/15] blk-throttle: make sure expire time isn't too big
` [PATCH V4 07/15] blk-throttle: make throtl_slice tunable
` [PATCH V4 08/15] blk-throttle: detect completed idle cgroup
` [PATCH V4 09/15] blk-throttle: make bandwidth change smooth
` [PATCH V4 10/15] blk-throttle: add a simple idle detection
` [PATCH V4 11/15] blk-throttle: add interface to configure think time threshold
` [PATCH V4 12/15] blk-throttle: ignore idle cgroup limit
` [PATCH V4 13/15] blk-throttle: add a mechanism to estimate IO latency
` [PATCH V4 14/15] blk-throttle: add interface for per-cgroup target latency
` [PATCH V4 15/15] blk-throttle: add latency target support

[PATCH 1/2] nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
 2016-11-15 19:51 UTC  (4+ messages)
` [PATCH 2/2] scsi_lib: "

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-15 18:57 UTC  (20+ messages)
` [PATCH 01/12] block: bio: pass bvec table to bio_init()
` [PATCH 02/12] block: drbd: remove impossible failure handling
` [PATCH 03/12] block: floppy: use bio_add_page()
` [PATCH 04/12] target: avoid to access .bi_vcnt directly
` [PATCH 05/12] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 06/12] dm: crypt: use bio_add_page()
` [PATCH 07/12] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 08/12] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 09/12] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 10/12] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 11/12] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 12/12] fs: logfs: remove unnecesary check

[PATCH] blk-mq drivers: untangle 0 and BLK_MQ_RQ_QUEUE_OK
 2016-11-15  3:54 UTC  (2+ messages)

"creative" bio usage in the RAID code
 2016-11-15  1:30 UTC  (11+ messages)

[PATCH] loop: return proper error from loop_queue_rq()
 2016-11-14 22:58 UTC  (2+ messages)

blk-mq: preparation of the ground for BFQ inclusion
 2016-11-14 22:42 UTC  (2+ messages)

[PATCH] sd_zbc: Force use of READ16/WRITE16
 2016-11-14 20:17 UTC  (3+ messages)

[PATCH] bsg: Add sparse annotations to bsg_request_fn()
 2016-11-14 16:56 UTC  (3+ messages)

[PATCHSET] blk-wbt: cleanups
 2016-11-14  9:01 UTC  (5+ messages)
` [PATCH 1/2] blk-wbt: store queue instead of bdi
` [PATCH 2/2] blk-wbt: remove stat ops

[PATCH 0/3] micro-optimize irq-poll
 2016-11-14  1:02 UTC  (9+ messages)
` [PATCH 1/3] irq-poll: Remove redundant include
` [PATCH 2/3] irq-poll: micro optimize some branch predictions
` [PATCH 3/3] irq-poll: Reduce local_irq_save/restore operations in irq_poll_softirq

[GIT PULL] More block fixes for 4.9-rc
 2016-11-12 23:33 UTC 

[PATCHSET] Throttled buffered writeback
 2016-11-12  5:19 UTC  (17+ messages)
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism

[GIT PULL] Block fixes for 4.9-rc
 2016-11-12  1:24 UTC  (3+ messages)

Regression: nvme timeouts and oopses
 2016-11-11 19:28 UTC  (5+ messages)

Reduced latency is killing performance
 2016-11-11 17:15 UTC  (8+ messages)

[PATCH 04/60] block: floppy: use bio_add_page()
 2016-11-11  8:39 UTC  (3+ messages)

[RFC PATCH 0/6] Sed Opal
 2016-11-10 23:23 UTC  (7+ messages)
` [RFC PATCH 5/6] nvme: Add unlock_from_suspend

Higher block layer latency in kernel v4.8-r6 vs. v4.4.16 for NVMe
 2016-11-10 22:14 UTC  (3+ messages)

[patch] block: precedence bug in bio_set_op_attrs() macro
 2016-11-10 20:07 UTC  (2+ messages)

[PATCH] block: clear all of bi_opf in bio_set_op_attrs
 2016-11-10 19:29 UTC  (3+ messages)

[PATCH] block: cfq_cpd_alloc() should use @gfp
 2016-11-10 17:10 UTC  (2+ messages)

[PATCH] LightNVM fix for 4.9-rc5
 2016-11-10 15:03 UTC  (2+ messages)

[bug report] blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methods
 2016-11-10 13:34 UTC 

[bug report] block: generic request_queue reference counting
 2016-11-10 12:55 UTC 

[PATCH] lightnvm: invalid offset calculation for lba_shift
 2016-11-10 11:26 UTC 

[PATCH] Unittest framework based on nvme-cli
 2016-11-09 17:23 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).