linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-08 19:03:53 to 2016-11-15 18:55:58 UTC [more...]

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-15 18:55 UTC  (19+ 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

[PATCHSET] Add support for simplified async direct-io
 2016-11-15 13:58 UTC  (12+ 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

[PATCHSET v3] block: IO polling improvements
 2016-11-15 13:49 UTC  (9+ 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

[PATCH V4 00/15] blk-throttle: add .high limit
 2016-11-15  3:57 UTC  (24+ 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] 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 1/2] blk-mq: Fix failed allocation path when mapping queues
 2016-11-14 19:24 UTC  (2+ messages)
` [PATCH 2/2] blk-mq: Avoid memory reclaim when remapping queues

[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] nd_blk,nd_pmem,nd_btt: add endio blktrace events
 2016-11-11 14:55 UTC  (7+ 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/RFC] mm: don't cap request size based on read-ahead setting
 2016-11-10 17:00 UTC 

[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 

BUG: Hung task timeouts in for-4.10/dio
 2016-11-09 17:03 UTC  (23+ messages)

support for partial irq affinity assignment V3
 2016-11-09 15:10 UTC  (15+ messages)
` [PATCH 1/7] genirq/affinity: Introduce struct irq_affinity
` [PATCH 2/7] genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()
` [PATCH 3/7] genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()
` [PATCH 4/7] PCI/MSI: Propagate IRQ affinity description through the MSI code
` [PATCH 5/7] pci/msi: Provide pci_alloc_irq_vectors_affinity()
` [PATCH 6/7] PCI: Remove the irq_affinity mask from struct pci_dev
` [PATCH 7/7] blk-mq: add a first_vec argument to blk_mq_pci_map_queues

support for partial irq affinity assignment
 2016-11-08 22:30 UTC  (13+ messages)
` [PATCH 1/7] genirq/affinity: Introduce struct irq_affinity
` [PATCH 3/7] genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()
` [PATCH 4/7] pci/msi: Propagate irq affinity description through the MSI code
` [PATCH 5/7] pci/msi: Provide pci_alloc_irq_vectors_affinity()
` [PATCH 6/7] pci: Remove the irq_affinity mask from struct pci_dev

[PATCH] block: disallow changing max_sectors_kb on a request stacking device
 2016-11-08 21:10 UTC  (8+ messages)
`  "
  ` [PATCH v2] "


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