messages from 2016-11-03 09:39:09 to 2016-11-10 19:36:41 UTC [more...]
[PATCHSET] Throttled buffered writeback
2016-11-10 19:36 UTC (26+ 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 04/60] block: floppy: use bio_add_page()
2016-11-10 19:35 UTC (9+ messages)
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
[patch] nd_blk,nd_pmem,nd_btt: add endio blktrace events
2016-11-10 19:33 UTC (6+ messages)
[PATCH] block: clear all of bi_opf in bio_set_op_attrs
2016-11-10 19:29 UTC (3+ messages)
Higher block layer latency in kernel v4.8-r6 vs. v4.4.16 for NVMe
2016-11-10 19:04 UTC (2+ 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
Reduced latency is killing performance
2016-11-10 16:48 UTC (4+ 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
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 (13+ messages)
` [PATCH 1/5] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 4/5] iomap: implement direct I/O
` [PATCH 5/5] xfs: use iomap_dio_rw
[BUG 4.4.26] bio->bi_bdev == NULL in raid6 return_io()
2016-11-07 20:34 UTC (3+ messages)
[RFC PATCH 0/6] Sed Opal
2016-11-07 18:45 UTC (5+ messages)
` [RFC PATCH 5/6] nvme: Add unlock_from_suspend
[PATCHv3 00/41] ext4: support of huge pages
2016-11-07 16:03 UTC (14+ 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 (16+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests
` [PATCH 3/4] blk-mq: implement hybrid poll mode for sync O_DIRECT
[PATCHSET v2] block: IO polling improvements
2016-11-04 15:30 UTC (8+ messages)
` [PATCH 1/5] block: fast-path for small and simple direct I/O requests
` [PATCH 2/5] block: add scalable completion tracking of requests
` [PATCH 3/5] block: move poll code to blk-mq
` [PATCH 4/5] blk-mq: implement hybrid poll mode for sync O_DIRECT
` [PATCH 5/5] blk-mq: make the polling code adaptive
[PATCH V2 1/2] block: immediately dispatch big size request
2016-11-04 15:29 UTC (6+ messages)
` [PATCH V2 2/2] blk-mq: "
[PATCH] block: drop q argument from bsg_validate_sgv4_hdr
2016-11-03 13:56 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).