1. 26d5805 mtip32xx: Correctly handle security locked condition by Sam Bradshaw · 11 years ago
  2. 188b9f4 mtip32xx: Make SGL container per-command to eliminate high order dma allocation by Sam Bradshaw · 11 years ago
  3. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  4. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  5. c8afd0d mtip32xx: dynamically allocate buffer in debugfs functions by David Milburn · 11 years ago
  6. 8f8b899 mtip32xx: Add SRSI support by Asai Thambi S P · 11 years ago
  7. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  8. 093c959 mtip32xx: Correctly handle bio->bi_idx != 0 conditions by Sam Bradshaw · 11 years ago
  9. 974a51a mtip32xx: Fix NULL pointer dereference during module unload by Sam Bradshaw · 11 years ago
  10. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  11. 2077d94 mtip32xx: Workaround for unaligned writes by Asai Thambi S P · 11 years ago
  12. 68466cb mtip32xx: mtip32xx: Disable TRIM support by Asai Thambi S P · 11 years ago
  13. 5a79e1a mtip32xx: fix a smatch warning by Asai Thambi S P · 11 years ago
  14. c66bb3f mtip32xx: fix two smatch warnings by Jens Axboe · 11 years ago
  15. 0caff00 mtip32xx: Add debugfs entry device_status by Asai Thambi S P · 11 years ago
  16. 6b06d35 mtip32xx: return 0 from pci probe in case of rebuild by Asai Thambi S P · 11 years ago
  17. d0d096b mtip32xx: recovery from command timeout by Asai Thambi S P · 11 years ago
  18. d137c83 mtip32xx: fix error return code in mtip_pci_probe() by Wei Yongjun · 11 years ago
  19. d4308fe Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.9/drivers by Jens Axboe · 11 years ago
  20. 478c030 drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was not declared. Should it be static? by Fengguang Wu · 12 years ago
  21. 25bac12 drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' was not declared. Should it be static? by Fengguang Wu · 12 years ago
  22. 1528346 mtip32xx: add trim support by Asai Thambi S P · 12 years ago
  23. 16c906e5 mtip32xx: Add workqueue and NUMA support by Asai Thambi S P · 12 years ago
  24. 58c49df3 mtip32xx: fix for crash when the device surprise removed during rebuild by Asai Thambi S P · 12 years ago
  25. 47cd4b3 mtip32xx: fix for driver hang after a command timeout by Asai Thambi S P · 12 years ago
  26. 298d801 mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() by Wei Yongjun · 12 years ago
  27. 7c5d623 mtip32xx: fix shift larger than type warning by Jens Axboe · 12 years ago
  28. eda4531 mtip32xx: Fix to make lba address correct in big-endian systems by Selvan Mani · 12 years ago
  29. 3208795 mtip32xx: fix potential crash on SEC_ERASE_UNIT by Selvan Mani · 12 years ago
  30. 4453bc8 mtip32xx:Added appropriate timeout value for secure erase by Selvan Mani · 12 years ago
  31. 97651ea mtip32xx: fix user_buffer check in exec_drive_command by David Milburn · 12 years ago
  32. ac64e65 mtip32xx: Remove dead code by Asai Thambi S P · 12 years ago
  33. 45422e7 mtip32xx: Change printk to pr_xxxx by Asai Thambi S P · 12 years ago
  34. b62868e mtip32xx: Proper reporting of write protect status on big-endian by Asai Thambi S P · 12 years ago
  35. d7c8b94 mtip32xx: Increase timeout for standby command by Asai Thambi S P · 12 years ago
  36. 12a166c mtip32xx: Handle NCQ commands during the security locked state by Asai Thambi S P · 12 years ago
  37. 1a13145 mtip32xx: Add support for new devices by Asai Thambi S P · 12 years ago
  38. 7b421d2 mtip32xx: Create debugfs entries for troubleshooting by Asai Thambi S P · 12 years ago
  39. 7412ff1 mtip32xx: Remove 'registers' and 'flags' from sysfs by Asai Thambi S P · 12 years ago
  40. b77874c mtip32xx: Changes to sysfs entries by Asai Thambi S P · 12 years ago
  41. 377b8fc6 mtip32xx: minor performance tweak by Asai Thambi S P · 12 years ago
  42. e602878f mtip32xx: Fix to support more than one sector in exec_drive_command() by Asai Thambi S P · 12 years ago
  43. 0a07ab2 mtip32xx: Use plain spinlock for 'cmd_issue_lock' by Asai Thambi S P · 12 years ago
  44. 6c8ab69 mtip32xx: Set block queue boundary variables by Asai Thambi S P · 12 years ago
  45. d02e1f0 mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commands by Asai Thambi S P · 12 years ago
  46. 971890f mtip32xx: Change HDIO_GET_IDENTITY to return stored data by Asai Thambi S P · 12 years ago
  47. 2df7aa9 mtip32xx: Set custom timeouts for PIO commands by Asai Thambi S P · 12 years ago
  48. 6bb688c mtip32xx: fix clearing an incorrect register in mtip_init_port by Asai Thambi S P · 12 years ago
  49. a09ba13 mtip32xx: release the semaphore on an error path by Asai Thambi S P · 12 years ago
  50. 95fea2f mtip32xx: dump tagmap on failure by Asai Thambi S P · 12 years ago
  51. c74b0f5 mtip32xx: fix handling of commands in various scenarios by Asai Thambi S P · 12 years ago
  52. 8a857a8 mtip32xx: Shorten macro names by Asai Thambi S P · 12 years ago
  53. 8182b49 mtip32xx: misc changes by Asai Thambi S P · 12 years ago
  54. f658721 mtip32xx: Add new sysfs entry 'status' by Asai Thambi S P · 12 years ago
  55. dad40f1 mtip32xx: make setting comp_time as common by Asai Thambi S P · 12 years ago
  56. 4503836 mtip32xx: Add new bitwise flag 'dd_flag' by Asai Thambi S P · 12 years ago
  57. 6d27f09 mtip32xx: fix error handling in mtip_init() by Ryosuke Saito · 12 years ago
  58. 22be2e6 mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and start port in mtip_restart_port() by Asai Thambi S P · 12 years ago
  59. 4e8670e mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unused member of struct driver_data by Asai Thambi S P · 12 years ago
  60. 62ee8c1 mtip32xx: do rebuild monitoring asynchronously by Asai Thambi S P · 13 years ago
  61. 3e54a3d mtip32xx: uninitialized variable in mtip_quiesce_io() by Dan Carpenter · 13 years ago
  62. 60ec0ee mtip32xx: updates based on feedback by Asai Thambi S P · 13 years ago
  63. a71f483 mtip32xx: update to new ->make_request() API by Jens Axboe · 13 years ago
  64. 0e838c6 mtip32xx: add module.h include to avoid conflict with moduleh tree by Jens Axboe · 13 years ago
  65. 3ff147d mtip32xx: mark a few more items static by Jens Axboe · 13 years ago
  66. 6316668 mtip32xx: ensure that all local functions are static by Jens Axboe · 13 years ago
  67. ef0f158 mtip32xx: cleanup compat ioctl handling by Jens Axboe · 13 years ago
  68. 16d02c0 mtip32xx: fix warnings/errors on 32-bit compiles by Jens Axboe · 13 years ago
  69. 88523a6 block: Add driver for Micron RealSSD pcie flash cards by Sam Bradshaw · 13 years ago