aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-10-18scsi: aacraid: bump versionBalsundar P1-1/+1
2019-10-18scsi: aacraid: send AIF request post IOP RESETBalsundar P3-9/+50
2019-10-18scsi: aacraid: check adapter healthBalsundar P1-0/+4
2019-10-18scsi: aacraid: setting different timeout for src and thorBalsundar P3-4/+11
2019-10-18scsi: aacraid: fixed firmware assert issueBalsundar P3-0/+16
2019-10-18scsi: aacraid: fixed IO reporting errorBalsundar P1-0/+1
2019-10-18scsi: aacraid: fix illegal IO beyond last LBABalsundar P1-4/+4
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner12-180/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-25scsi: aacraid: Insure we don't access PCIe space during AER/EEHDave Carroll2-3/+8
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+8
2019-03-14scsi: aacraid: Fix performance issue on logical drivesSagar Biradar1-5/+8
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-25/+26
2019-02-27scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva1-2/+3
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor4-6/+8
2019-02-04scsi: aacraid: clean up some indentation and formatting issuesColin Ian King3-15/+15
2019-01-29scsi: remove unneeded header search pathsMasahiro Yamada1-2/+0
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig1-5/+4
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-12scsi: aacraid: change event_wait to a completionArnd Bergmann6-22/+20
2018-12-12scsi: aacraid: change wait_sem to a completionArnd Bergmann3-5/+5
2018-11-28scsi: aacraid: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-28scsi: aacraid: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-9/+0
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig1-1/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-08-30scsi: aacraid: remove unused variables dev and cpuColin Ian King2-9/+0
2018-08-27scsi: aacraid: fix a signedness bugDan Carpenter1-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-20/+35
2018-08-08scsi: aacraid: Spelling fix in commentDongliang Mu2-2/+2
2018-07-10scsi: aacraid: remove AAC_STAT_GOOD defineJohannes Thumshirn1-14/+27
2018-06-26scsi: aacraid: Fix PD performance regression over incorrect qd being setRaghava Aditya Renukunta1-8/+7
2018-06-26scsi: aacraid: stop using deprated get_seconds()Arnd Bergmann3-4/+6
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-05scsi: aacraid: remove bogus GFP_DMA32 specifiesChristoph Hellwig1-2/+2
2018-05-01scsi: aacraid: Correct hba_send to include iu_typeDave Carroll1-4/+4
2018-04-09scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll2-1/+4
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-12/+198
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-1/+3
2018-03-27treewide: Fix typos in printkMasanari Iida1-2/+2
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2018-02-13scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processingRaghava Aditya Renukunta2-6/+17
2018-02-13scsi: aacraid: Preserve MSIX mode in the OMR registerRaghava Aditya Renukunta1-0/+22
2018-02-13scsi: aacraid: Implement DropIO sync commandRaghava Aditya Renukunta2-6/+159
2018-02-13scsi: aacraid: fix shutdown crash when init failsMeelis Roos1-1/+3