1. 13 2月, 2017 10 次提交
  2. 11 1月, 2017 4 次提交
  3. 09 11月, 2016 1 次提交
  4. 24 2月, 2016 1 次提交
  5. 03 11月, 2015 1 次提交
  6. 29 10月, 2015 1 次提交
  7. 15 6月, 2015 1 次提交
  8. 25 5月, 2015 2 次提交
  9. 09 1月, 2015 2 次提交
  10. 24 11月, 2014 2 次提交
  11. 17 9月, 2014 2 次提交
    • S
      megaraid_sas : N-drive primary raid level 1 load balancing · d2552ebe
      Sumit.Saxena@avagotech.com 提交于
      Resending the patch. Addressed the review comments from Tomas Henzl.
      
      Current driver does fast path read load balancing between arm and mirror disk
      for two Drive Raid-1 configuration only.
      
      Now, Driver support fast path read load balancing for all (any number of disk) Raid-1 configuration.
      Signed-off-by: NSumit Saxena <sumit.saxena@avagotech.com>
      Signed-off-by: NKashyap Desai <kashyap.desai@avagotech.com>
      Reviewed-by: NTomas Henzl <thenzl@redhat.com>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      d2552ebe
    • S
      megaraid_sas : Extended VD support · 51087a86
      Sumit.Saxena@avagotech.com 提交于
      Resending the patch. Addressed the review comments from Tomas Henzl.
      reserved1 field(part of union) of Raid map struct was not required so it is removed.
      
      Current MegaRAID firmware and hence the driver only supported 64VDs.
      E.g: If the user wants to create more than 64VD on a controller,
          it is not possible on current firmware/driver.
      
      New feature and requirement to support upto 256VD, firmware/driver/apps need changes.
      In addition to that there must be a backward compatibility of the new driver with the
      older firmware and vice versa.
      
      RAID map is the interface between Driver and FW to fetch all required
      fields(attributes) for each Virtual Drives.
      In the earlier design driver was using the FW copy of RAID map where as
      in the new design the Driver will keep the RAID map copy of its own; on which
      it will operate for any raid map access in fast path.
      
      Local driver raid map copy will provide ease of access through out the code
      and provide generic interface for future FW raid map changes.
      
      For the backward compatibility driver will notify FW that it supports 256VD
      to the FW in driver capability field.
      Based on the controller properly returned by the FW, the Driver will know
      whether it supports 256VD or not and will copy the RAID map accordingly.
      
      At any given time, driver will always have old or new Raid map.
      So with this changes, driver can also work in host lock less mode. Please
      see next patch which enable host lock less mode for megaraid_sas driver.
      Signed-off-by: NSumit Saxena <sumit.saxena@avagotech.com>
      Signed-off-by: NKashyap Desai <kashyap.desai@avagotech.com>
      Reviewed-by: NTomas Henzl <thenzl@redhat.com>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      51087a86
  12. 16 3月, 2014 2 次提交
  13. 11 9月, 2013 1 次提交
  14. 07 9月, 2013 1 次提交
  15. 09 7月, 2013 1 次提交
  16. 25 6月, 2013 3 次提交
  17. 09 10月, 2012 1 次提交
  18. 24 4月, 2012 1 次提交
  19. 16 1月, 2012 1 次提交
  20. 17 10月, 2011 1 次提交
  21. 27 7月, 2011 1 次提交