summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-05scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali1-3/+3
2023-08-31scsi: ufs: Fix the build for the old ARM OABIBart Van Assche1-1/+1
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen3-4/+26
2023-08-26Merge patch series "qla2xxx driver misc features"Martin K. Petersen1-3/+3
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-08-25scsi: core: raid_class: Remove raid_component_add()Zhu Wang1-4/+0
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen1-28/+1
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen1-0/+1
2023-08-22scsi: libsas: Delete sas_ata_task.retry_countJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-6/+1
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry1-6/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-7/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-08-22scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMeManish Rangankar1-3/+3
2023-08-22scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv1-0/+1
2023-08-21scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-1/+1
2023-08-21scsi: libsas: Remove unused declarationsYue Haibing1-2/+0
2023-08-08scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat1-0/+1
2023-07-31Merge patch series "Multiple cleanup patches for the UFS driver"Martin K. Petersen4-64/+114
2023-07-31scsi: ufs: Simplify response header parsingBart Van Assche2-15/+55
2023-07-31scsi: ufs: Simplify transfer request header initializationBart Van Assche2-19/+34
2023-07-31scsi: ufs: Remove a member variableBart Van Assche2-20/+19
2023-07-31scsi: ufs: Improve type safetyBart Van Assche2-8/+2
2023-07-31scsi: ufs: Minimize #include directivesBart Van Assche3-2/+4
2023-07-31scsi: ufs: core: Add enums for UFS lanesManivannan Sadhasivam1-0/+6
2023-07-26scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()YueHaibing1-1/+0
2023-07-26scsi: ufs: Fix residual handlingBart Van Assche1-0/+6
2023-07-26scsi: RDMA/srp: Fix residual handlingBart Van Assche0-0/+0
2023-07-23scsi: ufs: core: Remove HPB supportBart Van Assche3-75/+0
2023-07-11scsi: ufs: core: Export symbols for MTK driver modulePo-Wen Kao1-0/+3
2023-07-11scsi: ufs: core: Convert UPIU_HEADER_DWORD() into a functionBart Van Assche1-3/+5
2023-07-11scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi1-4/+0
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2-0/+26
2023-07-09Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-07-08Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linuxLinus Torvalds2-6/+4
2023-07-08bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin1-0/+2
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-07-07Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-0/+11
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-300/+76
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-212/+4
2023-07-06Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-07-06Merge tag 'phy-for-6.5_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2023-07-06scsi: ufs: core: Add support for qTimestamp attributeArthur Simchaev2-0/+26
2023-07-06Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-11/+13