summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-259-134/+233
|\
| * scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warningSreekanth Reddy2022-02-231-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
| * scsi: mpi3mr: Update the copyright yearSreekanth Reddy2022-02-114-4/+4
| * 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-117-101/+116
| * 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-113-21/+91
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
|/
* scsi: mpi3mr: Fix formatting problems in some kernel-doc commentsYang Li2022-01-051-3/+2
* scsi: mpi3mr: Fix some spelling mistakesColin Ian King2022-01-051-3/+3
* scsi: mpi3mr: Bump driver version to 8.0.0.61.0Sreekanth Reddy2021-12-231-2/+2
* scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy2021-12-232-2/+5
* scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy2021-12-232-38/+185
* scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy2021-12-232-34/+27
* scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy2021-12-233-38/+210
* scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy2021-12-232-3/+73
* scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy2021-12-233-33/+96
* scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy2021-12-233-12/+224
* scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy2021-12-232-18/+92
* scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy2021-12-233-163/+120
* scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy2021-12-231-1/+115
* scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy2021-12-233-128/+120
* scsi: mpi3mr: Code refactor of IOC init - part2Sreekanth Reddy2021-12-231-78/+89
* scsi: mpi3mr: Code refactor of IOC init - part1Sreekanth Reddy2021-12-231-34/+73
* scsi: mpi3mr: Fault IOC when internal command gets timeoutSreekanth Reddy2021-12-232-48/+67
* scsi: mpi3mr: Display IOC firmware package versionSreekanth Reddy2021-12-231-0/+89
* scsi: mpi3mr: Handle unaligned PLL in unmap cmndsSreekanth Reddy2021-12-231-10/+26
* scsi: mpi3mr: Increase internal cmnds timeout to 60sSreekanth Reddy2021-12-232-6/+9
* scsi: mpi3mr: Do access status validation before adding devicesSreekanth Reddy2021-12-231-0/+11
* scsi: mpi3mr: Add support for PCIe Managed Switch SES deviceSreekanth Reddy2021-12-232-11/+32
* scsi: mpi3mr: Update MPI3 headers - part2Sreekanth Reddy2021-12-238-61/+261
* scsi: mpi3mr: Update MPI3 headers - part1Sreekanth Reddy2021-12-232-106/+499
* scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy2021-12-232-6/+9
* scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()Sreekanth Reddy2021-12-231-4/+6
* scsi: mpi3mr: Add debug APIs based on logging_level bitsSreekanth Reddy2021-12-231-24/+109
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-052-36/+22
|\
| * scsi: mpi3mr: Use scnprintf() instead of snprintf()Dan Carpenter2021-10-191-2/+2
| * scsi: mpi3mr: Call scsi_done() directlyBart Van Assche2021-10-171-13/+13
| * scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()Dan Carpenter2021-10-051-23/+9
* | scsi: mpi3mr: Fix duplicate device entries when scanning through sysfsSreekanth Reddy2021-10-171-1/+1
|/
* scsi: mpi3mr: Set up IRQs in resume pathKashyap Desai2021-08-253-25/+44
* scsi: mpi3mr: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-131-39/+20
* scsi: mpi3mr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-4/+4
* scsi: mpi3mr: Fix W=1 compilation warningsSreekanth Reddy2021-07-131-8/+7
* scsi: mpi3mr: Fix warnings reported by smatchSreekanth Reddy2021-06-291-2/+3
* scsi: mpi3mr: Make some symbols staticYang Yingliang2021-06-193-3/+3