summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-146-43/+41
|\
| * scsi: iscsi: Fix iscsi_task use after freeMike Christie2021-10-041-6/+9
| * scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart2021-10-041-4/+7
| * scsi: elx: efct: Delete stray unlock statementDan Carpenter2021-10-041-2/+1
| * scsi: ufs: core: Fix task management completionAdrian Hunter2021-10-042-30/+23
| * scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry2021-10-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-075-7/+7
|\|
| * scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy2021-09-281-0/+1
| * scsi: qla2xxx: Fix excessive messages during device logoutArun Easi2021-09-281-2/+2
| * scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2021-09-281-2/+2
| * scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong2021-09-281-1/+1
| * scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu2021-09-281-2/+1
* | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2021-10-041-1/+1
* | qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2021-10-041-0/+1
* | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-0412-57/+57
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-3030-271/+252
|\|
| * scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong2021-09-221-4/+18
| * scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann2021-09-221-5/+2
| * scsi: lpfc: Use correct scnprintf() limitDan Carpenter2021-09-221-1/+2
| * scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter2021-09-221-1/+1
| * scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke2021-09-223-93/+23
| * scsi: fas216: Kill scmd->tagHannes Reinecke2021-09-221-23/+8
| * scsi: qla2xxx: Restore initiator in dual modeDmitry Bogdanov2021-09-211-1/+2
| * scsi: ufs: core: Unbreak the reset handlerBart Van Assche2021-09-211-1/+1
| * scsi: sd_zbc: Support disks with more than 2**32 logical blocksBart Van Assche2021-09-211-1/+1
| * scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter2021-09-212-57/+58
| * scsi: sd: Make sd_spinup_disk() less noisyHeiner Kallweit2021-09-141-1/+4
| * scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter2021-09-133-1/+81
| * scsi: mpt3sas: Clean up some inconsistent indentingColin Ian King2021-09-132-3/+2
| * scsi: megaraid: Clean up some inconsistent indentingColin Ian King2021-09-131-2/+2
| * scsi: sr: Fix spelling mistake "does'nt" -> "doesn't"Colin Ian King2021-09-131-1/+1
| * scsi: megaraid: Fix Coccinelle warningjing yangyang2021-09-131-2/+1
| * scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list() functionHelge Deller2021-09-131-23/+0
| * scsi: elx: efct: Do not hold lock while calling fc_vport_terminate()James Smart2021-09-131-2/+2
| * scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZENaohiro Aota2021-09-131-3/+3
| * scsi: sd: Free scsi_disk device via put_device()Ming Lei2021-09-131-4/+5
| * scsi: mpt3sas: Call cpu_relax() before calling udelay()Sreekanth Reddy2021-09-131-1/+3
| * scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li2021-09-131-4/+4
| * scsi: ufs: ufshpb: Remove unused parametersChanWoo Lee2021-09-131-5/+3
| * scsi: lpfc: Remove unneeded variableChi Minghao2021-09-131-2/+1
| * scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart2021-09-133-9/+3
| * scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart2021-09-134-15/+16
| * scsi: elx: efct: Fix void-pointer-to-enum-cast warning for efc_nport_topologyJames Smart2021-09-132-6/+4
| * scsi: st: Add missing break in switch statement in st_ioctl()Nathan Chancellor2021-09-131-0/+1
* | qed: Don't ignore devlink allocation failuresLeon Romanovsky2021-09-241-0/+2
|/
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-28/+6
|\
| * scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-28/+6
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-02174-2462/+16548
|\ \ \