aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
13 daysscsi: sd: Only print updates to permanent stream countJohn Garry1-1/+3
2024-04-08scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche1-4/+3
2024-04-05scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()Dan Carpenter1-1/+1
2024-04-05scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-04-05scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-04-04scsi: sg: Avoid race in error handling & drop bogus warnAlexander Wetzel1-8/+10
2024-04-01scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-04-01scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan1-1/+1
2024-04-01scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2-22/+22
2024-03-25scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap1-2/+0
2024-03-25scsi: core: Fix unremoved procfs host directory regressionGuilherme G. Piccoli1-3/+4
2024-03-25scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki1-1/+1
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-4/+53
2024-03-25scsi: sg: Avoid sg device teardown raceAlexander Wetzel1-1/+3
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen32-337/+394
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-71/+411
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds75-1766/+2469
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-8/+2
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds6-6/+6
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-03-10Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen16-185/+177
2024-03-10Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen9-95/+138
2024-03-10scsi: lpfc: Copyright updates for 14.4.0.1 patchesJustin Tee2-2/+2
2024-03-10scsi: lpfc: Update lpfc version to 14.4.0.1Justin Tee1-1/+1
2024-03-10scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee7-39/+51
2024-03-10scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee9-54/+50
2024-03-10scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee7-39/+36
2024-03-10scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee6-28/+32
2024-03-10scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee3-20/+19
2024-03-10scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee1-2/+2
2024-03-10scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-03-10scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee1-1/+1
2024-03-10scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee1-4/+4
2024-03-10scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee1-10/+0
2024-03-10scsi: qla2xxx: Update version to 10.02.09.200-kNilesh Javali1-2/+2
2024-03-10scsi: qla2xxx: Delay I/O Abort on PCI errorQuinn Tran1-2/+12
2024-03-10scsi: qla2xxx: Change debug message during driver unloadSaurav Kashyap1-1/+1
2024-03-10scsi: qla2xxx: Fix double free of fcportSaurav Kashyap1-2/+3
2024-03-10scsi: qla2xxx: Fix double free of the ha->vp_map pointerSaurav Kashyap1-0/+1
2024-03-10scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-03-10scsi: qla2xxx: NVME|FCP prefer flag not being honoredQuinn Tran1-0/+18
2024-03-10scsi: qla2xxx: Update manufacturer detailBikash Hazarika1-1/+1
2024-03-10scsi: qla2xxx: Split FCE|EFT trace controlQuinn Tran1-61/+41
2024-03-10scsi: qla2xxx: Fix N2N stuck connectionQuinn Tran3-23/+13
2024-03-10scsi: qla2xxx: Prevent command send on chip resetQuinn Tran2-4/+37
2024-03-10scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum1-2/+2
2024-03-10scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-03-10scsi: st: Make st_sysfs_class constantRicardo B. Marliere1-2/+2
2024-03-10scsi: ch: Make ch_sysfs_class constantRicardo B. Marliere1-10/+10
2024-03-10scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere1-7/+10
2024-03-10scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere1-9/+11
2024-03-10scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere1-9/+9
2024-03-10scsi: libsas: Fix disk not being scanned in after being removedXingui Yang1-10/+22
2024-03-10scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang1-7/+12
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li2-8/+2
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska6-6/+6
2024-02-26scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche1-4/+45
2024-02-26scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche1-0/+50
2024-02-26scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche1-3/+58
2024-02-26scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche1-2/+7
2024-02-26scsi: scsi_debug: Rework subpage code error handlingBart Van Assche1-34/+36
2024-02-26scsi: scsi_debug: Rework page code error handlingBart Van Assche1-12/+12
2024-02-26scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche1-0/+16
2024-02-26scsi: scsi_debug: Reduce code duplicationBart Van Assche1-14/+2
2024-02-26scsi: sd: Translate data lifetime informationBart Van Assche2-4/+98
2024-02-26scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche3-0/+63
2024-02-26scsi: core: Query the Block Limits Extension VPD pageBart Van Assche4-0/+26
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere3-4/+4
2024-02-26scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt1-6/+8
2024-02-26scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2024-02-26scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann13-435/+582
2024-02-26scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-02-26scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß1-2/+0
2024-02-26scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-02-26scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann1-1/+6
2024-02-15scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap1-1/+1
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-02-15scsi: qla1280: Remove redundant assignment to variable 'mr'Colin Ian King1-1/+0
2024-02-15scsi: smartpqi: Fix disable_managed_interruptsDon Brace1-1/+4
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-2/+20
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-1/+25
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-1/+1
2024-02-12scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan4-5/+8
2024-02-12scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere2-2/+2
2024-02-12scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn1-1/+1
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere1-2/+2
2024-02-05scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere1-2/+2
2024-02-05scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere1-2/+2
2024-02-05Merge patch series "Update lpfc to revision 14.4.0.0"Martin K. Petersen17-873/+717
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee17-18/+18
2024-02-05scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee1-1/+1
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee10-120/+108
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee11-590/+425
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee6-54/+53
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee5-37/+50
2024-02-05scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee1-16/+0
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2-4/+7
2024-02-05scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee1-0/+3
2024-02-05scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee1-2/+12
2024-02-05scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee1-4/+4
2024-02-05scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee1-8/+0
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee1-17/+32
2024-02-05scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee1-1/+1
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee1-4/+4
2024-02-05scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-02-05scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-02-05scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke1-6/+6
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2-2/+5
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen11-253/+834
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie3-0/+343
2024-01-29scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie1-18/+20
2024-01-29scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-20/+46
2024-01-29scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie1-23/+39
2024-01-29scsi: sd: Have pr commands retry UAsMike Christie1-0/+28
2024-01-29scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie1-24/+33
2024-01-29scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie1-7/+15
2024-01-29scsi: ch: Have midlayer retry ch_do_scsi() UAsMike Christie1-10/+15
2024-01-29scsi: ch: Remove unit_attentionMike Christie1-2/+0
2024-01-29scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie1-18/+17
2024-01-29scsi: spi: Have midlayer retry spi_execute() UAsMike Christie1-17/+18
2024-01-29scsi: device_handler: rdac: Have midlayer retry send_mode_select() errorsMike Christie1-38/+46
2024-01-29scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-16/+33
2024-01-29scsi: sd: Have midlayer retry sd_spinup_disk() errorsMike Christie1-32/+45
2024-01-29scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()Mike Christie1-7/+9
2024-01-29scsi: core: Retry INQUIRY after timeoutMike Christie1-0/+4
2024-01-29scsi: core: Have midlayer retry scsi_probe_lun() errorsMike Christie1-18/+28
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie1-3/+95
2024-01-29scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2024-01-29scsi: isci: Convert snprintf() to sysfs_emit()Li Zhijian1-1/+1
2024-01-29scsi: ibmvscsi_tgt: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian1-12/+10
2024-01-29scsi: fnic: Convert snprintf() to sysfs_emit()Li Zhijian1-4/+3
2024-01-29scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2024-01-29scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-1/+1
2024-01-29scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones1-22/+22
2024-01-29scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-18/+18
2024-01-29scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones1-22/+22
2024-01-24scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar1-2/+2
2024-01-24scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar5-32/+136
2024-01-24Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-9/+25
2024-01-24scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-24scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
2024-01-24scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-24scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2024-01-23scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2024-01-23scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()Justin Stitt1-9/+9
2024-01-23scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King1-1/+1
2024-01-23scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-01-23scsi: core: Safe warning about bad dev info stringPetr Mladek1-3/+3
2024-01-23scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang1-1/+1
2024-01-22Merge branch '6.8/scsi-staging' into 6.8/scsi-fixesMartin K. Petersen3-5/+2
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-20/+92
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+73
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-01-17scsi: initio: Remove redundant variable 'rb'Colin Ian King1-2/+1
2024-01-17scsi: virtio_scsi: Remove duplicate check if queue is brokenLi RongQing1-2/+0
2024-01-17scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-01-11scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel1-3/+6
2024-01-11scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter1-0/+1
2024-01-11scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli1-2/+4
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds76-1236/+1975
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds3-55/+37
2024-01-10scsi: virtio_scsi: Add mq_poll supportMike Christie1-5/+73
2024-01-08sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig1-4/+3
2024-01-03scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warningsRandy Dunlap1-4/+2
2024-01-03scsi: smartpqi: Bump driver version to 2.1.26-030Don Brace1-3/+3
2024-01-03scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2-8/+36
2024-01-03scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+40
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+1
2023-12-19sd: only call disk_clear_zoned when neededChristoph Hellwig1-1/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig1-2/+5
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig3-54/+34
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)1-1/+1
2023-12-18scsi: core: Always send batch on reset or error handling commandAlexander Atanasov1-0/+2
2023-12-18scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2023-12-13Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-11/+19
2023-12-13scsi: hisi_sas: Correct the number of global debugfs registersYihang Li1-1/+1
2023-12-13scsi: hisi_sas: Rollback some operations if FLR failedYihang Li1-0/+5
2023-12-13scsi: hisi_sas: Check before using pointer variablesYihang Li1-2/+5
2023-12-13scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2023-12-13scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li1-5/+5
2023-12-13scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()Justin Stitt1-22/+4
2023-12-13Merge patch series "lpfc: Update lpfc to revision 14.2.0.17"Martin K. Petersen4-8/+17
2023-12-13scsi: lpfc: Update lpfc version to 14.2.0.17Justin Tee1-1/+1
2023-12-13scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee2-3/+4
2023-12-13scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee1-0/+8
2023-12-13scsi: lpfc: Change VMID driver load time parameters to read onlyJustin Tee1-4/+4
2023-12-13Merge patch series "Introduce support for multiqueue (MQ) in fnic"Martin K. Petersen10-543/+847
2023-12-13scsi: fnic: Increment driver versionKaran Tilak Kumar1-1/+1
2023-12-13scsi: fnic: Improve logs and add support for multiqueue (MQ)Karan Tilak Kumar2-140/+154
2023-12-13scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar3-254/+328
2023-12-13scsi: fnic: Add support for multiqueue (MQ) in fnic_main.cKaran Tilak Kumar2-34/+77
2023-12-13scsi: fnic: Remove usage of host_lockKaran Tilak Kumar1-24/+31
2023-12-13scsi: fnic: Define stats to track multiqueue (MQ) IOsKaran Tilak Kumar2-0/+13
2023-12-13scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar5-74/+144
2023-12-13scsi: fnic: Refactor and redefine fnic.h for multiqueueKaran Tilak Kumar1-8/+22