summaryrefslogtreecommitdiff
path: root/drivers/scsi/aacraid
AgeCommit message (Expand)AuthorFilesLines
2020-07-16scsi: aacraid: Remove unused variable 'status'Lee Jones1-2/+1
2020-07-16scsi: aacraid: Fix logical bug when !DBGLee Jones1-4/+6
2020-07-16scsi: aacraid: Fix a few kerneldoc issuesLee Jones1-8/+6
2020-07-16scsi: aacraid: Repair two kerneldoc headersLee Jones1-2/+3
2020-07-15scsi: aacraid: Fix a bunch of function doc formatting errorsLee Jones1-14/+3
2020-07-15scsi: aacraid: Fix a couple of small kerneldoc issuesLee Jones1-2/+1
2020-07-15scsi: aacraid: Provide suggested curly braces around empty body of if()Lee Jones1-1/+2
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-05-15scsi: aacraid: Fix an oops in error handlingDan Carpenter1-0/+1
2020-05-12scsi: aacraid: Use memdup_user() as a cleanupZou Wei1-9/+3
2020-05-08scsi: aacraid: Make some symbols staticZou Wei2-4/+4
2020-05-08scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke1-1/+0
2020-04-28scsi: aacraid: Fix error handling paths in aac_probe_one()Christophe JAILLET1-4/+8
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-221/+116
2020-04-01scsi: aacraid: do not overwrite retval in aac_reset_adapter()Hannes Reinecke1-3/+4
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig1-3/+4
2020-03-17scsi: aacraid: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-8/+9
2020-03-12scsi: aacraid: clean up warning cast-function-typePhong Tran1-1/+6
2020-03-12scsi: aacraid: Disabling TM path and only processing IOP resetSagar Biradar2-10/+26
2020-02-29scsi: aacraid: use scsi_host_busy_iter() in get_num_of_incomplete_fibs()Hannes Reinecke1-40/+41
2020-02-29scsi: aacraid: use scsi_host_busy_iter() to wait for outstanding commandsHannes Reinecke1-18/+17
2020-02-29scsi: aacraid: use scsi_host_(block,unblock) to block I/OHannes Reinecke2-21/+8
2020-02-29scsi: aacraid: move scsi_(block,unblock)_requests out of _aac_reset_adapter()Hannes Reinecke1-6/+4
2020-02-29scsi: aacraid: replace aac_flush_ios() with midlayer helperHannes Reinecke1-22/+2
2020-02-29scsi: aacraid: use scsi_host_complete_all_commands() to terminate outstanding...Hannes Reinecke1-22/+2
2020-02-29scsi: aacraid: Do not wait for outstanding write commands on synchronize_cacheHannes Reinecke1-74/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-10-19scsi: aacraid: bump versionBalsundar P1-1/+1
2019-10-19scsi: aacraid: send AIF request post IOP RESETBalsundar P3-9/+50
2019-10-19scsi: aacraid: check adapter healthBalsundar P1-0/+4
2019-10-19scsi: aacraid: setting different timeout for src and thorBalsundar P3-4/+11
2019-10-19scsi: aacraid: fixed firmware assert issueBalsundar P3-0/+16
2019-10-19scsi: aacraid: fixed IO reporting errorBalsundar P1-0/+1
2019-10-19scsi: 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-26scsi: 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-10Merge 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-09scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor4-6/+8
2019-02-05scsi: 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-23scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig1-5/+4
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-13scsi: aacraid: change event_wait to a completionArnd Bergmann6-22/+20
2018-12-13scsi: aacraid: change wait_sem to a completionArnd Bergmann3-5/+5