1. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. 184e251 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  3. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  4. 5be78ee RDMA/cxgb4: Fix LE hash collision bug for active open connection by Vipul Pandya · 12 years ago
  5. 4614e51 virtio: scsi: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  6. 496f2f9 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
  7. 60da5bf Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  8. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  9. e777d19 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  10. f132c54 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  11. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  12. 3f3299d block: Rename queue dead flag by Bart Van Assche · 12 years ago
  13. c1d390d8 megaraid: fix BUG_ON() from incorrect use of delayed work by Xiaotian Feng · 12 years ago
  14. f92363d [SCSI] mpt3sas: add new driver supporting 12GB SAS by Sreekanth Reddy · 12 years ago
  15. d84fd39 [SCSI] scsi_transport_sas: add 12GB definitions for mpt3sas by Sreekanth Reddy · 12 years ago
  16. dc1bdbd IB/srp: Allow SRP disconnect through sysfs by Bart Van Assche · 13 years ago
  17. 9134a85 srp_transport: Simplify attribute initialization code by Bart Van Assche · 13 years ago
  18. ac9be30 srp_transport: Fix attribute registration by Bart Van Assche · 13 years ago
  19. a82d3f6 [SCSI] csiostor: remove unneeded memset() by Dan Carpenter · 12 years ago
  20. 5036f0a [SCSI] csiostor: Fix sparse warnings. by Naresh Kumar Inna · 12 years ago
  21. 68d91cb [SCSI] qla2xxx: Display that driver is operating in legacy interrupt mode. by Saurav Kashyap · 12 years ago
  22. 0a63ad1 [SCSI] qla2xxx: Dont clear drv active on iospace config failure. by Saurav Kashyap · 12 years ago
  23. a720101 [SCSI] qla2xxx: Fix typo in qla2xxx driver. by Masanari Iida · 12 years ago
  24. 29f9f90 [SCSI] qla2xxx: Update ql2xextended_error_logging parameter description with new option. by Chad Dupuis · 12 years ago
  25. d0297c9 [SCSI] qla2xxx: Parameterize the link speed of hba rather than fcport. by Joe Carnuccio · 12 years ago
  26. c53dfac [SCSI] qla2xxx: Add 16Gb/s case to get port speed capability. by Joe Carnuccio · 12 years ago
  27. 1f93da5 [SCSI] qla2xxx: Move marking fcport online ahead of setting iiDMA speed. by Joe Carnuccio · 12 years ago
  28. 4ea2c9c [SCSI] qla2xxx: Add acquiring of risc semaphore before doing ISP reset. by Joe Carnuccio · 12 years ago
  29. 807fb6d [SCSI] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set. by Saurav Kashyap · 12 years ago
  30. 8c0bc70 [SCSI] qla2xxx: Fix typo in qla83xx_fw_dump function. by Saurav Kashyap · 12 years ago
  31. 49300af [SCSI] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message. by Saurav Kashyap · 12 years ago
  32. 7e98df2 [SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional request processing by Andrew Vasquez · 12 years ago
  33. 53016ed [SCSI] qla2xxx: Move noisy Start scsi failed messages to verbose logging level. by Chad Dupuis · 12 years ago
  34. 0300396 [SCSI] qla2xxx: Fix coccinelle warnings in qla2x00_relogin. by Saurav Kashyap · 12 years ago
  35. a72b990 [SCSI] qla2xxx: No fcport FC-4 type assignment in GA_NXT response. by Armen Baloyan · 12 years ago
  36. fa49263 [SCSI] qla2xxx: Fix for warnings reported by sparse. by Saurav Kashyap · 12 years ago
  37. 681e014 [SCSI] qla2xxx: Honor status value of 2 for report-id acquisition. by Saurav Kashyap · 12 years ago
  38. 3aa28e4 [SCSI] qla2xxx: Remove spurious taking of ha->vport_slock spinlock. by Chad Dupuis · 12 years ago
  39. 5b93903 [SCSI] qla2xxx: Clear unsupported 'states' during Get-FW-State queries. by Andrew Vasquez · 12 years ago
  40. 2585240 [SCSI] qla2xxx: Update the driver version to 8.04.00.08-k. by Saurav Kashyap · 12 years ago
  41. 9bceab4 [SCSI] qla2xxx: Free rsp_data even on error in qla2x00_process_loopback() by Steve Hodgson · 12 years ago
  42. 220d36b [SCSI] qla2xxx: Change in setting UNLOADING flag and FC vports logout sequence while unloading qla2xxx driver. by Giridhar Malavali · 12 years ago
  43. a394aac [SCSI] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically. by David Jeffery · 12 years ago
  44. 63ea923 [SCSI] qla2xxx: Properly set result field of bsg_job reply structure for success and failure. by Armen Baloyan · 12 years ago
  45. 691e3d3 [SCSI] sd: update sd to use the new pm callbacks by Aaron Lu · 12 years ago
  46. 80d2fd4 [SCSI] scsi_pm: use callbacks from dev_pm_ops for scsi devices by Aaron Lu · 12 years ago
  47. 9c31d8e [SCSI] Revert "[SCSI] runtime resume parent for child's system-resume" by Aaron Lu · 12 years ago
  48. 6334790 [SCSI] Revert "[SCSI] scsi_pm: set device runtime state before parent suspended" by Aaron Lu · 12 years ago
  49. a014756 [SCSI] sd: put to stopped power state when runtime suspend by Aaron Lu · 12 years ago
  50. beecade [SCSI] mvsas: fix undefined bit shift by Xi Wang · 12 years ago
  51. 072f19b [SCSI] prevent stack buffer overflow in host_reset by Sasha Levin · 12 years ago
  52. 06e97b4 qla2xxx: Look up LUN for abort requests by Steve Hodgson · 12 years ago
  53. a3667aa [SCSI] csiostor: Chelsio FCoE offload driver by Naresh Kumar Inna · 12 years ago
  54. 53ad570 [SCSI] sd: Use SCSI read/write(16) with > 32-bit LBA drives by Jason J. Herne · 12 years ago
  55. 0b43344 [SCSI] aacraid: SCSI dma mapping failure case handling by Mahesh Rajashekhara · 12 years ago
  56. b56d100 [SCSI] virtio_scsi: fix memory leak on full queue condition. by Eric Northup · 12 years ago
  57. 0b9d37a [SCSI] lpfc 8.3.36: Update lpfc version for 8.3.36 driver release by James Smart · 12 years ago
  58. edb22f0 [SCSI] lpfc 8.3.36: Correct mask error by James Smart · 12 years ago
  59. 8c1312e [SCSI] lpfc 8.3.36: Correct buffer length overrun by James Smart · 12 years ago
  60. 0f37887 [SCSI] lpfc 8.3.36: Fixed setting sequential delivery bit by James Smart · 12 years ago
  61. 8012cc3 [SCSI] lpfc 8.3.36: Update DIF support for passthru/strip/insert by James Smart · 12 years ago
  62. a6571c6 [SCSI] lpfc 8.3.36: Fix bug with Target Resets and FCP2 devices by James Smart · 12 years ago
  63. c71ab86 [SCSI] lpfc 8.3.36: Fixed boot from san failure by James Smart · 12 years ago
  64. 286aa03 [SCSI] hptiop: Support HighPoint RR4520/RR4522 HBA by HighPoint Linux Team · 12 years ago
  65. b83908c [SCSI] bnx2i: removed the individual PCI DEVICE ID checking by Eddie Wai · 12 years ago
  66. 9a07da9 [SCSI] be2iscsi: Bump the driver version by John Soni Jose · 12 years ago
  67. 7a15800 [SCSI] be2iscsi: Fix Unrecoverable Error Detection by John Soni Jose · 12 years ago
  68. e175def [SCSI] be2iscsi: Fix for MBX timeout issue by John Soni Jose · 12 years ago
  69. 5faf17b [SCSI] be2iscsi: Update the copyright information by John Soni Jose · 12 years ago
  70. 26000db [SCSI] be2iscsi: Fix issue of displaying adapter family. by John Soni Jose · 12 years ago
  71. 7313326 [SCSI] be2iscsi: Fix Task Completion Event handling by John Soni Jose · 12 years ago
  72. acb9693 [SCSI] be2iscsi: Fix session update context with V2 version. by John Soni Jose · 12 years ago
  73. 09a1093 [SCSI] be2iscsi: Fix support for V2 version of WRB. by John Soni Jose · 12 years ago
  74. eaae526 [SCSI] be2iscsi: Fix support for handling CQ_CREATE V2 version. by John Soni Jose · 12 years ago
  75. 22abeef [SCSI] be2iscsi: Fix max EQ supported by the driver. by John Soni Jose · 12 years ago
  76. 139a1b1 [SCSI] be2iscsi: Fix driver support for Skyhawk-R adapter. by John Soni Jose · 12 years ago
  77. 8359c79 [SCSI] be2iscsi: Fix return value and typo. by John Soni Jose · 12 years ago
  78. 72fb46a [SCSI] be2iscsi: Fix kernel panic in blk_iopoll disable mode. by John Soni Jose · 12 years ago
  79. 4d4d1ef [SCSI] be2iscsi: Issue an function level reset when driver is loaded by John Soni Jose · 12 years ago
  80. 5cac759 [SCSI] be2iscsi: Display driver name and version in device attribute by John Soni Jose · 12 years ago
  81. 107dfcb [SCSI] be2iscsi: Fix max supported EQ count to 8. by John Soni Jose · 12 years ago
  82. d629c47 [SCSI] be2iscsi: Fix memory leak in control path of driver by John Soni Jose · 12 years ago
  83. 6763daa [SCSI] be2iscsi: Display Completion Event string instead of Opcode by John Soni Jose · 12 years ago
  84. 1d8bc70 [SCSI] be2iscsi: Fix the issue with soft reset. by Minh Tran · 12 years ago
  85. 51976a8 [SCSI] osd_uld: Add osdname & systemid sysfs at scsi_osd class by Boaz Harrosh · 12 years ago
  86. afd5e34 [SCSI] sd: Reshuffle init_sd to avoid crash by Joel D. Diaz · 12 years ago
  87. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 12 years ago
  88. d755814 treewide: fix typo of "suppport" in various comments by Masanari Iida · 12 years ago
  89. 5db4486 [SCSI] sd: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  90. 26e85fc [SCSI] sd: Permit merged discard requests by Martin K. Petersen · 12 years ago
  91. 3c6bdae [SCSI] Add a report opcode helper by Martin K. Petersen · 12 years ago
  92. 49bd665 [SCSI] isci: copy fis 0x34 response into proper buffer by Maciej Patelczyk · 12 years ago
  93. 2b1768f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  94. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  95. 6efb3c0 qla2xxx: Fix typo in qla2xxx drivers by Masanari Iida · 12 years ago
  96. f7e8d9f qlogicpti: Fix build warning. by David S. Miller · 12 years ago
  97. c8292d1 qla2xxx: Update target lookup session tables when a target session changes by Roland Dreier · 12 years ago
  98. c046aa0 tcm_qla2xxx: Format VPD page 83h SCSI name string according to SPC by Roland Dreier · 12 years ago
  99. 29c08cd qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map by Nicholas Bellinger · 12 years ago
  100. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago