linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-09 20:19:50 to 2016-09-15 16:23:28 UTC [more...]

[PATCH V2 00/11] block-throttle: add .high limit
 2016-09-15 16:23 UTC  (12+ messages)
` [PATCH V2 01/11] block-throttle: prepare support multiple limits
` [PATCH V2 02/11] block-throttle: add .high interface
` [PATCH V2 03/11] block-throttle: configure bps/iops limit for cgroup in high limit
` [PATCH V2 04/11] block-throttle: add upgrade logic for LIMIT_HIGH state
` [PATCH V2 05/11] block-throttle: add downgrade logic
` [PATCH V2 06/11] blk-throttle: make sure expire time isn't too big
` [PATCH V2 07/11] blk-throttle: make throtl_slice tunable
` [PATCH V2 08/11] blk-throttle: detect completed idle cgroup
` [PATCH V2 09/11] block-throttle: make bandwidth change smooth
` [PATCH V2 10/11] block-throttle: add a simple idle detection
` [PATCH V2 11/11] blk-throttle: ignore idle cgroup limit

[RESEND][PATCH 0/5] nbd improvements
 2016-09-15 16:08 UTC  (45+ messages)
` [PATCH 5/5] nbd: add multi-connection support
` [Nbd] [RESEND][PATCH 0/5] nbd improvements

[PATCH] lightnvm: propagate device_add() error code
 2016-09-15 15:53 UTC 

[GIT PULL] Block fixes for 4.8-rc
 2016-09-15 14:54 UTC 

blk-mq: allow passing in an external queue mapping V3
 2016-09-15 14:46 UTC  (21+ messages)
` [PATCH 01/13] genirq/msi: Add cpumask allocation to alloc_msi_entry
` [PATCH 02/13] genirq/affinity: Provide smarter irq spreading infrastructure
` [PATCH 03/13] genirq/msi: Switch to new "
` [PATCH 04/13] genirq/affinity: Remove old irq spread infrastructure
` [PATCH 05/13] pci/msi: Retrieve affinity for a vector
` [PATCH 06/13] blk-mq: don't redistribute hardware queues on a CPU hotplug event
` [PATCH 07/13] blk-mq: only allocate a single mq_map per tag_set
` [PATCH 08/13] blk-mq: remove ->map_queue
` [PATCH 09/13] blk-mq: allow the driver to pass in a queue mapping
` [PATCH 10/13] blk-mq: provide a default queue mapping for PCI device
` [PATCH 11/13] nvme: switch to use pci_alloc_irq_vectors
` [PATCH 12/13] nvme: remove the post_scan callout
` [PATCH 13/13] blk-mq: get rid of the cpumask in struct blk_mq_tags

[PATCH][V2] nbd: add multi-connection support
 2016-09-15 14:43 UTC 

[PATCH for-4.9 v2 0/6] [PATCH for-4.9 v2 0/3] allow delayed requeue of blk-mq requests
 2016-09-15 12:54 UTC  (17+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_delay_kick_requeue_list()
    ` [PATCH v3 "
` [PATCH v2 2/6] dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requests
` [PATCH v2 3/6] dm rq: reduce arguments passed to map_request() and dm_requeue_original_request()
` [PATCH v2 4/6] dm rq: introduce dm_mq_kick_requeue_list()
` [PATCH v2 5/6] dm mpath: use dm_mq_kick_requeue_list()
` [PATCH v2 6/6] dm mpath: delay the requeue of blk-mq requests while all paths down

[PATCHv3 00/41] ext4: support of huge pages
 2016-09-15 12:27 UTC  (43+ messages)
` [PATCHv3 01/41] tools: Add WARN_ON_ONCE
` [PATCHv3 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv3 03/41] radix-tree: Add radix_tree_join
` [PATCHv3 04/41] radix-tree: Add radix_tree_split
` [PATCHv3 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv3 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv3 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv3 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv3 09/41] page-flags: relax page flag policy for few flags
` [PATCHv3 10/41] mm, rmap: account file thp pages
` [PATCHv3 11/41] thp: try to free page's buffers before attempt split
` [PATCHv3 12/41] thp: handle write-protection faults for file THP
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv3 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv3 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv3 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv3 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv3 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv3 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv3 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv3 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv3 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv3 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv3 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv3 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv3 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv3 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv3 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv3 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv3 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv3 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv3 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv3 36/41] ext4: handle writeback with "
` [PATCHv3 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv3 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv3 39/41] ext4: make fallocate() operations work with "
` [PATCHv3 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv3 41/41] ext4, vfs: add huge= mount option

[bug report] fs/block_dev.c: add bdev_read_page() and bdev_write_page()
 2016-09-15  9:11 UTC 

a few trivial cleanups
 2016-09-14 15:18 UTC  (7+ messages)
` [PATCH 1/3] block: remove bio_destructor_t
` [PATCH 2/3] bio.h: remove a very outdated comment
` [PATCH 3/3] block: remove IOPRIO_BITS

[PATCH for-4.9 0/3] allow delayed requeue of blk-mq requests
 2016-09-14 15:13 UTC  (12+ messages)
` [PATCH 1/3] blk-mq: introduce blk_mq_delay_kick_requeue_list()
` [PATCH 2/3] dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requests
` [PATCH 3/3] dm mpath: delay the requeue of blk-mq requests while all paths down

[PATCH 0/3] block: Improve bio_set_op_attrs() robustness
 2016-09-14 14:48 UTC  (12+ messages)
` [PATCH 1/3] block: Document that bio_op() uses the data type of bio.bi_opf
` [PATCH 2/3] block, dm-crypt, btrfs: Introduce bio_flags()
` [PATCH 3/3] block: Improve bio_set_op_attrs() robustness

[PATCH] block: remove remnant refs to hardsect
 2016-09-14 14:45 UTC  (3+ messages)

[PATCH] block: remove blk_mq_alloc_single_hw_queue() prototype
 2016-09-14 14:45 UTC  (3+ messages)

[PATCH] block_dev: remove DAX leftovers
 2016-09-14 14:42 UTC  (4+ messages)

[PATCH 0/2] block : Patches related to io_polling
 2016-09-14 14:42 UTC  (5+ messages)
` [PATCH 1/2] Add poll_considered statistic
` [PATCH 2/2] Enable zeroing of io_poll statistics

should blk-mq halt requeue processing while queue is frozen? [was: Re: [PATCH 8/9] dm: Fix two race conditions related to stopping and starting queues]
 2016-09-13 14:36 UTC  (5+ messages)
                ` [dm-devel] should blk-mq halt requeue processing while queue is frozen?
                  `  "

[PATCH] blk-throttle: fix infinite throttling caused by non-cascading timer wheel
 2016-09-13 13:46 UTC  (2+ messages)

replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
 2016-09-11 13:31 UTC  (7+ messages)
` [PATCH 1/6] arcmsr: use pci_alloc_irq_vectors
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors
` [PATCH 3/6] skd: use pci_alloc_irq_vectors
` [PATCH 4/6] vfio_pci: use pci_irq_allocate_vectors
` [PATCH 5/6] genwqe: "
` [PATCH 6/6] media/cobalt: "

wb-buf-throttle feedback
 2016-09-11  9:55 UTC  (4+ messages)

[PATCH] block-throttle: fix throtl_log for throttled-bios dispatch
 2016-09-10 11:11 UTC 

[PATCH 0/5] nbd improvements
 2016-09-09 20:26 UTC  (3+ messages)
  ` [Nbd] "


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