1. 12 11月, 2013 1 次提交
    • J
      dm cache policy mq: reduce memory requirements · 633618e3
      Joe Thornber 提交于
      Rather than storing the cblock in each cache entry, we allocate all
      entries in an array and infer the cblock from the entry position.
      
      Saves 4 bytes of memory per cache block.  In addition, this gives us an
      easy way of looking up cache entries by cblock.
      
      We no longer need to keep an explicit bitset to track which cblocks
      have been allocated.  And no searching is needed to find free cblocks.
      Signed-off-by: NJoe Thornber <ejt@redhat.com>
      Signed-off-by: NMike Snitzer <snitzer@redhat.com>
      633618e3
  2. 10 11月, 2013 4 次提交
  3. 17 8月, 2013 1 次提交
  4. 21 3月, 2013 1 次提交
  5. 02 3月, 2013 1 次提交