aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14scsi: aacraid: Fix an oops in error handlingDan Carpenter1-0/+1
2020-05-11scsi: aacraid: Use memdup_user() as a cleanupZou Wei1-9/+3
2020-05-07scsi: aacraid: Make some symbols staticZou Wei2-4/+4
2020-05-07scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke1-1/+0
2020-04-27scsi: 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-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-221/+116
2020-03-31scsi: 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-11scsi: aacraid: clean up warning cast-function-typePhong Tran1-1/+6
2020-03-11scsi: aacraid: Disabling TM path and only processing IOP resetSagar Biradar2-10/+26
2020-02-28scsi: aacraid: use scsi_host_busy_iter() in get_num_of_incomplete_fibs()Hannes Reinecke1-40/+41
2020-02-28scsi: aacraid: use scsi_host_busy_iter() to wait for outstanding commandsHannes Reinecke1-18/+17
2020-02-28scsi: aacraid: use scsi_host_(block,unblock) to block I/OHannes Reinecke2-21/+8
2020-02-28scsi: aacraid: move scsi_(block,unblock)_requests out of _aac_reset_adapter()Hannes Reinecke1-6/+4
2020-02-28scsi: aacraid: replace aac_flush_ios() with midlayer helperHannes Reinecke1-22/+2
2020-02-28scsi: aacraid: use scsi_host_complete_all_commands() to terminate outstanding commandsHannes Reinecke1-22/+2
2020-02-28scsi: 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-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