summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | scsi: lpfc: Update lpfc version to 14.2.0.16Justin Tee2023-11-151-1/+1
| | * | | scsi: lpfc: Enhance driver logging for selected discovery eventsJustin Tee2023-11-152-22/+38
| | * | | scsi: lpfc: Refactor and clean up mailbox command memory freeJustin Tee2023-11-154-23/+40
| | * | | scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloadingJustin Tee2023-11-151-0/+3
| | * | | scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()Justin Tee2023-11-151-1/+1
| | * | | scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()Justin Tee2023-11-151-2/+2
| | * | | scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2023-11-152-2/+3
| | * | | scsi: lpfc: Correct maximum PCI function value for RAS fw loggingJustin Tee2023-11-151-2/+2
| | |/ /
| * | | Merge patch series "Replace deprecated strncpy() with strscpy()"Martin K. Petersen2023-11-155-19/+25
| |\ \ \
| | * | | scsi: elx: libefc: Replace deprecated strncpy() with strscpy_pad()/memcpy()Justin Stitt2023-11-151-6/+6
| | * | | scsi: csiostor: Replace deprecated strncpy() with strscpy()Justin Stitt2023-11-151-1/+2
| | * | | scsi: ch: Replace deprecated strncpy() with strscpy()Justin Stitt2023-11-151-4/+8
| | * | | scsi: bnx2fc: Replace deprecated strncpy() with strscpy()Justin Stitt2023-11-151-7/+7
| | * | | scsi: 3w-sas: Replace deprecated strncpy() with strscpy()Justin Stitt2023-11-151-1/+2
| | |/ /
| * | | scsi: mpt3sas: Replace dynamic allocations with local variablesJames Seo2023-11-151-25/+12
| * | | scsi: mpt3sas: Replace a dynamic allocation with a local variableJames Seo2023-11-151-14/+5
| * | | scsi: mpt3sas: Fix typo of "TRIGGER"James Seo2023-11-153-28/+28
| * | | scsi: mpt3sas: Fix an outdated commentJames Seo2023-11-151-1/+1
| * | | scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter structJames Seo2023-11-152-5/+4
| * | | scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo2023-11-154-22/+11
| * | | scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData[] a flexible arrayJames Seo2023-11-151-6/+3
| * | | scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData[] a flexible arrayJames Seo2023-11-151-6/+3
| * | | scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData[] a flexible arrayJames Seo2023-11-151-7/+3
| * | | scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] a flexible arrayJames Seo2023-11-151-7/+3
| * | | scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible arrayJames Seo2023-11-151-7/+3
| * | | scsi: mpt3sas: Use flexible arrays when obviously possibleJames Seo2023-11-153-165/+75
| |/ /
* | | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-113-55/+37
|\ \ \
| * | | sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig2024-01-081-4/+3
| * | | block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+1
| * | | sd: only call disk_clear_zoned when neededChristoph Hellwig2023-12-191-1/+1
| * | | block: simplify disk_set_zonedChristoph Hellwig2023-12-191-2/+5
| * | | block: remove support for the host aware zone modelChristoph Hellwig2023-12-193-54/+34
| | |/ | |/|
* | | scsi: core: Always send batch on reset or error handling commandAlexander Atanasov2023-12-181-0/+2
* | | scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun2023-12-181-6/+3
* | | Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"Martin K. Petersen2023-12-084-43/+3
* | | scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu2023-12-051-0/+1
* | | scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-241-1/+8
|/ /
* | Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen2023-11-143-40/+34
|\ \ | |/ |/|
| * scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie2023-11-081-30/+23
| * scsi: scsi_debug: Delete some bogus error checkingDan Carpenter2023-11-081-7/+0
| * scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter2023-11-081-1/+1
| * scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran2023-11-081-2/+10
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-022-180/+16
|\ \
| * | scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang2023-10-041-52/+7
| * | scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang2023-10-041-128/+9
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-0257-1032/+1900
|\ \ \ | | |/ | |/|
| * | scsi: megaraid: Fix up debug message in megaraid_abort_and_reset()Hannes Reinecke2023-10-241-4/+7
| * | scsi: aic79xx: Fix up NULL command in ahd_done()Hannes Reinecke2023-10-241-2/+4
| * | scsi: mpt3sas: Fix loop logicRanjan Kumar2023-10-241-2/+2
| * | scsi: snic: Remove useless code in snic_dr_clean_pending_req()Su Hui2023-10-241-10/+4