summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla4xxx/ql4_os.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla4xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-4/+0
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-4/+4
* scsi: qla4xxx: Drop redundant memset()Haowen Bai2022-04-251-1/+0
* scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie2022-03-011-1/+1
* scsi: qla4xxx: Remove unneeded variableChangcheng Deng2022-02-271-2/+1
* scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-221-6/+7
* scsi: qla4xxx: Format SYSFS_FLAG_FW_SEL_BOOT as byteFlorian Fainelli2021-12-061-2/+2
* scsi: qla4xxx: Switch to attribute groupsBart Van Assche2021-10-161-1/+1
* scsi: qla4xxx: Call scsi_done() directlyBart Van Assche2021-10-161-2/+2
* scsi: qla4xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-2/+2
* scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>Dwaipayan Ray2021-08-011-5/+5
* scsi: qla4xxx: Remove redundant continue statementColin Ian King2021-06-181-2/+0
* scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-06-021-0/+1
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-0/+1
* scsi: qla4xxx: Remove unneeded if-null-free checkQiheng Lin2021-04-131-18/+9
* scsi: qla4xxx: Fix formatting issues - missing '-' and '_'Lee Jones2021-03-151-2/+2
* scsi: qla4xxx: Fix a typoBhaskar Chowdhury2021-03-091-1/+1
* scsi: qla4xxx: Use iscsi_is_session_online()Mike Christie2021-02-081-1/+1
* scsi: qla4xxx: Remove redundant assignment to variable rvalJing Xiangfeng2020-11-171-3/+0
* Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-141-2/+1
|\
| * scsi/qla4xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-1/+1
|\ \ | |/ |/|
| * scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()'Christophe JAILLET2020-08-241-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* scsi: qla4xxx: Fix some kerneldoc parameter documentation issuesLee Jones2020-07-241-6/+7
* scsi: qla4xxx: Move 'qla4_82xx_reg_tbl' to the only place its usedLee Jones2020-07-241-0/+17
* scsi: pm8001: Remove a bunch of set but unused variablesLee Jones2020-07-241-10/+1
* scsi: qla4xxx: Move 'qla4_83xx_reg_tbl' from shared headerLee Jones2020-07-241-0/+17
* scsi: qla4xxx: Remove unneeded semicolon in ql4_os.cJason Yan2020-04-241-1/+1
* scsi: qla4xxx: Adjust indentation in qla4xxx_mem_freeNathan Chancellor2019-12-191-1/+1
* scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter2019-12-091-1/+0
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-121-0/+2
|\
| * scsi: qla4xxx: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2
* | scsi: qla4xxx: avoid freeing unallocated dma memoryArnd Bergmann2019-03-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-1/+1
|\
| * scsi: qla4xxx: ql4_os: mark expected switch fall-throughGustavo A. R. Silva2019-01-111-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-0/+2
|\ \
| * | scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing2019-01-081-0/+2
| |/
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-5/+5
|/
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: qla4xxx: remvoe unnecessary condition check for mempool_destroy()Chengguang Xu2018-11-061-3/+1
* scsi: qla4xxx: remove unnecessary condition check for dma_pool_destroy()Chengguang Xu2018-11-061-4/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-17/+8
|\
| * scsi: qla4xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-17/+8
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
|/
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-0/+46
|\
| * scsi: qla4xxx: skip error recovery in case of register disconnect.Manish Rangankar2018-02-131-0/+46
* | scsi: qla4xxx: Use dma_pool_zalloc()Souptick Joarder2018-02-211-3/+1
|/
* scsi: qla4xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-7/+5