1. 756d29c [SCSI] be2iscsi: Enable async mode for mcc rings by Jayamohan Kallickal · 15 years ago
  2. 51a4625 [SCSI] be2iscsi: No requirement for endianess change for data_count by Jayamohan Kallickal · 15 years ago
  3. 0ecb0b4 [SCSI] be2iscsi: decide which requests need completion by Jayamohan Kallickal · 15 years ago
  4. d7aea67 [SCSI] be2iscsi: Use of opcode in beiscsi_alloc_pdu by Jayamohan Kallickal · 15 years ago
  5. 2807afb [SCSI] be2iscsi:moved pci_set_drvdata to inside beiscsi_hba_alloc by Jayamohan Kallickal · 15 years ago
  6. 7bd6e25 [SCSI] be2iscsi: Added opcode for LOGOUT_RSP, TEXT_RESP, TMFUNC_RSP by Jayamohan Kallickal · 15 years ago
  7. d543148 [SCSI] be2iscsi: Link Wrb with next Wrb by Jayamohan Kallickal · 15 years ago
  8. c246228 [SCSI] be2iscsi: Move freeing of resources to stop_conn by Jayamohan Kallickal · 15 years ago
  9. 7da5087 [SCSI] be2iscsi: Use start cid and number of cid and icd from FW by Jayamohan Kallickal · 15 years ago
  10. 1fe6dbf [SCSI] gdth: Convert to use regular kernel types. by Dave Jones · 15 years ago
  11. e7efe59 [SCSI] skip sense logging for some ATA PASS-THROUGH cdbs by Douglas Gilbert · 15 years ago
  12. 5d7ebb9 [SCSI] FlashPoint: fix off by one tests by Dan Carpenter · 15 years ago
  13. 0ed8570 [SCSI] cxgbi3: remove unnecessary NULL test by Jiri Slaby · 15 years ago
  14. 3dbf6c0 [SCSI] pm8001: Use kzalloc for allocating only one thing by Julia Lawall · 15 years ago
  15. 02507a8 [SCSI] mac_esp: fix PIO mode, take 2 by Finn Thain · 15 years ago
  16. f2818663 [SCSI] scsi_transport_fc: Remove capping from dev_loss_tmo by Hannes Reinecke · 15 years ago
  17. 340f052 [SCSI] ibmmca: fix buffer overflow by Roel Kluin · 15 years ago
  18. 4a02462 [SCSI] u14-34f: fix buffer overflow by Roel Kluin · 15 years ago
  19. 8fe7916 [SCSI] eata: fix buffer overflow by Roel Kluin · 15 years ago
  20. 9b7dac0 [SCSI] ibmvscsi: fix a typo in a source code comment by Bart Van Assche · 15 years ago
  21. 40c4f3e [SCSI] libsrp: fix typo -- replace RDAM by RDMA by Bart Van Assche · 15 years ago
  22. e3deec0 [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page() by James Bottomley · 15 years ago
  23. 534ef05 [SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfree by Hannes Reinecke · 15 years ago
  24. b8f0864 [SCSI] scsi_transport_fc: Allow LLD to reset FC BSG timeout by Swen Schillig · 15 years ago
  25. 22c2473 [SCSI] qla2xxx: Update version number to 8.03.01-k10. by Giridhar Malavali · 15 years ago
  26. 368bbe0 [SCSI] qla2xxx: Perform fast mailbox read of flash regardless of size nor address alignment. by Andrew Vasquez · 15 years ago
  27. f08b725 [SCSI] qla2xxx: Correct FCP2 recovery handling. by Andrew Vasquez · 15 years ago
  28. 63c43b0 [SCSI] scsi_lib: Fix bug in completion of bidi commands by Boaz Harrosh · 15 years ago
  29. cacb6dc [SCSI] aacraid: fix File System going into read-only mode by Penchala Narasimha Reddy Chilakala, ERS-HCLTech · 15 years ago
  30. e6622df [SCSI] lpfc: fix file permissions by James Bottomley · 15 years ago
  31. bb7d3f2 [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable permissions by Bryn M. Reeves · 15 years ago
  32. 500af63 [SCSI] lpfc 8.3.7: Update Driver version to 8.3.7 by James Smart · 15 years ago
  33. 9795724 [SCSI] lpfc 8.3.7: Fix discovery failures. by James Smart · 15 years ago
  34. aacc20e [SCSI] lpfc 8.3.7: Fix SCSI protocol related errors. by James Smart · 15 years ago
  35. def9c7a [SCSI] lpfc 8.3.7: Fix hardware/SLI relates issues by James Smart · 15 years ago
  36. 1987807 [SCSI] lpfc 8.3.7: Fix NPIV operation errors by James Smart · 15 years ago
  37. eeead81 [SCSI] lpfc 8.3.7: Fix FC protocol errors by James Smart · 15 years ago
  38. 91e6eca [SCSI] stex: fix scan of nonexistent lun by Ed Lin · 15 years ago
  39. a70757b [SCSI] pmcraid: fix to avoid twice scsi_dma_unmap for a command by Anil Ravindranath · 15 years ago
  40. 3b9c212 [SCSI] qla2xxx: Update version number to 8.03.01-k9. by Giridhar Malavali · 15 years ago
  41. ca79cf6 [SCSI] qla2xxx: Added to EEH support. by Duane Grigsby · 15 years ago
  42. 8588080 [SCSI] qla2xxx: Extend base EEH support in qla2xxx. by Andrew Vasquez · 15 years ago
  43. 5c66f5d [SCSI] qla2xxx: Fix for a multiqueue bug in CPU affinity mode by Anirban Chakraborty · 15 years ago
  44. 3064ff3 [SCSI] qla2xxx: Get the link data rate explicitly during device resync. by Michael Hernandez · 15 years ago
  45. 44214ab [SCSI] cxgb3i: Fix a login over vlan issue by Rakesh Ranjan · 15 years ago
  46. 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 15 years ago
  47. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  48. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  49. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  50. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  51. 55db493b Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  52. fc6f070 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  53. 6957177 cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.c by Rusty Russell · 15 years ago
  54. ca54cb8 Subject: Re: [PATCH] strstrip incorrectly marked __must_check by KOSAKI Motohiro · 15 years ago
  55. 4e62b09 drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces() by Andrew Morton · 15 years ago
  56. 53ca353 [SCSI] 3w-9xxx fix bug in sgl loading by adam radford · 15 years ago
  57. 55a66d3 [SCSI] fcoe, libfc: adds enable/disable for fcoe interface by Vasu Dev · 15 years ago
  58. c1ecb90 [SCSI] libfc: reduce hold time on SCSI host lock by Chris Leech · 15 years ago
  59. 5543c72 [SCSI] libfc: remote port gets stuck in restart state without really restarting by Abhijeet Joglekar · 15 years ago
  60. 83e7332 [SCSI] pm8001: misc code cleanup by jack wang · 15 years ago
  61. 7c8356d [SCSI] pm8001: enable read HBA SAS address from VPD by jack wang · 15 years ago
  62. 8257ec8 [SCSI] pm8001: do not reset local sata as it will not be found if reset by jack wang · 15 years ago
  63. a61b869 [SCSI] pm8001: bit set pm8001_ha->flags by jack wang · 15 years ago
  64. f01f4e6 [SCSI] pm8001:fix potential NULL pointer dereference by jack wang · 15 years ago
  65. 0330dba [SCSI] pm8001: set SSC down-spreading only to get less errors on some 6G device. by jack wang · 15 years ago
  66. afc5ca9 [SCSI] pm8001: fix endian issues with SAS address by jack wang · 15 years ago
  67. 1cc943a [SCSI] pm8001: enhance error handle for IO patch by jack wang · 15 years ago
  68. 9e79e12 [SCSI] pm8001: Fix for sata io circular lock dependency. by jack wang · 15 years ago
  69. edd1636 [SCSI] hpsa: add driver for HP Smart Array controllers. by Stephen M. Cameron · 15 years ago
  70. 0109abf [SCSI] cxgb3i: always use negative errno in case of error by kxie@chelsio.com · 15 years ago
  71. 45ca38e [SCSI] bnx2i: minor code cleanup and update driver version by Anil Veerabhadrappa · 15 years ago
  72. 85fef20 [SCSI] bnx2i: Task management ABORT TASK fixes by Anil Veerabhadrappa · 15 years ago
  73. 8776193 [SCSI] bnx2i: update CQ arming algorith for 5771x chipsets by Anil Veerabhadrappa · 15 years ago
  74. f8c9abe [SCSI] bnx2i: Adjust sq_size module parametr to power of 2 only if a non-zero value is specified by Anil Veerabhadrappa · 15 years ago
  75. 5d9e1fa [SCSI] bnx2i: Add 5771E device support to bnx2i driver by Anil Veerabhadrappa · 15 years ago
  76. 99c965d [SCSI] ipr: fix EEH recovery by Kleber Sacilotto de Souza · 15 years ago
  77. dcece41 [SCSI] fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwn by Yi Zou · 15 years ago
  78. 7729cb7 [SCSI] qla2xxx: Update version number to 8.03.01-k8. by Giridhar Malavali · 15 years ago
  79. 3155754 [SCSI] qla2xxx: fix for multiqueue in MISX disabled case by Anirban Chakraborty · 15 years ago
  80. c45dd30 [SCSI] qla2xxx: Queue depth ramp up/down modification changes. by Giridhar Malavali · 15 years ago
  81. 1486400 [SCSI] qla2xxx: dpc thread can execute before scsi host has been added by Michael Reed · 15 years ago
  82. 5d0961f [SCSI] libosd: Fix blk_put_request locking again by Boaz Harrosh · 15 years ago
  83. aeab3fd [SCSI] megaraid_sas: make driver PCI legacy I/O port free driver by Noriyuki Fujii · 15 years ago
  84. d8705f1 [SCSI] Correctly handle thin provisioning write error by Martin K. Petersen · 15 years ago
  85. e339c1a [SCSI] sd: WRITE SAME(16) / UNMAP support by Martin K. Petersen · 15 years ago
  86. c982c36 [SCSI] st: fix mdata->page_order handling by FUJITA Tomonori · 15 years ago
  87. 78b9fb6 [SCSI] be2iscsi: Adding support for various Async messages from chip by Jayamohan Kallickal · 15 years ago
  88. 7ec4ad0 [SCSI] mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA by Srinivas · 15 years ago
  89. 729c845 [SCSI] pmcraid: support SMI-S object model of storage pool by Anil Ravindranath · 15 years ago
  90. 48de68a [SCSI] fc class: fix fc_transport_init error handling by Mike Christie · 15 years ago
  91. d685c26 [SCSI] mpt2sas: add missing initialization of scsih_cmds by Kashyap, Desai · 15 years ago
  92. 6f4fdda [SCSI] scsi_dh_rdac: Add two new IBM devices to rdac_dev_list by Moger, Babu · 15 years ago
  93. 8e68597 [SCSI] lpfc: fix hang on SGI ia64 platform by Michael Reed · 15 years ago
  94. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  95. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  96. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  97. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  98. d9b2c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  99. 6070d81 tree-wide: fix misspelling of "definition" in comments by Adam Buchbinder · 15 years ago
  100. 63e27fb [SCSI] libfc: add support of receiving ELS_RLS by Yi Zou · 15 years ago