aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-12-04scsi: mpi3mr: Update driver version to 8.12.0.3.50Ranjan Kumar1-2/+2
2024-12-04scsi: mpi3mr: Handling of fault code for insufficient powerRanjan Kumar1-0/+40
2024-12-04scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar1-1/+1
2024-12-04scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfsRanjan Kumar2-77/+13
2024-12-04scsi: mpi3mr: Synchronize access to ioctl data bufferRanjan Kumar1-11/+25
2024-12-04scsi: mpt3sas: Update driver version to 51.100.00.00Ranjan Kumar1-4/+4
2024-12-04scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...Ranjan Kumar1-1/+6
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen6-563/+12
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds65-1472/+953
2024-11-20scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2024-11-20scsi: lpfc: Fix spelling errors 'asynchronously'liujing2-2/+2
2024-11-20scsi: bfa: Remove unused parsersDr. David Alan Gilbert2-151/+0
2024-11-20scsi: bfa: Remove unused structure buildersDr. David Alan Gilbert2-403/+0
2024-11-20scsi: qla1280: Fix hw revision numbering for ISP1020/1040Magnus Lindholm1-6/+6
2024-11-20Merge branch '6.12/scsi-fixes' into 6.13/scsi-stagingMartin K. Petersen1-2/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds2-5/+3
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig1-3/+3
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-2/+0
2024-11-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-0/+2
2024-11-06Merge patch series "scsi: st: Device reset patches"Martin K. Petersen1-10/+26
2024-11-06scsi: st: New session only when Unit Attention for new tapeKai Mäkisara1-1/+4
2024-11-06scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device resetKai Mäkisara1-8/+21
2024-11-06scsi: st: Don't modify unknown block number in MTIOCGETKai Mäkisara1-1/+1
2024-11-06scsi: sun3: Mark driver struct with __refdata to prevent section mismatchGeert Uytterhoeven1-1/+7
2024-11-06scsi: sg: Enable runtime power managementBart Van Assche1-8/+1
2024-11-06scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()Zhen Lei1-0/+1
2024-11-06scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()Zhen Lei1-0/+1
2024-11-06scsi: bfa: Fix use-after-free in bfad_im_module_exit()Ye Bin1-2/+1
2024-11-06scsi: esas2r: Remove unused esas2r_build_cli_req()Dr. David Alan Gilbert2-21/+0
2024-11-06scsi: Switch back to struct platform_driver::remove()Uwe Kleine-König16-20/+20
2024-11-06scsi: pm8001: Increase request sg length to support 4MiB requestsIgor Pylypiv2-2/+6
2024-11-06scsi: pm8001: Initialize devices in pm8001_alloc_dev()Igor Pylypiv2-8/+12
2024-11-06scsi: pm8001: Use module param to set pcs event log severitySalomon Dushimirimana3-1/+8
2024-11-06Merge branch '6.12/scsi-fixes' into 6.13/scsi-stagingMartin K. Petersen6-27/+37
2024-11-06Merge patch series "Update lpfc to revision 14.4.0.6"Martin K. Petersen15-814/+665
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+1
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-2/+0
2024-11-02scsi: lpfc: Copyright updates for 14.4.0.6 patchesJustin Tee2-2/+2
2024-11-02scsi: lpfc: Update lpfc version to 14.4.0.6Justin Tee1-1/+1
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee13-661/+476
2024-11-02scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee6-127/+44
2024-11-02scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callbackJustin Tee1-12/+24
2024-11-02scsi: lpfc: Add cleanup of nvmels_wq after HBA resetJustin Tee3-2/+51
2024-11-02scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMIJustin Tee1-7/+14
2024-11-02scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flagJustin Tee1-6/+16
2024-11-02scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee2-5/+38
2024-11-02scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrsJustin Tee1-0/+6