summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | treewide: correct the typo 'retun'WangYuli2024-09-102-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-1966-587/+929
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge patch series "smartpqi updates"Martin K. Petersen2024-08-294-132/+322
| |\ \ \ \
| | * | | | scsi: smartpqi: update driver version to 2.1.30-031Don Brace2024-08-291-3/+3
| | * | | | scsi: smartpqi: fix volume size updatesDon Brace2024-08-291-8/+14
| | * | | | scsi: smartpqi: fix rare system hang during LUN resetMurthy Bhat2024-08-291-6/+4
| | * | | | scsi: smartpqi: add new controller PCI IDsDavid Strahan2024-08-291-0/+24
| | * | | | scsi: smartpqi: add counter for parity write stream requestsMahesh Rajashekhara2024-08-292-14/+55
| | * | | | scsi: smartpqi: correct stream detectionMahesh Rajashekhara2024-08-291-1/+1
| | * | | | scsi: smartpqi: Add fw log to kdumpMurthy Bhat2024-08-294-100/+221
| * | | | | scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rportChristophe JAILLET2024-08-291-6/+0
| * | | | | scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_portChristophe JAILLET2024-08-291-1/+0
| * | | | | scsi: bnx2i: Remove unused declarationsYue Haibing2024-08-291-11/+0
| * | | | | Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen2024-08-2335-103/+78
| |\ \ \ \ \
| | * | | | | scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche2024-08-231-5/+4
| | * | | | | scsi: stex: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-231-5/+2
| | * | | | | scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche2024-08-231-8/+3
| | * | | | | scsi: snic: Simplify alloc_workqueue() invocationsBart Van Assche2024-08-231-4/+2
| | * | | | | scsi: qedi: Simplify an alloc_workqueue() invocationBart Van Assche2024-08-231-3/+3
| | * | | | | scsi: qedf: Simplify alloc_workqueue() invocationsBart Van Assche2024-08-231-9/+6
| | * | | | | scsi: myrs: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-5/+2
| | * | | | | scsi: myrb: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-5/+2
| | * | | | | scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-6/+2
| | * | | | | scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-5/+1
| | * | | | | scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocationBart Van Assche2024-08-231-3/+2
| | * | | | | scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche2024-08-231-13/+5
| | * | | | | scsi: esas2r: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-5/+2
| | * | | | | scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2024-08-232-5/+2
| | * | | | | scsi: be2iscsi: Simplify an alloc_workqueue() invocationBart Van Assche2024-08-231-4/+2
| | * | | | | scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-2324-41/+61
| | | |_|/ / | | |/| | |
| * | | | | scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter2024-08-231-1/+1
| * | | | | Merge patch series "NCR5380: Bug fixes and other improvements"Martin K. Petersen2024-08-134-210/+215
| |\ \ \ \ \
| | * | | | | scsi: NCR5380: Clean up indentationFinn Thain2024-08-133-52/+56
| | * | | | | scsi: NCR5380: Remove obsolete commentFinn Thain2024-08-131-1/+0
| | * | | | | scsi: NCR5380: Remove redundant result calculation from NCR5380_transfer_pio()Finn Thain2024-08-132-25/+14
| | * | | | | scsi: NCR5380: Drop redundant member from struct NCR5380_cmdFinn Thain2024-08-132-3/+0
| | * | | | | scsi: NCR5380: Handle BSY signal loss during information transfer phasesFinn Thain2024-08-131-8/+14
| | * | | | | scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfersFinn Thain2024-08-131-0/+4
| | * | | | | scsi: mac_scsi: Enable scatter/gather by defaultFinn Thain2024-08-131-1/+7
| | * | | | | scsi: NCR5380: Check for phase match during PDMA fixupFinn Thain2024-08-131-39/+39
| | * | | | | scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain2024-08-131-25/+19
| | * | | | | scsi: mac_scsi: Refactor polling loopFinn Thain2024-08-131-38/+42
| | * | | | | scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain2024-08-131-20/+22
| | |/ / / /
| * | | | | scsi: mpi3mr: Driver version update to 8.10.0.5.50Ranjan Kumar2024-08-131-2/+2
| * | | | | scsi: mpi3mr: Update consumer index of reply queues after every 100 repliesRanjan Kumar2024-08-132-2/+17
| * | | | | scsi: mpi3mr: Return complete ioc_status for ioctl commandsRanjan Kumar2024-08-131-5/+9
| * | | | | scsi: snic: Avoid creating two slab caches with the same namePedro Falcato2024-08-131-1/+1
| * | | | | scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry2024-08-131-1/+1
| * | | | | Merge patch series "smartpqi updates"Martin K. Petersen2024-08-032-27/+151
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | scsi: smartpqi: Update driver version to 2.1.28-025Don Brace2024-08-031-3/+3