aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-22scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warningSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Update the copyright yearSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Fix reporting of actual data transfer sizeSreekanth Reddy1-0/+2
2022-02-11scsi: mpi3mr: Fix cmnd getting marked as in use foreverSreekanth Reddy1-2/+14
2022-02-11scsi: mpi3mr: Fix hibernation issueSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Update MPI3 headersSreekanth Reddy1-29/+0
2022-02-11scsi: mpi3mr: Fix printing of pending I/O countSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy1-20/+86
2021-12-23scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy1-38/+179
2021-12-23scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy1-27/+27
2021-12-23scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy1-5/+41
2021-12-23scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy1-3/+72
2021-12-23scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy1-0/+40
2021-12-23scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy1-5/+153
2021-12-23scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy1-14/+24
2021-12-23scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy1-13/+33
2021-12-23scsi: mpi3mr: Handle unaligned PLL in unmap cmndsSreekanth Reddy1-10/+26
2021-12-23scsi: mpi3mr: Increase internal cmnds timeout to 60sSreekanth Reddy1-2/+5
2021-12-23scsi: mpi3mr: Do access status validation before adding devicesSreekanth Reddy1-0/+11
2021-12-23scsi: mpi3mr: Add support for PCIe Managed Switch SES deviceSreekanth Reddy1-11/+29
2021-12-23scsi: mpi3mr: Update MPI3 headers - part1Sreekanth Reddy1-1/+1
2021-12-23scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy1-2/+3
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+13
2021-10-16scsi: mpi3mr: Fix duplicate device entries when scanning through sysfsSreekanth Reddy1-1/+1
2021-10-16scsi: mpi3mr: Call scsi_done() directlyBart Van Assche1-13/+13
2021-08-24scsi: mpi3mr: Set up IRQs in resume pathKashyap Desai1-6/+7
2021-08-12scsi: mpi3mr: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-39/+20
2021-08-11scsi: mpi3mr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-4/+4
2021-06-29scsi: mpi3mr: Fix warnings reported by smatchSreekanth Reddy1-2/+3
2021-06-18scsi: mpi3mr: Make some symbols staticYang Yingliang1-2/+2
2021-06-09scsi: mpi3mr: Fix a double freeTomas Henzl1-6/+1
2021-06-07scsi: mpi3mr: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen1-10/+5
2021-06-02scsi: mpi3mr: Add event handling debug printsKashyap Desai1-1/+165
2021-06-02scsi: mpi3mr: Add EEDP DIF DIX supportKashyap Desai1-5/+296
2021-06-02scsi: mpi3mr: Add support for DSN secure firmware checkKashyap Desai1-0/+80
2021-06-02scsi: mpi3mr: Add support for PM suspend and resumeKashyap Desai1-0/+84
2021-06-02scsi: mpi3mr: Wait for pending I/O completions upon detection of VD I/O timeoutKashyap Desai1-0/+55
2021-06-02scsi: mpi3mr: Print pending host I/Os for debuggingKashyap Desai1-0/+69
2021-06-02scsi: mpi3mr: Hardware workaround for UNMAP commands to NVMe drivesKashyap Desai1-0/+100
2021-06-02scsi: mpi3mr: Allow certain commands during pci-remove hookKashyap Desai1-1/+22
2021-06-02scsi: mpi3mr: Add change queue depth supportKashyap Desai1-0/+30
2021-06-02scsi: mpi3mr: Implement SCSI error handler hooksKashyap Desai1-0/+347
2021-06-02scsi: mpi3mr: Add bios_param SCSI host template hookKashyap Desai1-0/+41
2021-06-02scsi: mpi3mr: Print IOC info for debuggingKashyap Desai1-0/+1
2021-06-02scsi: mpi3mr: Add support for recovering controllerKashyap Desai1-4/+86
2021-06-02scsi: mpi3mr: Additional event handlingKashyap Desai1-0/+36
2021-06-02scsi: mpi3mr: Add support for PCIe device event handlingKashyap Desai1-0/+201
2021-06-02scsi: mpi3mr: Add support for device add/remove event handlingKashyap Desai1-2/+1455
2021-06-02scsi: mpi3mr: Add support for internal watchdog threadKashyap Desai1-1/+4