summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()Tomas Henzl2023-03-081-0/+11
* scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar2023-03-071-0/+1
* scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki2023-02-221-0/+4
* scsi: mpi3mr: Suppress command reply debug printsShin'ichiro Kawasaki2022-11-171-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-70/+475
|\
| * scsi: mpi3mr: Scan the devices during resume timeSreekanth Reddy2022-09-251-0/+4
| * scsi: mpi3mr: Free enclosure objects during driver unloadSreekanth Reddy2022-09-251-0/+19
| * scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBASreekanth Reddy2022-09-251-0/+45
| * scsi: mpi3mr: Support new power management frameworkSreekanth Reddy2022-09-251-20/+13
| * scsi: mpi3mr: Block I/Os while refreshing target dev objectsSreekanth Reddy2022-09-011-10/+15
| * scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy2022-09-011-0/+50
| * scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy2022-08-231-2/+18
| * scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy2022-08-231-0/+2
| * scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy2022-08-231-17/+67
| * scsi: mpi3mr: Get target object based on rphySreekanth Reddy2022-08-231-10/+51
| * scsi: mpi3mr: Add expander devices to STLSreekanth Reddy2022-08-231-6/+30
| * scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy2022-08-231-4/+27
| * scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy2022-08-231-1/+1
| * scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy2022-08-231-0/+3
| * scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy2022-08-231-2/+131
| * scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy2022-08-231-0/+1
* | 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-051-7/+284
|\
| * scsi: mpi3mr: Delete a stray tabDan Carpenter2022-07-191-1/+1
| * scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy2022-07-191-0/+122
| * scsi: mpi3mr: Resource Based MeteringSreekanth Reddy2022-07-191-7/+160
| * 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: Add target device related sysfs attributesSreekanth Reddy2022-05-201-0/+1
* scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy2022-05-111-0/+6
* scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy2022-05-111-3/+5
* scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2022-05-111-0/+4
* scsi: mpi3mr: Expose adapter state to sysfsSumit Saxena2022-05-021-0/+1
* scsi: mpi3mr: Add support for PEL commandsSumit Saxena2022-05-021-0/+42
* scsi: mpi3mr: Add support for MPT commandsSumit Saxena2022-05-021-2/+2
* scsi: mpi3mr: Add support for driver commandsSumit Saxena2022-05-021-0/+3
* scsi: mpi3mr: Add bsg device supportSumit Saxena2022-05-021-0/+2
* scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warningSreekanth Reddy2022-02-231-1/+1
* scsi: mpi3mr: Update the copyright yearSreekanth Reddy2022-02-111-1/+1
* scsi: mpi3mr: Fix reporting of actual data transfer sizeSreekanth Reddy2022-02-111-0/+2
* scsi: mpi3mr: Fix cmnd getting marked as in use foreverSreekanth Reddy2022-02-111-2/+14
* scsi: mpi3mr: Fix hibernation issueSreekanth Reddy2022-02-111-1/+1
* scsi: mpi3mr: Update MPI3 headersSreekanth Reddy2022-02-111-29/+0
* scsi: mpi3mr: Fix printing of pending I/O countSreekanth Reddy2022-02-111-1/+1
* scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy2022-02-111-20/+86
* scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy2021-12-231-38/+179
* scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy2021-12-231-27/+27
* scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy2021-12-231-5/+41
* scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy2021-12-231-3/+72
* scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy2021-12-231-0/+40