1. 23 12月, 2021 2 次提交
  2. 21 10月, 2021 1 次提交
  3. 20 10月, 2021 2 次提交
  4. 19 10月, 2021 1 次提交
  5. 28 9月, 2021 1 次提交
  6. 06 9月, 2021 2 次提交
  7. 17 8月, 2021 2 次提交
  8. 16 8月, 2021 1 次提交
  9. 15 8月, 2021 1 次提交
  10. 21 7月, 2021 1 次提交
  11. 01 7月, 2021 2 次提交
  12. 17 6月, 2021 1 次提交
  13. 03 6月, 2021 2 次提交
  14. 12 5月, 2021 1 次提交
  15. 04 5月, 2021 2 次提交
  16. 22 4月, 2021 2 次提交
  17. 15 4月, 2021 5 次提交
  18. 06 4月, 2021 1 次提交
    • K
      nvme: implement non-mdts command limits · 5befc7c2
      Keith Busch 提交于
      Commands that access LBA contents without a data transfer between the
      host historically have not had a spec defined upper limit. The driver
      set the queue constraints for such commands to the max data transfer
      size just to be safe, but this artificial constraint frequently limits
      devices below their capabilities.
      
      The NVMe Workgroup ratified TP4040 defines how a controller may
      advertise their non-MDTS limits. Use these if provided and default to
      the current constraints if not. Since the Dataset Management command
      limits are defined in logical blocks, but without a namespace to tell us
      the logical block size, the code defaults to the safe 512b size.
      Signed-off-by: NKeith Busch <kbusch@kernel.org>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      5befc7c2
  19. 03 4月, 2021 3 次提交
  20. 10 2月, 2021 3 次提交
  21. 02 2月, 2021 1 次提交
  22. 06 1月, 2021 2 次提交
  23. 02 12月, 2020 1 次提交