1. 25 6月, 2014 1 次提交
  2. 14 6月, 2014 2 次提交
  3. 10 6月, 2014 1 次提交
  4. 09 6月, 2014 1 次提交
  5. 07 6月, 2014 2 次提交
  6. 06 6月, 2014 1 次提交
    • J
      blk-mq: bump max tag depth to 10K tags · a4391c64
      Jens Axboe 提交于
      For some scsi-mq cases, the tag map can be huge. So increase the
      max number of tags we support.
      
      Additionally, don't fail with EINVAL if a user requests too many
      tags. Warn that the tag depth has been adjusted down, and store
      the new value inside the tag_set passed in.
      Signed-off-by: NJens Axboe <axboe@fb.com>
      a4391c64
  7. 05 6月, 2014 1 次提交
  8. 04 6月, 2014 5 次提交
  9. 31 5月, 2014 2 次提交
  10. 30 5月, 2014 3 次提交
  11. 29 5月, 2014 3 次提交
  12. 28 5月, 2014 8 次提交
  13. 27 5月, 2014 4 次提交
  14. 24 5月, 2014 1 次提交
  15. 23 5月, 2014 1 次提交
    • J
      blk-mq: split make request handler for multi and single queue · 07068d5b
      Jens Axboe 提交于
      We want slightly different behavior from them:
      
      - On single queue devices, we currently use the per-process plug
        for deferred IO and for merging.
      
      - On multi queue devices, we don't use the per-process plug, but
        we want to go straight to hardware for SYNC IO.
      
      Split blk_mq_make_request() into a blk_sq_make_request() for single
      queue devices, and retain blk_mq_make_request() for multi queue
      devices. Then we don't need multiple checks for q->nr_hw_queues
      in the request mapping.
      Signed-off-by: NJens Axboe <axboe@fb.com>
      07068d5b
  16. 22 5月, 2014 2 次提交
  17. 21 5月, 2014 2 次提交