1. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  2. 5eb9291 mtip32xx: mtip_async_complete() bug fixes by Sam Bradshaw · 10 years ago
  3. 368c89d mtip32xx: Unmap the DMA segments before completing the IO request by Felipe Franciosi · 10 years ago
  4. 1044b1b mtip32xx: Set queue bounce limit by Felipe Franciosi · 10 years ago
  5. c94efe3 mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range() by Alexander Gordeev · 10 years ago
  6. 7f32890 mtip32xx: fix bad use of smp_processor_id() by Jens Axboe · 10 years ago
  7. f219ad8 mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  8. cf91f39 mtip32xx: Remove superfluous call to pci_disable_msi() by Alexander Gordeev · 10 years ago
  9. 5a98268 mtip32xx: Reduce the number of unaligned writes to 2 by Asai Thambi S P · 10 years ago
  10. 26d5805 mtip32xx: Correctly handle security locked condition by Sam Bradshaw · 11 years ago
  11. 188b9f4 mtip32xx: Make SGL container per-command to eliminate high order dma allocation by Sam Bradshaw · 11 years ago
  12. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  13. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  14. c8afd0d mtip32xx: dynamically allocate buffer in debugfs functions by David Milburn · 11 years ago
  15. 8f8b899 mtip32xx: Add SRSI support by Asai Thambi S P · 11 years ago
  16. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  17. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  18. 093c959 mtip32xx: Correctly handle bio->bi_idx != 0 conditions by Sam Bradshaw · 11 years ago
  19. 974a51a mtip32xx: Fix NULL pointer dereference during module unload by Sam Bradshaw · 11 years ago
  20. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  21. 2077d94 mtip32xx: Workaround for unaligned writes by Asai Thambi S P · 11 years ago
  22. 68466cb mtip32xx: mtip32xx: Disable TRIM support by Asai Thambi S P · 11 years ago
  23. 5a79e1a mtip32xx: fix a smatch warning by Asai Thambi S P · 11 years ago
  24. c66bb3f mtip32xx: fix two smatch warnings by Jens Axboe · 11 years ago
  25. 0caff00 mtip32xx: Add debugfs entry device_status by Asai Thambi S P · 11 years ago
  26. 6b06d35 mtip32xx: return 0 from pci probe in case of rebuild by Asai Thambi S P · 11 years ago
  27. d0d096b mtip32xx: recovery from command timeout by Asai Thambi S P · 11 years ago
  28. d137c83 mtip32xx: fix error return code in mtip_pci_probe() by Wei Yongjun · 11 years ago
  29. 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
  30. 1262e24 drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency by Heiko Carstens · 11 years ago
  31. 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
  32. 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
  33. 1528346 mtip32xx: add trim support by Asai Thambi S P · 12 years ago
  34. 16c906e5 mtip32xx: Add workqueue and NUMA support by Asai Thambi S P · 12 years ago
  35. 58c49df3 mtip32xx: fix for crash when the device surprise removed during rebuild by Asai Thambi S P · 12 years ago
  36. 47cd4b3 mtip32xx: fix for driver hang after a command timeout by Asai Thambi S P · 12 years ago
  37. 836413e mtip32xx: Fix padding issue by Selvan Mani · 12 years ago
  38. 298d801 mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() by Wei Yongjun · 12 years ago
  39. 7c5d623 mtip32xx: fix shift larger than type warning by Jens Axboe · 12 years ago
  40. 4b9e884 mtip32xx: Fix incorrect mask used for erase mode by Selvan Mani · 12 years ago
  41. eda4531 mtip32xx: Fix to make lba address correct in big-endian systems by Selvan Mani · 12 years ago
  42. 3208795 mtip32xx: fix potential crash on SEC_ERASE_UNIT by Selvan Mani · 12 years ago
  43. 4453bc8 mtip32xx:Added appropriate timeout value for secure erase by Selvan Mani · 12 years ago
  44. 97651ea mtip32xx: fix user_buffer check in exec_drive_command by David Milburn · 12 years ago
  45. ac64e65 mtip32xx: Remove dead code by Asai Thambi S P · 12 years ago
  46. 45422e7 mtip32xx: Change printk to pr_xxxx by Asai Thambi S P · 12 years ago
  47. b62868e mtip32xx: Proper reporting of write protect status on big-endian by Asai Thambi S P · 12 years ago
  48. d7c8b94 mtip32xx: Increase timeout for standby command by Asai Thambi S P · 12 years ago
  49. 12a166c mtip32xx: Handle NCQ commands during the security locked state by Asai Thambi S P · 12 years ago
  50. 1a13145 mtip32xx: Add support for new devices by Asai Thambi S P · 12 years ago
  51. 7b421d2 mtip32xx: Create debugfs entries for troubleshooting by Asai Thambi S P · 12 years ago
  52. 7412ff1 mtip32xx: Remove 'registers' and 'flags' from sysfs by Asai Thambi S P · 12 years ago
  53. 87c9ea7 mtip32xx: Remove version.h header file inclusion by Sachin Kamat · 12 years ago
  54. b77874c mtip32xx: Changes to sysfs entries by Asai Thambi S P · 12 years ago
  55. 8ce8009 mtip32xx: Convert macro definitions for flag bits to enum by Asai Thambi S P · 12 years ago
  56. 377b8fc6 mtip32xx: minor performance tweak by Asai Thambi S P · 12 years ago
  57. e602878f mtip32xx: Fix to support more than one sector in exec_drive_command() by Asai Thambi S P · 12 years ago
  58. 0a07ab2 mtip32xx: Use plain spinlock for 'cmd_issue_lock' by Asai Thambi S P · 12 years ago
  59. 6c8ab69 mtip32xx: Set block queue boundary variables by Asai Thambi S P · 12 years ago
  60. d02e1f0 mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commands by Asai Thambi S P · 12 years ago
  61. 971890f mtip32xx: Change HDIO_GET_IDENTITY to return stored data by Asai Thambi S P · 12 years ago
  62. 2df7aa9 mtip32xx: Set custom timeouts for PIO commands by Asai Thambi S P · 12 years ago
  63. 6bb688c mtip32xx: fix clearing an incorrect register in mtip_init_port by Asai Thambi S P · 12 years ago
  64. a09ba13 mtip32xx: release the semaphore on an error path by Asai Thambi S P · 12 years ago
  65. 6363480 block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy by Greg Kroah-Hartman · 12 years ago
  66. 95fea2f mtip32xx: dump tagmap on failure by Asai Thambi S P · 12 years ago
  67. c74b0f5 mtip32xx: fix handling of commands in various scenarios by Asai Thambi S P · 12 years ago
  68. 8a857a8 mtip32xx: Shorten macro names by Asai Thambi S P · 12 years ago
  69. 8182b49 mtip32xx: misc changes by Asai Thambi S P · 12 years ago
  70. f658721 mtip32xx: Add new sysfs entry 'status' by Asai Thambi S P · 12 years ago
  71. dad40f1 mtip32xx: make setting comp_time as common by Asai Thambi S P · 12 years ago
  72. 4503836 mtip32xx: Add new bitwise flag 'dd_flag' by Asai Thambi S P · 12 years ago
  73. 6d27f09 mtip32xx: fix error handling in mtip_init() by Ryosuke Saito · 12 years ago
  74. 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
  75. 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
  76. 62ee8c1 mtip32xx: do rebuild monitoring asynchronously by Asai Thambi S P · 13 years ago
  77. 3e54a3d mtip32xx: uninitialized variable in mtip_quiesce_io() by Dan Carpenter · 13 years ago
  78. 60ec0ee mtip32xx: updates based on feedback by Asai Thambi S P · 13 years ago
  79. a71f483 mtip32xx: update to new ->make_request() API by Jens Axboe · 13 years ago
  80. 0e838c6 mtip32xx: add module.h include to avoid conflict with moduleh tree by Jens Axboe · 13 years ago
  81. 3ff147d mtip32xx: mark a few more items static by Jens Axboe · 13 years ago
  82. 6316668 mtip32xx: ensure that all local functions are static by Jens Axboe · 13 years ago
  83. ef0f158 mtip32xx: cleanup compat ioctl handling by Jens Axboe · 13 years ago
  84. 16d02c0 mtip32xx: fix warnings/errors on 32-bit compiles by Jens Axboe · 13 years ago
  85. 88523a6 block: Add driver for Micron RealSSD pcie flash cards by Sam Bradshaw · 13 years ago