summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-01-04scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche1-0/+1
2019-10-07scsi: core: Reduce memory required for SCSI loggingBart Van Assche1-2/+0
2019-08-25scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-0/+1
2018-11-10scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne1-0/+1
2018-01-23scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-1/+0
2017-12-16scsi: libsas: align sata_device's rps_resp on a cachelineHuacai Chen1-1/+1
2017-03-26scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-0/+1
2017-03-12scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke1-0/+1
2016-06-01scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn1-0/+1
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-0/+3
2015-11-19scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov1-0/+3
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig2-80/+20
2015-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-5/+6
2015-09-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-35/+21
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+3
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2-22/+20
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig1-1/+0
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig1-1/+1
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig1-5/+0
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2-6/+0
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke1-1/+2
2015-08-18Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo1-1/+0
2015-07-30iSCSI: let session recovery_tmo sysfs writes persist across recoveryChris Leech1-0/+1
2015-07-24scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg1-1/+1
2015-07-24scsi: Move sense handling routines to scsi_commonSagi Grimberg2-6/+6
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg1-0/+1
2015-06-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-321/+348
2015-06-01Move code that is used both by initiator and target driversBart Van Assche4-51/+65
2015-06-01Split SCSI header filesBart Van Assche2-270/+283
2015-05-18IB/srp: Add 64-bit LUN supportBart Van Assche1-3/+4
2015-04-27SCSI: add 1024 max sectors black list flagMike Christie1-0/+1
2015-04-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2015-04-10scsi_transport_fc: Add support for 25Gbit speedJames Smart1-0/+1
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke1-0/+1
2015-02-13Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+5
2015-02-04scsi_logging: return void for dev_printk() functionsHannes Reinecke1-2/+2
2015-01-24block: support different tag allocation policyShaohua Li2-1/+5
2015-01-20scsi: annotate sdev_prefix_printk and scmd_printk as printf-likeChristoph Hellwig1-4/+5
2015-01-09scsi: Conditionally compile in constants.cHannes Reinecke1-4/+64
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke1-1/+1
2015-01-09scsi: use external buffer for command loggingHannes Reinecke2-1/+8
2015-01-09scsi: Implement per-cpu logging bufferHannes Reinecke1-13/+8
2014-12-21Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds3-50/+0
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley3-50/+0
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-12-12Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-8/+3
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley5-27/+10