summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy2021-12-231-5/+153
* scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy2021-12-231-14/+24
* scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy2021-12-231-13/+33
* scsi: mpi3mr: Handle unaligned PLL in unmap cmndsSreekanth Reddy2021-12-231-10/+26
* scsi: mpi3mr: Increase internal cmnds timeout to 60sSreekanth Reddy2021-12-231-2/+5
* 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-231-11/+29
* scsi: mpi3mr: Update MPI3 headers - part1Sreekanth Reddy2021-12-231-1/+1
* scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy2021-12-231-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-13/+13
|\
| * scsi: mpi3mr: Call scsi_done() directlyBart Van Assche2021-10-171-13/+13
* | 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-251-6/+7
* 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 warnings reported by smatchSreekanth Reddy2021-06-291-2/+3
* scsi: mpi3mr: Make some symbols staticYang Yingliang2021-06-191-2/+2
* scsi: mpi3mr: Fix a double freeTomas Henzl2021-06-101-6/+1
* scsi: mpi3mr: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-081-0/+1
* Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen2021-06-021-10/+5
* scsi: mpi3mr: Add event handling debug printsKashyap Desai2021-06-021-1/+165
* scsi: mpi3mr: Add EEDP DIF DIX supportKashyap Desai2021-06-021-5/+296
* scsi: mpi3mr: Add support for DSN secure firmware checkKashyap Desai2021-06-021-0/+80
* scsi: mpi3mr: Add support for PM suspend and resumeKashyap Desai2021-06-021-0/+84
* scsi: mpi3mr: Wait for pending I/O completions upon detection of VD I/O timeoutKashyap Desai2021-06-021-0/+55
* scsi: mpi3mr: Print pending host I/Os for debuggingKashyap Desai2021-06-021-0/+69
* scsi: mpi3mr: Hardware workaround for UNMAP commands to NVMe drivesKashyap Desai2021-06-021-0/+100
* scsi: mpi3mr: Allow certain commands during pci-remove hookKashyap Desai2021-06-021-1/+22