summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_os.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: qla4xxx: Convert timers to use timer_setup()Kees Cook2017-11-011-6/+6
* scsi: qla4xxx: drop redundant init_completionNicholas Mc Guire2017-04-061-1/+0
* scsi: qla4xxx: comments correctionCao jin2017-01-051-3/+3
* scsi: qla4xxx: print MAC and SID via %p[mM][R]Oleksandr Khoshaba2016-11-081-11/+4
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-8/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-12/+4
* scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-121-9/+0
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-8/+2
* qla4xxx: fix get_host_stats error propagationMike Christie2014-08-011-0/+2
* scsi: qla4xxx: ql4_os.c: Cleaning up missing null-terminate in conjunction wi...Rickard Strandqvist2014-07-301-7/+7
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-10/+10
* qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-4/+3
* qla4xxx: Fix smatch warning in func qla4xxx_conn_get_paramAdheer Chandravanshi2014-05-191-4/+0
* qla4xxx: Fix smatch warning in func qla4xxx_get_ep_paramAdheer Chandravanshi2014-05-191-3/+3
* qla4xxx: Export sysfs DDBs from DPC handlerNilesh Javali2014-05-191-6/+9
* qla4xxx: Add support of 0xFF capture mask for minidumpTej Parkash2014-05-191-1/+1
* qla4xxx: Change default capture to firmware defined capture maskTej Parkash2014-05-191-2/+2
* qla4xxx: Do not wait for IO completion, after issuing stop_firmwareTej Parkash2014-05-191-3/+0
* [SCSI] qla4xxx: Fix sparse warningsVikas Chaudhary2014-03-151-2/+4
* [SCSI] qla4xxx: Update print statements in func qla4xxx_do_dpc()Vikas Chaudhary2014-03-151-3/+3
* [SCSI] qla4xxx: Update print statements in func qla4xxx_eh_abort()Vikas Chaudhary2014-03-151-3/+4
* [SCSI] qla4xxx: Updated print for device login, logout pathVikas Chaudhary2014-03-151-16/+43
* [SCSI] qla4xxx: Fix failure of mbox 0x31Vikas Chaudhary2014-03-151-8/+48
* [SCSI] qla4xxx: Fix pending IO completion in reset path before initiating chi...Tej Parkash2014-03-151-4/+12
* [SCSI] qla4xxx: Clear DDB index map upon connection close failureNilesh Javali2014-03-151-1/+3
* [SCSI] qla4xxx: Fixed AER reset sequence for ISP83xx/ISP84xxTej Parkash2014-03-151-19/+27
* [SCSI] qla4xxx: Print WARN_ONCE() if iSCSI function presence bit removedVikas Chaudhary2014-03-151-0/+5
* [SCSI] qla4xxx: ISP8xxx: Correct retry of adapter initializationNilesh Javali2014-03-151-5/+22