summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernelsSreekanth Reddy2022-09-251-1/+15
| * scsi: mpi3mr: Support new power management frameworkSreekanth Reddy2022-09-251-20/+13
| * scsi: mpi3mr: Update mpi3 header filesSreekanth Reddy2022-09-257-52/+165
| * scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter2022-09-151-2/+4
| * scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter2022-09-151-26/+32
| * scsi: mpi3mr: Block I/Os while refreshing target dev objectsSreekanth Reddy2022-08-311-10/+15
| * scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy2022-08-314-1/+421
| * scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy2022-08-224-2/+914
| * scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy2022-08-224-1/+249
| * scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy2022-08-223-17/+235
| * scsi: mpi3mr: Get target object based on rphySreekanth Reddy2022-08-224-10/+86
| * scsi: mpi3mr: Add expander devices to STLSreekanth Reddy2022-08-223-9/+432
| * scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy2022-08-223-4/+46
| * scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy2022-08-223-1/+539
| * scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy2022-08-223-0/+295
| * scsi: mpi3mr: Add framework to add phys to STLSreekanth Reddy2022-08-223-0/+524
| * scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy2022-08-223-2/+154
| * scsi: mpi3mr: Add helper functions to retrieve config pagesSreekanth Reddy2022-08-222-0/+621
| * scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy2022-08-223-0/+282
| * scsi: mpi3mr: Add config and transport related debug flagsSreekanth Reddy2022-08-221-0/+27
* | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-4/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-043-11/+420
|\
| * scsi: mpi3mr: Delete a stray tabDan Carpenter2022-07-181-1/+1
| * scsi: mpi3mr: Unlock on error pathDan Carpenter2022-07-181-1/+2
| * scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy2022-07-183-0/+136
| * scsi: mpi3mr: Resource Based MeteringSreekanth Reddy2022-07-183-10/+280
| * scsi: mpi3mr: Increase cmd_per_lun to 128Sreekanth Reddy2022-07-071-1/+1
| * scsi: mpi3mr: Enable shared host tagsetSreekanth Reddy2022-07-071-0/+2
* | blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-12/+4
|/
* scsi: mpi3mr: Fix kernel-docJiapeng Chong2022-06-011-1/+1
* scsi: mpi3mr: Rework mrioc->bsg_device model to fix warningsSumit Saxena2022-06-012-27/+23
* scsi: mpi3mr: Add target device related sysfs attributesSreekanth Reddy2022-05-193-0/+122
* scsi: mpi3mr: Add shost related sysfs attributesSreekanth Reddy2022-05-191-2/+141
* scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter2022-05-191-2/+6
* scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init()Dan Carpenter2022-05-161-1/+1
* scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy2022-05-101-0/+6
* scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy2022-05-101-3/+5
* scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2022-05-102-0/+7
* scsi: mpi3mr: Update driver version to 8.0.0.69.0Sumit Saxena2022-05-021-2/+2
* scsi: mpi3mr: Add support for NVMe passthroughSumit Saxena2022-05-022-3/+370
* scsi: mpi3mr: Expose adapter state to sysfsSumit Saxena2022-05-023-1/+48
* scsi: mpi3mr: Add support for PEL commandsSumit Saxena2022-05-024-1/+592
* scsi: mpi3mr: Add support for MPT commandsSumit Saxena2022-05-024-3/+574
* scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi headerSumit Saxena2022-05-024-100/+2
* scsi: mpi3mr: Add support for driver commandsSumit Saxena2022-05-026-22/+430
* scsi: mpi3mr: Add bsg device supportSumit Saxena2022-05-025-0/+129
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-249-134/+233
|\
| * scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warningSreekanth Reddy2022-02-221-1/+1
| * scsi: mpi3mr: Bump driver version to 8.0.0.68.0Sreekanth Reddy2022-02-111-2/+2
| * scsi: mpi3mr: Fix memory leaksSreekanth Reddy2022-02-111-1/+1