messages from 2016-11-08 02:46:24 to 2016-11-14 20:00:09 UTC [more...]
[PATCHSET v3] block: IO polling improvements
2016-11-14 20:00 UTC (8+ 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 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
[PATCHSET] Add support for simplified async direct-io
2016-11-14 18:17 UTC (11+ 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] bsg: Add sparse annotations to bsg_request_fn()
2016-11-14 16:56 UTC (3+ messages)
[PATCH] sd_zbc: Force use of READ16/WRITE16
2016-11-14 16:10 UTC (2+ messages)
"creative" bio usage in the RAID code
2016-11-14 9:51 UTC (9+ 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
[PATCH 00/12] block: cleanup direct access to bvec table
2016-11-12 21:37 UTC (16+ 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] Throttled buffered writeback
2016-11-12 5:19 UTC (22+ messages)
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [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
[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 (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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).