summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-01scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2-52/+52
2023-06-01scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2-2/+2
2023-06-01scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee1-1/+1
2023-06-01scsi: lpfc: Enhance congestion statistics collectionJustin Tee2-208/+81
2023-06-01scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee5-50/+41
2023-06-01scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee3-41/+41
2023-06-01scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-06-01scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee1-5/+14
2023-06-01scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee1-3/+3
2023-06-01scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee1-8/+0
2023-06-01scsi: ufs: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-3/+3
2023-06-01scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-31scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-31scsi: dt-bindings: ufs: qcom: Add compatible for sa8775pBartosz Golaszewski1-0/+2
2023-05-31scsi: ufs: core: Do not open code SZ_xAvri Altman6-25/+25
2023-05-31scsi: ufs: Ungate the clock synchronouslyBart Van Assche4-62/+30
2023-05-31scsi: ufs: Declare ufshcd_{hold,release}() onceBart Van Assche1-3/+0
2023-05-31scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flagBart Van Assche1-0/+1
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche3-7/+11
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche1-5/+13
2023-05-31scsi: virtio_scsi: Remove a useless function callChristophe JAILLET1-3/+1
2023-05-31scsi: ata: libata-scsi: Fix ata_msense_control kdoc commentDamien Le Moal1-0/+1
2023-05-31scsi: qla2xxx: Fix end of loop testDan Carpenter1-1/+1
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche1-5/+8
2023-05-31scsi: core: Trace SCSI sense dataBart Van Assche1-2/+19
2023-05-31scsi: core: Use min() instead of open-coding itBart Van Assche1-2/+1
2023-05-23scsi: docs: sym53c8xx_2: Shorten chapter headingRandy Dunlap1-3/+3
2023-05-23scsi: docs: ncr53c8xx: Shorten chapter headingRandy Dunlap1-3/+3
2023-05-23scsi: docs: megaraid: Clarify chapter headingRandy Dunlap1-3/+3
2023-05-23scsi: docs: g_NCR5380: Shorten chapter headingRandy Dunlap1-3/+3
2023-05-23scsi: docs: scsi-generic: Multiple cleanupsRandy Dunlap1-32/+21
2023-05-23scsi: docs: scsi_fc_transport: Fix typo in headingRandy Dunlap1-4/+4
2023-05-23scsi: docs: dc395x: Shorten the chapter headingRandy Dunlap1-3/+3
2023-05-23scsi: docs: scsi-changer: Shorten the chapter headingRandy Dunlap1-3/+3
2023-05-23scsi: docs: arcmsr: Use a chapter heading for clarityRandy Dunlap1-0/+1
2023-05-23scsi: docs: introduction: Multiple cleanupsRandy Dunlap1-13/+10
2023-05-23scsi: docs: Organize the SCSI documentationRandy Dunlap1-5/+32
2023-05-23scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+6
2023-05-22scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET2-5/+5
2023-05-22scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang1-1/+3
2023-05-22scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() failsKeoseong Park1-3/+5
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel5-4/+295
2023-05-22scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal4-5/+46
2023-05-22scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal5-29/+193
2023-05-22scsi: ata: libata-scsi: Add support for CDL pages mode senseDamien Le Moal1-22/+128
2023-05-22scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in()Damien Le Moal1-4/+26
2023-05-22scsi: ata: libata: Detect support for command duration limitsDamien Le Moal4-23/+80