summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2021-07-27scsi: lpfc: Update lpfc version to 14.0.0.0James Smart
2021-07-27scsi: lpfc: Add 256 Gb link speed supportJames Smart
2021-07-27scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart
2021-07-27scsi: lpfc: Fix cq_id truncation in rq createJames Smart
2021-07-27scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adaptersJames Smart
2021-07-21scsi: core: Add BLIST_IGN_MEDIA_CHANGE for Ultra HS-SD/MMC USB card readersMartin Kepplinger
2021-07-21scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume()Martin Kepplinger
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger
2021-07-20scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan
2021-07-20scsi: ufs: core: Use scsi_get_lba() to get LBAMartin K. Petersen
2021-07-20scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handlingMartin K. Petersen
2021-07-20scsi: scsi_debug: Remove dump_sector()Martin K. Petersen
2021-07-20scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen
2021-07-19scsi: smartpqi: Update version to 2.1.10-020Don Brace
2021-07-19scsi: smartpqi: Fix ISR accessing uninitialized dataMike McGowen
2021-07-19scsi: smartpqi: Add PCI IDs for new ZTE controllersBalsundar P
2021-07-19scsi: smartpqi: Add PCI ID for new ntcom controllerMike McGowen
2021-07-19scsi: smartpqi: Add SCSI cmd info for resetsMurthy Bhat
2021-07-19scsi: smartpqi: Change Kconfig menu entry to MicrochipDon Brace
2021-07-19scsi: smartpqi: Change driver module macros to MicrochipDon Brace
2021-07-19scsi: smartpqi: Update copyright noticesKevin Barnett
2021-07-19scsi: smartpqi: Add PCI IDs for H3C P4408 controllersMahesh Rajashekhara
2021-07-18scsi: lpfc: Copyright updates for 12.8.0.11 patchesJames Smart
2021-07-18scsi: lpfc: Update lpfc version to 12.8.0.11James Smart
2021-07-18scsi: lpfc: Skip issuing ADISC when node is in NPR stateJames Smart
2021-07-18scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl pathJames Smart
2021-07-18scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completionsJames Smart
2021-07-18scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart
2021-07-18scsi: lpfc: Enable adisc discovery after RSCN by defaultJames Smart
2021-07-18scsi: lpfc: Use PBDE feature enabled bit to determine PBDE supportJames Smart
2021-07-18scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart
2021-07-18scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routineJames Smart
2021-07-18scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDFJames Smart
2021-07-18scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR requestJames Smart
2021-07-18scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handlingJames Smart
2021-07-18scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handlingJames Smart
2021-07-18scsi: lpfc: Fix target reset handler from falsely returning FAILUREJames Smart
2021-07-18scsi: lpfc: Discovery state machine fixes for LOGO handlingJames Smart
2021-07-18scsi: lpfc: Fix function description comments for vmid routinesJames Smart
2021-07-18scsi: lpfc: Improve firmware download loggingJames Smart
2021-07-18scsi: lpfc: Remove use of kmalloc() in trace event loggingJames Smart
2021-07-18scsi: lpfc: Fix NVMe support reporting in log messageJames Smart
2021-07-18scsi: aacraid: Remove an unused includeChristoph Hellwig
2021-07-18scsi: qla2xxx: Remove redundant continue statement in a for-loopColin Ian King
2021-07-18scsi: be2iscsi: Fix use-after-free during IP updatesMike Christie
2021-07-18scsi: ufs: Refactor ufshcd_is_intr_aggr_allowed()Keoseong Park
2021-07-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-13scsi: libsas: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-12scsi: ufs: core: Add missing host_lock in ufshcd_vops_setup_xfer_req()Jaegeuk Kim