1. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  2. 99e6b87 mtip32xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  3. 0d52c756 block: convert to device_add_disk() by Dan Williams · 8 years ago
  4. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  5. 17fe95f mtip32xx: remove call to blk_queue_flush() by Jens Axboe · 8 years ago
  6. 6d125de mtip32xx: Convert to use blk_mq_tagset_busy_iter by Keith Busch · 8 years ago
  7. 5173cb8 mtip32xx: fix checks for dma mapping errors by Alexey Khoroshilov · 8 years ago
  8. 90beb2e mtip32xx: remove unneeded variable in mtip_cmd_timeout() by Jens Axboe · 8 years ago
  9. 008e56d mtip32xx: Cleanup queued requests after surprise removal by Asai Thambi SP · 8 years ago
  10. abb0ccd mtip32xx: Implement timeout handler by Asai Thambi SP · 8 years ago
  11. aae4a03 mtip32xx: Handle FTL rebuild failure state during device initialization by Asai Thambi SP · 8 years ago
  12. 51c6570 mtip32xx: Handle safe removal during IO by Asai Thambi SP · 8 years ago
  13. 59cf70e mtip32xx: Fix for rmmod crash when drive is in FTL rebuild by Asai Thambi SP · 8 years ago
  14. d8a18d2 mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild by Asai Thambi SP · 8 years ago
  15. 5b7e0a8 mtip32xx: Print exact time when an internal command is interrupted by Asai Thambi SP · 8 years ago
  16. e35b947 mtip32xx: Remove unwanted code from taskfile error handler by Asai Thambi SP · 8 years ago
  17. cfc05bd mtip32xx: Fix broken service thread handling by Asai Thambi SP · 8 years ago
  18. 6412035 Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  19. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  20. 9e35fdc mtip32xx: restrict variables visible in current code module by Zhu Yanjun · 8 years ago
  21. 8ed6010 mtip32xx: don't open-code memdup_user() by Al Viro · 8 years ago
  22. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 8 years ago
  23. 8aeea03 mtip32xx: use formatting capability of kthread_create_on_node by Rasmus Villemoes · 9 years ago
  24. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  25. 74c9c91 mtip32x: fix regression introduced by blk-mq per-hctx flush by Jeff Moyer · 9 years ago
  26. 98f57c5 mtip32xx: Fix accessing freed memory by Selvan Mani · 9 years ago
  27. 2f17d71 mtip32xx: increase wait time for hba reset by Asai Thambi SP · 9 years ago
  28. 7578726 mtip32xx: fix minor number by Asai Thambi SP · 9 years ago
  29. 284eb9a mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() by Asai Thambi SP · 9 years ago
  30. 2132a54 mtip32xx: fix crash on surprise removal of the drive by Asai Thambi SP · 9 years ago
  31. 686d8e0 mtip32xx: Abort I/O during secure erase operation by Asai Thambi SP · 9 years ago
  32. ee04bed mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT by Asai Thambi SP · 9 years ago
  33. a7806fa mtip32xx: remove unused variable 'port->allocated' by Asai Thambi SP · 9 years ago
  34. 02b4826 mtip32xx: fix rmmod issue by Asai Thambi SP · 9 years ago
  35. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  36. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  37. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  38. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  39. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  40. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  41. dc501dc blk-mq: pass along blk_mq_alloc_tag_set return values by Robert Elliott · 10 years ago
  42. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  43. f45c40a mtip32xx: minor performance enhancements by Sam Bradshaw · 10 years ago
  44. 0e62f51 blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter by Jens Axboe · 10 years ago
  45. f89ca16 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  46. 0fb662e Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  47. 6178976 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  48. 9b204fb mtip32xx: move error handling to service thread by Asai Thambi S P · 10 years ago
  49. 9acf03c mtip32xx: stop block hardware queues before quiescing IO by Jens Axboe · 10 years ago
  50. a8a642c mtip32xx: blk_mq_init_queue() returns an ERR_PTR by Dan Carpenter · 10 years ago
  51. ffc771b mtip32xx: convert to use blk-mq by Jens Axboe · 10 years ago
  52. d1e714d mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systems by Asai Thambi S P · 10 years ago
  53. af5ded8 mtip32xx: Remove dfs_parent after pci unregister by Asai Thambi S P · 10 years ago
  54. 670a641 mtip32xx: Increase timeout for STANDBY IMMEDIATE command by Asai Thambi S P · 10 years ago
  55. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  56. 5eb9291 mtip32xx: mtip_async_complete() bug fixes by Sam Bradshaw · 10 years ago
  57. 368c89d mtip32xx: Unmap the DMA segments before completing the IO request by Felipe Franciosi · 10 years ago
  58. 1044b1b mtip32xx: Set queue bounce limit by Felipe Franciosi · 10 years ago
  59. c94efe3 mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range() by Alexander Gordeev · 10 years ago
  60. 7f32890 mtip32xx: fix bad use of smp_processor_id() by Jens Axboe · 10 years ago
  61. f219ad8 mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  62. cf91f39 mtip32xx: Remove superfluous call to pci_disable_msi() by Alexander Gordeev · 10 years ago
  63. 5a98268 mtip32xx: Reduce the number of unaligned writes to 2 by Asai Thambi S P · 10 years ago
  64. 26d5805 mtip32xx: Correctly handle security locked condition by Sam Bradshaw · 11 years ago
  65. 188b9f4 mtip32xx: Make SGL container per-command to eliminate high order dma allocation by Sam Bradshaw · 10 years ago
  66. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 10 years ago
  67. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  68. c8afd0d mtip32xx: dynamically allocate buffer in debugfs functions by David Milburn · 11 years ago
  69. 8f8b899 mtip32xx: Add SRSI support by Asai Thambi S P · 11 years ago
  70. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  71. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  72. 093c959 mtip32xx: Correctly handle bio->bi_idx != 0 conditions by Sam Bradshaw · 11 years ago
  73. 974a51a mtip32xx: Fix NULL pointer dereference during module unload by Sam Bradshaw · 11 years ago
  74. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  75. 2077d94 mtip32xx: Workaround for unaligned writes by Asai Thambi S P · 11 years ago
  76. 68466cb mtip32xx: mtip32xx: Disable TRIM support by Asai Thambi S P · 11 years ago
  77. 5a79e1a mtip32xx: fix a smatch warning by Asai Thambi S P · 11 years ago
  78. c66bb3f mtip32xx: fix two smatch warnings by Jens Axboe · 11 years ago
  79. 0caff00 mtip32xx: Add debugfs entry device_status by Asai Thambi S P · 11 years ago
  80. 6b06d35 mtip32xx: return 0 from pci probe in case of rebuild by Asai Thambi S P · 11 years ago
  81. d0d096b mtip32xx: recovery from command timeout by Asai Thambi S P · 11 years ago
  82. d137c83 mtip32xx: fix error return code in mtip_pci_probe() by Wei Yongjun · 11 years ago
  83. 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
  84. 1262e24 drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency by Heiko Carstens · 11 years ago
  85. 478c030 drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was not declared. Should it be static? by Fengguang Wu · 11 years ago
  86. 25bac12 drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' was not declared. Should it be static? by Fengguang Wu · 11 years ago
  87. 1528346 mtip32xx: add trim support by Asai Thambi S P · 11 years ago
  88. 16c906e5 mtip32xx: Add workqueue and NUMA support by Asai Thambi S P · 11 years ago
  89. 58c49df3 mtip32xx: fix for crash when the device surprise removed during rebuild by Asai Thambi S P · 11 years ago
  90. 47cd4b3 mtip32xx: fix for driver hang after a command timeout by Asai Thambi S P · 11 years ago
  91. 836413e mtip32xx: Fix padding issue by Selvan Mani · 12 years ago
  92. 298d801 mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() by Wei Yongjun · 12 years ago
  93. 7c5d623 mtip32xx: fix shift larger than type warning by Jens Axboe · 12 years ago
  94. 4b9e884 mtip32xx: Fix incorrect mask used for erase mode by Selvan Mani · 12 years ago
  95. eda4531 mtip32xx: Fix to make lba address correct in big-endian systems by Selvan Mani · 12 years ago
  96. 3208795 mtip32xx: fix potential crash on SEC_ERASE_UNIT by Selvan Mani · 12 years ago
  97. 4453bc8 mtip32xx:Added appropriate timeout value for secure erase by Selvan Mani · 12 years ago
  98. 97651ea mtip32xx: fix user_buffer check in exec_drive_command by David Milburn · 12 years ago
  99. ac64e65 mtip32xx: Remove dead code by Asai Thambi S P · 12 years ago
  100. 45422e7 mtip32xx: Change printk to pr_xxxx by Asai Thambi S P · 12 years ago