1. 4a4384c hpsa: do not ignore return value of hpsa_register_scsi by Stephen Cameron · 10 years ago
  2. 360c73b hpsa: factor out hpsa_init_cmd function by Stephen Cameron · 10 years ago
  3. d37ffbe hpsa: make function names consistent by Robert Elliott · 10 years ago
  4. e985c58 hpsa: allow lockup detected to be viewed via sysfs by Stephen Cameron · 10 years ago
  5. 9437ac4 hpsa: hpsa decode sense data for io and tmf by Stephen Cameron · 10 years ago
  6. 433b5f4 hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds by Stephen Cameron · 10 years ago
  7. 9b5c48c hpsa: clean up aborts by Stephen Cameron · 10 years ago
  8. 25163bd hpsa: rework controller command submission by Webb Scales · 10 years ago
  9. 0d96ef5 hpsa: clean up host, channel, target, lun prints by Webb Scales · 10 years ago
  10. 41ce4c3 hpsa: add masked physical devices into h->dev[] array by Stephen Cameron · 10 years ago
  11. 6b6c1cd hpsa: dont meddle with hw which isn't ours (cciss) by Tomas Henzl · 10 years ago
  12. 6571fb3 advansys: Update to version 3.5 and remove compilation warning by Hannes Reinecke · 10 years ago
  13. bc31ec4 advansys: Remove call to dma_cache_sync() by Hannes Reinecke · 10 years ago
  14. 00742c9 advansys: use spin_lock_irqsave() in interrupt handler by Hannes Reinecke · 10 years ago
  15. 2207063 advansys: Check for DMA mapping errors by Hannes Reinecke · 10 years ago
  16. e14f66e advansys: Remove cmd_per_lun setting by Hannes Reinecke · 10 years ago
  17. 3754fc64 advansys: Remove obsolete virtual memory mapping comment by Hannes Reinecke · 10 years ago
  18. d9748db advansys: Remove 'a_flag' by Hannes Reinecke · 10 years ago
  19. 084e6c3 advansys: rename 'ASC_RQ_XX' to 'ADV_RQ_XX' by Hannes Reinecke · 10 years ago
  20. 96aabb2 advansys: Remove CC_VERY_LONG_SG_LIST by Hannes Reinecke · 10 years ago
  21. 9fef6ba advansys: Remove ASC_SCSI_REQ_Q by Hannes Reinecke · 10 years ago
  22. 37f6460 advansys: scsi_q1->data_addr is little endian by Hannes Reinecke · 10 years ago
  23. f33134e advansys: cleanup function return codes by Hannes Reinecke · 10 years ago
  24. 6f0d2e1 advansys: Make AscIsrChipHalted() a void function by Hannes Reinecke · 10 years ago
  25. f1138a8 advansys: remove 'ERR' definition by Hannes Reinecke · 10 years ago
  26. ae26759 advansys: Remove 'TRUE' and 'FALSE' definitions by Hannes Reinecke · 10 years ago
  27. 95cfab6 advansys: use standard data types by Hannes Reinecke · 10 years ago
  28. d647c78 advansys: use 'bool' instead of 'int' by Hannes Reinecke · 10 years ago
  29. 0ce5382 advansys: Use dma_pool for sg elements by Hannes Reinecke · 10 years ago
  30. 4b47e46 advansys: Use DMA-API for mapping request blocks by Hannes Reinecke · 10 years ago
  31. 98b96a7 advansys: Use DMA-API for carrier buffer by Hannes Reinecke · 10 years ago
  32. 811ddc0 advansys: use DMA-API for mapping sense buffer by Hannes Reinecke · 10 years ago
  33. 9c17c62 advansys: use shared host tag map for command lookup by Hannes Reinecke · 10 years ago
  34. eac0b0c advansys: use host_reset by Hannes Reinecke · 10 years ago
  35. c5c2567 virtio_scsi: don't select CONFIG_BLK_DEV_INTEGRITY by Christoph Hellwig · 10 years ago
  36. d56dfb4 be2iscsi : Bump the driver version by John Soni Jose · 10 years ago
  37. 3f4134c be2iscsi : Logout of FW Boot Session by John Soni Jose · 10 years ago
  38. eb1c469 be2iscsi : Fix memory check before unmapping. by John Soni Jose · 10 years ago
  39. 4e2bdf7 be2iscsi : Fix memory leak in the unload path by John Soni Jose · 10 years ago
  40. e307f3a be2iscsi : Fix the PCI request region reserving. by John Soni Jose · 10 years ago
  41. 3efde86 be2iscsi : Fix the retry count for boot targets by John Soni Jose · 10 years ago
  42. a955553 megaraid_sas : swap whole register in megasas_register_aen by Christoph Hellwig · 10 years ago
  43. 01d7f03b megaraid_sas : fix megasas_fire_cmd_fusion calling convention by Christoph Hellwig · 10 years ago
  44. 2213a46 megaraid_sas : add missing byte swaps to the sriov code by Christoph Hellwig · 10 years ago
  45. 48433bd megaraid_sas : bytewise or should be done on native endian variables by Christoph Hellwig · 10 years ago
  46. 48100b0 megaraid_sas : move endianness conversion into caller of megasas_get_seq_num by Christoph Hellwig · 10 years ago
  47. c6f5bf8 megaraid_sas : add endianness conversions for all ones by Christoph Hellwig · 10 years ago
  48. 9ab9ed38 megaraid_sas : add endianness annotations by Christoph Hellwig · 10 years ago
  49. 8a232bb megaraid_sas : add missing __iomem annotations by Christoph Hellwig · 10 years ago
  50. 6a6981f megaraid_sas : megasas_complete_outstanding_ioctls() can be static by kbuild test robot · 10 years ago
  51. 5765c5b megaraid_sas : Support for Avago's Single server High Availability product by Sumit.Saxena@avagotech.com · 10 years ago
  52. 09fced1 megaraid_sas : Add release date and update driver version by Sumit.Saxena@avagotech.com · 10 years ago
  53. 43cd7fe megaraid_sas : Modify driver's meta data to reflect Avago by Sumit.Saxena@avagotech.com · 10 years ago
  54. 4026e9a megaraid_sas : Use Block layer tag support for internal command indexing by Sumit.Saxena@avagotech.com · 10 years ago
  55. d88da09 megaraid_sas : Enhanced few prints by Sumit.Saxena@avagotech.com · 10 years ago
  56. f26ac3a megaraid_sas : Move controller's queue depth calculation in adapter specific function by Sumit.Saxena@avagotech.com · 10 years ago
  57. 4a5c814 megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOs by Sumit.Saxena@avagotech.com · 10 years ago
  58. 9b82818 megaraid_sas : Add separate function for refiring MFI commands by Sumit.Saxena@avagotech.com · 10 years ago
  59. d3557fc megaraid_sas : Add separate function for setting up IRQs by Sumit.Saxena@avagotech.com · 10 years ago
  60. ea47ebf csiostor: fix an error code in csio_hw_init() by Dan Carpenter · 10 years ago
  61. 0d143c6 ufs-qcom: Switch dependency to ARCH_QCOM by Stephen Boyd · 10 years ago
  62. 305974f aacraid: aac_src_intr_message() can be static by kbuild test robot · 10 years ago
  63. 1eb88a5 cxgb4i: set the initial sequence number by Karen Xie · 10 years ago
  64. 0ea5bf3 cxgbi: update driver versions by Karen Xie · 10 years ago
  65. 1149a5e cxgbi: update copyright to 2015 by Karen Xie · 10 years ago
  66. 81daf10c cxgbi: use per-connection link-speed dependent send/recv windows by Karen Xie · 10 years ago
  67. dee0586 sd: fix an error return in probe() by Dan Carpenter · 10 years ago
  68. ef10b16 scsi_scan: fix queue depth initialisation problem by James Bottomley · 10 years ago
  69. 4627de9 MAINTAINERS, be2iscsi: change email domain by Minh Tran · 10 years ago
  70. 74856fb sd: Disable support for 256 byte/sector disks by Mark Hounschell · 10 years ago
  71. 8b2564e lpfc: Fix breakage on big endian kernels by Alexey Kardashevskiy · 10 years ago
  72. dc45708 storvsc: Set the SRB flags correctly when no data transfer is needed by K. Y. Srinivasan · 10 years ago
  73. 118c855 3w-9xxx: fix command completion race by Christoph Hellwig · 10 years ago
  74. 9cd9554 3w-xxxx: fix command completion race by Christoph Hellwig · 10 years ago
  75. 579d69b 3w-sas: fix command completion race by Christoph Hellwig · 10 years ago
  76. 8c08a62 aha1542: Allocate memory before taking a lock by Ondrej Zary · 10 years ago
  77. 35e9a9f SCSI: add 1024 max sectors black list flag by Mike Christie · 10 years ago
  78. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  79. b153f1d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  80. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  81. 56cbd0c mvsas: fix panic on expander attached SATA devices by James Bottomley · 10 years ago
  82. 8041708 am53c974: Fix crash during modprobe by Hannes Reinecke · 10 years ago
  83. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  84. 8f7d3f0 bfs: bfad_worker cleanup by Jiri Slaby · 10 years ago
  85. 7d69cff Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  86. 497a5df Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  87. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  88. 16b8528 megaraid_sas: use raw_smp_processor_id() by Christoph Hellwig · 10 years ago
  89. e557990 sd: Fix missing ATO tag check by Martin K. Petersen · 10 years ago
  90. e727c42 sd: Unregister integrity profile by Martin K. Petersen · 10 years ago
  91. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  92. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 10 years ago
  93. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  94. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 10 years ago
  95. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  96. a1480a1 Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  97. d700b05 Merge tag 'regulator-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  98. fdc81f4 sg_start_req(): use import_iovec() by Al Viro · 10 years ago
  99. 451a288 sg_start_req(): make sure that there's not too many elements in iovec by Al Viro · 10 years ago
  100. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago