1. 02 12月, 2020 13 次提交
  2. 01 12月, 2020 1 次提交
  3. 16 11月, 2020 13 次提交
  4. 13 11月, 2020 1 次提交
  5. 30 10月, 2020 1 次提交
  6. 28 10月, 2020 1 次提交
  7. 26 10月, 2020 2 次提交
  8. 24 10月, 2020 1 次提交
  9. 20 10月, 2020 1 次提交
    • X
      blk-mq: remove the calling of local_memory_node() · 576e85c5
      Xianting Tian 提交于
      We don't need to check whether the node is memoryless numa node before
      calling allocator interface. SLUB(and SLAB,SLOB) relies on the page
      allocator to pick a node. Page allocator should deal with memoryless
      nodes just fine. It has zonelists constructed for each possible nodes.
      And it will automatically fall back into a node which is closest to the
      requested node. As long as __GFP_THISNODE is not enforced of course.
      
      The code comments of kmem_cache_alloc_node() of SLAB also showed this:
       * Fallback to other node is possible if __GFP_THISNODE is not set.
      
      blk-mq code doesn't set __GFP_THISNODE, so we can remove the calling
      of local_memory_node().
      Signed-off-by: NXianting Tian <tian.xianting@h3c.com>
      Signed-off-by: NJens Axboe <axboe@kernel.dk>
      576e85c5
  10. 15 10月, 2020 2 次提交
  11. 14 10月, 2020 1 次提交
  12. 10 10月, 2020 3 次提交