summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-02-2319-98/+105
|\
| * scsi: qla4xxx: skip error recovery in case of register disconnect.Manish Rangankar2018-02-142-0/+48
| * scsi: aacraid: fix shutdown crash when init failsMeelis Roos2018-02-141-1/+3
| * scsi: qedi: Cleanup local str variableNilesh Javali2018-02-141-23/+20Star
| * scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez2018-02-141-12/+12
| * scsi: qla2xxx: Fix incorrect handle for abort IOCBHimanshu Madhani2018-02-141-4/+3Star
| * scsi: qla2xxx: Fix double free bug after firmware timeoutQuinn Tran2018-02-141-20/+3Star
| * scsi: storvsc: Increase cmd_per_lun for higher speed devicesMichael Kelley (EOSG)2018-02-141-1/+1
| * scsi: qla2xxx: Fix a locking imbalance in qlt_24xx_handle_els()Bart Van Assche2018-02-071-2/+0Star
| * scsi: scsi_dh: Document alua_rtpg_queue() argumentsBart Van Assche2018-01-311-0/+5
| * scsi: Remove Makefile entry for oktagon filesCorentin Labbe2018-01-311-1/+0Star
| * scsi: aic7xxx: remove aiclib.cCorentin Labbe2018-01-311-34/+0Star
| * scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()Bart Van Assche2018-01-311-2/+4
| * scsi: sym53c8xx_2: iterator underflow in sym_getsync()Dan Carpenter2018-01-311-1/+1
| * scsi: bnx2fc: Fix check in SCSI completion handler for timed out requestChad Dupuis2018-01-311-0/+1
| * scsi: csiostor: remove redundant assignment to pointer 'ln'Colin Ian King2018-01-311-1/+1
| * scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma2018-01-311-0/+2
| * scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_infoTyrel Datwyler2018-01-311-1/+1
| * scsi: qla2xxx: Fix memory corruption during hba reset testQuinn Tran2018-01-311-0/+2
| * scsi: mpt3sas: fix an out of bound writeTomas Henzl2018-01-311-1/+4
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-8/+8
* | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-3/+3
|\ \
| * | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-3/+3
* | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-4/+5
|\ \ \
| * | | scsi: Define usercopy region in scsi_sense_cache slab cacheDavid Windsor2018-01-151-4/+5
* | | | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-02-034-141/+186
|\ \ \ \
| * | | | scsi: sd: Remove zone write lockingDamien Le Moal2018-01-094-131/+5Star
| * | | | scsi: sd_zbc: Initialize device request queue zoned dataDamien Le Moal2018-01-091-8/+144
| * | | | scsi: scsi-mq-debugfs: Show more informationBart Van Assche2018-01-091-3/+38
* | | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-012-46/+28Star
|\ \ \ \ \
| * | | | | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-2/+1Star
| * | | | | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-092-15/+13Star
| * | | | | treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-29/+14Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3117-225/+198Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-2/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-2/+6
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2018-01-022-8/+8
| * | | | | | | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-029-119/+82Star
| * | | | | | | qed*: HSI renaming for different types of HWTomer Tayar2018-01-0212-62/+67
| * | | | | | | qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-021-36/+41
* | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-31148-4458/+8844
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | scsi: qla2xxx: Fix logo flag for qlt_free_session_done()Himanshu Madhani2018-01-231-0/+1
| * | | | | | | scsi: arcmsr: avoid do_gettimeofdayArnd Bergmann2018-01-231-27/+10Star
| * | | | | | | scsi: qedi: Drop cqe response during connection recoveryManish Rangankar2018-01-231-1/+3
| * | | | | | | scsi: fas216: fix sense buffer initializationArnd Bergmann2018-01-231-1/+1
| * | | | | | | scsi: ibmvfc: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-231-17/+17
| * | | | | | | scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()Xiang Chen2018-01-231-1/+0Star
| * | | | | | | scsi: hisi_sas: directly attached disk LED feature for v2 hwXiaofei Tan2018-01-233-0/+62
| * | | | | | | scsi: megaraid_sas: NVMe passthrough command supportShivasharan S2018-01-233-5/+62
| * | | | | | | scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann2018-01-231-4/+3Star