1. 06 7月, 2017 4 次提交
  2. 04 7月, 2017 1 次提交
  3. 02 7月, 2017 2 次提交
  4. 28 6月, 2017 2 次提交
  5. 15 6月, 2017 11 次提交
  6. 13 6月, 2017 1 次提交
  7. 09 6月, 2017 1 次提交
  8. 07 6月, 2017 1 次提交
  9. 26 5月, 2017 1 次提交
  10. 23 5月, 2017 1 次提交
  11. 02 5月, 2017 1 次提交
  12. 21 4月, 2017 1 次提交
    • C
      nvme: split nvme status from block req->errors · 27fa9bc5
      Christoph Hellwig 提交于
      We want our own clearly defined error field for NVMe passthrough commands,
      and the request errors field is going away in its current form.
      
      Just store the status and result field in the nvme_request field from
      hardirq completion context (using a new helper) and then generate a
      Linux errno for the block layer only when we actually need it.
      
      Because we can't overload the status value with a negative error code
      for cancelled command we now have a flags filed in struct nvme_request
      that contains a bit for this condition.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Reviewed-by: NJohannes Thumshirn <jthumshirn@suse.de>
      Signed-off-by: NJens Axboe <axboe@fb.com>
      27fa9bc5
  13. 10 4月, 2017 1 次提交
  14. 04 4月, 2017 8 次提交
  15. 31 3月, 2017 1 次提交
  16. 22 3月, 2017 1 次提交
  17. 28 2月, 2017 1 次提交
  18. 23 2月, 2017 1 次提交