1. c69e6f8 [SCSI] More USB deadlock fixes by James Bottomley · 10 years ago
  2. 7daf480 [SCSI] Fix USB deadlock caused by SCSI error handling by Hannes Reinecke · 10 years ago
  3. 644373a [SCSI] Fix command result state propagation by Alan Stern · 10 years ago
  4. d555a2a [SCSI] Fix spurious request sense in error handling by James Bottomley · 10 years ago
  5. 68c03d9 [SCSI] don't reference freed command in scsi_prep_return by Christoph Hellwig · 10 years ago
  6. 5e012aa [SCSI] don't reference freed command in scsi_init_sgtable by Christoph Hellwig · 10 years ago
  7. 67c99a7 [SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode() by scameron@beardog.cce.hp.com · 10 years ago
  8. fd1232b sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 10 years ago
  9. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  10. 141eacc Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  11. b7e70ca Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci by Linus Torvalds · 10 years ago
  12. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  13. 3c31b52 scsi: async sd resume by Dan Williams · 10 years ago
  14. dd76a78 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  15. 2bfad21 scsi: Make sure cmd_flags are 64-bit by Martin K. Petersen · 10 years ago
  16. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  17. e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 10 years ago
  18. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 10 years ago
  19. 877f075 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  20. f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  21. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  22. 467cbd2 Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  24. 1a0b6ab Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  25. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  26. 01d5f3b Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  27. f242791 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 10 years ago
  28. b2bff6c [SCSI] sd: Quiesce mode sense error messages by Martin K. Petersen · 11 years ago
  29. 89d9a56 [SCSI] add support for per-host cmd pools by Christoph Hellwig · 11 years ago
  30. 7c28334 [SCSI] simplify command allocation and freeing a bit by Christoph Hellwig · 11 years ago
  31. 0f2bb84 [SCSI] megaraid: simplify internal command handling by Christoph Hellwig · 11 years ago
  32. c38c007 [SCSI] ses: Use vpd information from scsi_device by Hannes Reinecke · 10 years ago
  33. b3ae878 [SCSI] Add EVPD page 0x83 and 0x80 to sysfs by Hannes Reinecke · 10 years ago
  34. bc8945d [SCSI] Return VPD page length in scsi_vpd_inquiry() by Hannes Reinecke · 10 years ago
  35. 8a10944 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  36. 6751360 scsi_transport_srp: Fix two kernel-doc warnings by Bart Van Assche · 10 years ago
  37. cd45ae3 scsi, fcoe: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  38. 7229b6d scsi, bnx2fc: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  39. bc0003c scsi, bnx2i: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  40. 276b20d [SCSI] scsi_sysfs: Implement 'is_visible' callback by Hannes Reinecke · 10 years ago
  41. 9a99330 [SCSI] hpsa: update driver version to 3.4.4-1 by Stephen M. Cameron · 10 years ago
  42. 000ff7c [SCSI] hpsa: fix bad endif placement in RAID 5 mapper code by Stephen M. Cameron · 10 years ago
  43. 97ea702 [SCSI] qla2xxx: Fix build errors related to invalid print fields on some architectures. by Chad Dupuis · 10 years ago
  44. b367dca [SCSI] bfa: Replace large udelay() with mdelay() by Ben Hutchings · 10 years ago
  45. 0284556 [SCSI] vmw_pvscsi: Some improvements in pvscsi driver. by Arvind Kumar · 10 years ago
  46. 2a815b5 [SCSI] vmw_pvscsi: Add support for I/O requests coalescing. by Rishi Mehta · 10 years ago
  47. a2713cc [SCSI] vmw_pvscsi: Fix pvscsi_abort() function. by Arvind Kumar · 10 years ago
  48. 4909cc2 [SCSI] remove deprecated IRQF_DISABLED from SCSI by Michael Opdenacker · 10 years ago
  49. 5eeac3e [SCSI] ipr: Add new CCIN definition for Grand Canyon support by Wendy Xiong · 10 years ago
  50. 169b9ec [SCSI] ipr: Format HCAM overlay ID 0x21 by Wendy Xiong · 10 years ago
  51. 60e76b7 [SCSI] ipr: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 10 years ago
  52. 739910d [SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix() by Alexander Gordeev · 10 years ago
  53. 6270e59 [SCSI] ipr: Handle early EEH by Brian King · 11 years ago
  54. f94d996 [SCSI] ipr: Add new CCIN definition for new hardware support by Wendy Xiong · 11 years ago
  55. 0b1f8d4 [SCSI] ipr: Remove extended delay bit on GSCSI reads/writes ops by Wendy Xiong · 11 years ago
  56. 0759c66 [SCSI] scsi_debug: add ability to enable clustering by Akinobu Mita · 11 years ago
  57. 6c78cc0 [SCSI] scsi_debug: protect device access with atomic_rw lock by Akinobu Mita · 11 years ago
  58. be4e11b [SCSI] scsi_debug: prepare to enable clustering by Akinobu Mita · 11 years ago
  59. c5af0db [SCSI] scsi_debug: fix resp_xdwriteread() return value when running out of memory by Akinobu Mita · 11 years ago
  60. c613d06 [SCSI] scsi_debug: fix duplicate dif_errors increment by Akinobu Mita · 11 years ago
  61. 11ddcec [SCSI] scsi_debug: make pseudo_primary static by Akinobu Mita · 11 years ago
  62. c45eabec [SCSI] scsi_debug: fix false positive logical block reference tag check fail by Akinobu Mita · 11 years ago
  63. bc6e7c4 libata, libsas: kill pm_result and related cleanup by Dan Williams · 10 years ago
  64. be1fefc cnic,bnx2i,bnx2fc: Fix inconsistent use of page size by Michael Chan · 10 years ago
  65. 55e51ed SCSI/libiscsi: Add check_protection callback for transports by Sagi Grimberg · 10 years ago
  66. 3b4df68 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  67. 134997a [SCSI] remove a useless get/put_device pair in scsi_requeue_command by Christoph Hellwig · 11 years ago
  68. 27e9e0f [SCSI] remove a useless get/put_device pair in scsi_next_command by Bart Van Assche · 11 years ago
  69. 613be1f [SCSI] remove a useless get/put_device pair in scsi_request_fn by Bart Van Assche · 11 years ago
  70. 0479633 [SCSI] do not manipulate device reference counts in scsi_get/put_command by Christoph Hellwig · 11 years ago
  71. 21a05df [SCSI] avoid taking host_lock in scsi_run_queue unless nessecary by Christoph Hellwig · 11 years ago
  72. 44b93b5 [SCSI] avoid useless free_list lock roundtrips by Christoph Hellwig · 11 years ago
  73. df03c3f [SCSI] hpsa: Do not zero fields of ioaccel2 command structure twice by Stephen M. Cameron · 11 years ago
  74. 316b221 [SCSI] hpsa: Add hba mode to the hpsa driver by Stephen M. Cameron · 11 years ago
  75. c14c589 [SCSI] hpsa: remove unused struct request from CommandList by Stephen M. Cameron · 11 years ago
  76. 8919358 [SCSI] hpsa: increase the probability of a reported success after a device reset by Tomas Henzl · 11 years ago
  77. 9846590 [SCSI] hpsa: bring format-in-progress drives online when ready by Stephen M. Cameron · 11 years ago
  78. 9f02e5b [SCSI] hpsa: remove unused kthread.h header by Stephen M. Cameron · 11 years ago
  79. 7aae513 [SCSI] sd: don't fail if the device doesn't recognize SYNCHRONIZE CACHE by Alan Stern · 11 years ago
  80. aed97b8 [SCSI] pm80xx: fix problem of pm8001_work_fn reseting incorrect phy device by XinHong Zhu · 11 years ago
  81. 09f942b [SCSI] pm80xx: no need for tag allocation when issuing the command of unregistering device by XinHong Zhu · 11 years ago
  82. d6216c4 [SCSI] st: fix corruption of the st_modedef structures in st_set_options() by Maurizio Lombardi · 11 years ago
  83. 10b1db8 [SCSI] megaraid_sas: Version and Changelog update by adam radford · 10 years ago
  84. 229fe47 [SCSI] megaraid_sas: Add Dell PowerEdge VRTX SR-IOV VF support by adam radford · 10 years ago
  85. 3d0c24c [SCSI] megaraid_sas: Return leaked MPT frames to MPT frame pool by adam radford · 10 years ago
  86. c77a9bd [SCSI] megaraid_sas: Fix megasas_ioc_init_fusion by adam radford · 10 years ago
  87. 26a077e [SCSI] megaraid_sas: Load correct raid context timeout by adam radford · 10 years ago
  88. 8058a16 [SCSI] megaraid_sas: Performance boost fixes by Sumit.Saxena@lsi.com · 10 years ago
  89. 46de63e2 [SCSI] megaraid_sas: Set 32-bit DMA mask by Sumit.Saxena@lsi.com · 11 years ago
  90. be26374 [SCSI] megaraid_sas: Big endian code related fixes by Sumit.Saxena@lsi.com · 11 years ago
  91. cfbe755 [SCSI] megaraid_sas: Don't wait forever for non-IOCTL DCMDs by Sumit.Saxena@lsi.com · 11 years ago
  92. e2c7042 [SCSI] arcmsr: upper 32 of dma address lost by Dan Carpenter · 11 years ago
  93. ee60b2c [SCSI] Add timeout to avoid infinite command retry by Eiichi Tsukata · 11 years ago
  94. eee2b5c [SCSI] iscsi_tcp: check for valid session before accessing by Mike Christie · 11 years ago
  95. 9cb48e7 [SCSI] iscsi_boot_sysfs: Fix a memory leak in iscsi_boot_destroy_kset() by Ethan Zhao · 11 years ago
  96. 46a84c6 [SCSI] libiscsi: remove unneeded queue work when max_cmdsn is increased by Mike Christie · 11 years ago
  97. 659743b [SCSI] libiscsi: Reduce locking contention in fast path by Shlomo Pongratz · 11 years ago
  98. 5d0fddd [SCSI] libiscsi: Restructure iscsi_tcp r2t response logic by Shlomo Pongratz · 11 years ago
  99. ac0245f [SCSI] cxgb4i: Use cxgb4_select_ntuple to correctly calculate ntuple fields by Karen Xie · 11 years ago
  100. 58968fc [SCSI] megaraid_sas: check return value for megasas_get_pd_list() by Hannes Reinecke · 11 years ago