linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-05 20:59:47 to 2016-11-12 05:11:27 UTC [more...]

[PATCHSET v3] block: IO polling improvements
 2016-11-12  5:11 UTC  (4+ 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

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

"creative" bio usage in the RAID code
 2016-11-11 19:02 UTC  (2+ messages)

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

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

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

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-11 12:05 UTC  (13+ 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 04/60] block: floppy: use bio_add_page()
 2016-11-11  8:39 UTC  (3+ messages)

[PATCH] sd_zbc: Force use of READ16/WRITE16
 2016-11-11  5:53 UTC 

[RFC PATCH 0/6] Sed Opal
 2016-11-10 23:23 UTC  (9+ 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)

[PATCHSET] Throttled buffered writeback
 2016-11-10 19:38 UTC  (27+ messages)
` [PATCH 1/8] block: add WRITE_BACKGROUND
` [PATCH 3/8] writeback: mark background writeback as such
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] block: add code to track actual device queue depth
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism
` [PATCH 8/8] block: hook up writeback throttling

[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  (32+ 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

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

[RFC PATCH] pci: add pci_irq_get_affinity_vector()
 2016-11-08 15:25 UTC  (7+ messages)

[PATCH] skd: use pci_alloc_irq_vectors
 2016-11-08  4:38 UTC  (2+ messages)

an iomap-based direct I/O implementation V2
 2016-11-08  1:38 UTC  (7+ messages)
` [PATCH 4/5] iomap: implement direct I/O

[BUG 4.4.26] bio->bi_bdev == NULL in raid6 return_io()
 2016-11-07 20:34 UTC  (3+ messages)

[PATCHv3 00/41] ext4: support of huge pages
 2016-11-07 16:03 UTC  (13+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()

support for partial irq affinity assignment
 2016-11-07 15:53 UTC  (8+ messages)
` [PATCH 1/2] irq,pci: allow drivers to specify complex affinity requirement
` [PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues

[RFC, PATCH] pktcdvd: don't scribble over the bvec array
 2016-11-07 15:50 UTC  (3+ messages)

[PATCHSET v2] block: IO polling improvements
 2016-11-07 15:29 UTC  (2+ messages)

[PATCH 0/3] iopmem : A block device for PCIe memory
 2016-11-06 14:05 UTC  (9+ messages)

[PATCHSET] block: IO polling improvements
 2016-11-05 20:59 UTC  (8+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests


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