Skip to content
Snippets Groups Projects
  1. Nov 24, 2020
  2. Nov 14, 2020
  3. Nov 13, 2020
  4. Nov 12, 2020
  5. Oct 30, 2020
  6. Oct 28, 2020
  7. Oct 26, 2020
  8. Oct 23, 2020
  9. Oct 20, 2020
    • Xianting Tian's avatar
      blk-mq: remove the calling of local_memory_node() · 576e85c5
      Xianting Tian authored
      
      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: default avatarXianting Tian <tian.xianting@h3c.com>
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      576e85c5
  10. Oct 15, 2020
  11. Oct 13, 2020
  12. Oct 09, 2020
  13. Oct 08, 2020
  14. Oct 07, 2020
  15. Oct 06, 2020
  16. Oct 05, 2020
Loading