aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid/linit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-03-14scsi: aacraid: Clean up some inconsistent indentingJiapeng Chong1-1/+1
2022-02-22scsi: aacraid: Move the SCSI pointer to private command dataBart Van Assche1-10/+11
2021-10-16scsi: aacraid: Switch to attribute groupsBart Van Assche1-17/+21
2020-11-25scsi: aacraid: Use generic power managementVaibhav Gupta1-26/+7
2020-11-25scsi: aacraid: Drop pci_enable_wake() from .resumeVaibhav Gupta1-1/+0
2020-11-04scsi: aacraid: Improve compat_ioctl handlersArnd Bergmann1-59/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-08-24scsi: aacraid: Remove pci-dma-compat wrapper APISuraj Upadhyay1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
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-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-05-07scsi: aacraid: Make some symbols staticZou Wei1-2/+2
2020-04-27scsi: aacraid: Fix error handling paths in aac_probe_one()Christophe JAILLET1-4/+8
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-88/+83
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: Disabling TM path and only processing IOP resetSagar Biradar1-9/+25
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_(block,unblock) to block I/OHannes Reinecke1-9/+6
2020-02-28scsi: aacraid: replace aac_flush_ios() with midlayer helperHannes Reinecke1-22/+2
2019-10-18scsi: aacraid: send AIF request post IOP RESETBalsundar P1-3/+18
2019-10-18scsi: aacraid: check adapter healthBalsundar P1-0/+4
2019-10-18scsi: aacraid: setting different timeout for src and thorBalsundar P1-3/+7
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-14/+1
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 Torvalds1-4/+5
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-2/+4
2019-02-04scsi: aacraid: clean up some indentation and formatting issuesColin Ian King1-2/+1
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 Bergmann1-1/+1
2018-11-28scsi: aacraid: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
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-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+3
2018-04-09scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll1-0/+1
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: fix shutdown crash when init failsMeelis Roos1-1/+3
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+15
2018-01-03scsi: aacraid: Remove unused rescan variableRaghava Aditya Renukunta1-2/+2
2018-01-03scsi: aacraid: Reschedule host scan in case of failureRaghava Aditya Renukunta1-0/+5
2018-01-03scsi: aacraid: Use hotplug handling function in place of scsi_scan_hostRaghava Aditya Renukunta1-2/+3
2018-01-03scsi: aacraid: Block concurrent hotplug event handlingRaghava Aditya Renukunta1-0/+1
2018-01-03scsi: aacraid: Refactor reset_host store functionRaghava Aditya Renukunta1-6/+3