aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-14/+4
2016-01-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds102-4560/+8002
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley18-85/+177
2016-01-06cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2-2/+5
2016-01-06cxlflash: Resolve oops in wait_port_offlineManoj Kumar2-3/+26
2016-01-06cxlflash: Fix to resolve cmd leak after host resetManoj Kumar1-2/+17
2016-01-06cxlflash: Removed driver date printUma Krishnan2-3/+1
2016-01-06cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs1-0/+2
2016-01-06cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar1-1/+1
2016-01-06storvsc: Tighten up the interrupt pathK. Y. Srinivasan1-15/+8
2016-01-06storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan1-80/+46
2016-01-06storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan1-47/+134
2016-01-06storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan1-3/+2
2016-01-06mvsas: Add SGPIO support to Marvell 94xxWilfried Weissmann5-0/+225
2016-01-06mpt3sas: A correction in unmap_resourcesTomas Henzl1-1/+3
2016-01-06hpsa: Add box and bay information for enclosure devicesDon Brace2-7/+113
2016-01-06hpsa: Change SAS transport devices to bus 0.Don Brace1-1/+1
2016-01-06hpsa: fix path_info_showDon Brace1-6/+6
2016-01-05aic7xxx: Avoid name collision with <linux/list.h>Michal Marek5-14/+4
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+38
2015-12-28Merge remote-tracking branch 'mkp-scsi/4.4/scsi-fixes' into fixesJames Bottomley1-3/+6
2015-12-21scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen1-2/+2
2015-12-21lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart1-1/+1
2015-12-21lpfc: Use kzalloc instead of kmallocPunit Vara1-2/+1
2015-12-21lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring1-4/+2
2015-12-21lpfc: Add logging for misconfigured optics.James Smart3-32/+87
2015-12-21lpfc: Fix external loopback failure.James Smart1-2/+13
2015-12-21lpfc: Fix mbox reuse in PLOGI completionJames Smart1-10/+21
2015-12-21lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart7-136/+150
2015-12-21lpfc: Make write check error processing more resilientJames Smart1-6/+21
2015-12-21lpfc: Fix RDP ACC being too long.James Smart1-0/+10
2015-12-21lpfc: Fix RDP Speed reporting.James Smart1-10/+7
2015-12-21lpfc: Modularize and cleanup FDMI code in driverJames Smart9-745/+1450
2015-12-21lpfc: Fix crash in fcp command completion path.James Smart1-2/+2
2015-12-21lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart1-3/+6
2015-12-21lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart3-9/+16
2015-12-21lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart4-239/+240
2015-12-21lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart1-2/+6
2015-12-21sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen1-3/+6
2015-12-18ses: fix discovery of SATA devices in SAS enclosuresJames Bottomley2-18/+5
2015-12-18scsi_transport_sas: add function to get SAS endpoint addressJames Bottomley1-0/+14
2015-12-18scsi_transport_sas: add is_sas_attached() functionJames Bottomley1-0/+16
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-48/+103
2015-12-17Merge remote-tracking branch 'mkp-scsi/4.4/scsi-fixes' into fixesJames Bottomley1-10/+10
2015-12-16hisi_sas: use platform_get_irq()John Garry2-9/+5
2015-12-15fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert1-1/+1
2015-12-11ses: fix additional element traversal bugJames Bottomley1-1/+9
2015-12-10hisi_sas: fix error codes in hisi_sas_task_prep()Dan Carpenter1-3/+7
2015-12-10osd: fix signed char versus %02x issueRasmus Villemoes1-4/+1