aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11scsi: qla4xxx: ql4_os: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-06scsi: qla4xxx: remvoe unnecessary condition check for mempool_destroy()Chengguang Xu1-3/+1
2018-11-06scsi: qla4xxx: remove unnecessary condition check for dma_pool_destroy()Chengguang Xu1-4/+2
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-17/+8
2018-10-17scsi: qla4xxx: fully convert to the generic DMA APIChristoph Hellwig1-17/+8
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-0/+46
2018-02-21scsi: qla4xxx: Use dma_pool_zalloc()Souptick Joarder1-3/+1
2018-02-13scsi: qla4xxx: skip error recovery in case of register disconnect.Manish Rangankar1-0/+46
2018-01-04scsi: qla4xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-7/+5
2017-11-01scsi: qla4xxx: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-04-06scsi: qla4xxx: drop redundant init_completionNicholas Mc Guire1-1/+0
2017-01-05scsi: qla4xxx: comments correctionCao jin1-3/+3
2016-11-08scsi: qla4xxx: print MAC and SID via %p[mM][R]Oleksandr Khoshaba1-11/+4
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-12/+4
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-9/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-8/+2
2014-08-01qla4xxx: fix get_host_stats error propagationMike Christie1-0/+2
2014-07-30scsi: qla4xxx: ql4_os.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-7/+7
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-10/+10
2014-05-28qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-4/+3
2014-05-19qla4xxx: Fix smatch warning in func qla4xxx_conn_get_paramAdheer Chandravanshi1-4/+0
2014-05-19qla4xxx: Fix smatch warning in func qla4xxx_get_ep_paramAdheer Chandravanshi1-3/+3
2014-05-19qla4xxx: Export sysfs DDBs from DPC handlerNilesh Javali1-6/+9
2014-05-19qla4xxx: Add support of 0xFF capture mask for minidumpTej Parkash1-1/+1
2014-05-19qla4xxx: Change default capture to firmware defined capture maskTej Parkash1-2/+2
2014-05-19qla4xxx: Do not wait for IO completion, after issuing stop_firmwareTej Parkash1-3/+0
2014-03-15[SCSI] qla4xxx: Fix sparse warningsVikas Chaudhary1-2/+4
2014-03-15[SCSI] qla4xxx: Update print statements in func qla4xxx_do_dpc()Vikas Chaudhary1-3/+3
2014-03-15[SCSI] qla4xxx: Update print statements in func qla4xxx_eh_abort()Vikas Chaudhary1-3/+4
2014-03-15[SCSI] qla4xxx: Updated print for device login, logout pathVikas Chaudhary1-16/+43
2014-03-15[SCSI] qla4xxx: Fix failure of mbox 0x31Vikas Chaudhary1-8/+48
2014-03-15[SCSI] qla4xxx: Fix pending IO completion in reset path before initiating chip resetTej Parkash1-4/+12
2014-03-15[SCSI] qla4xxx: Clear DDB index map upon connection close failureNilesh Javali1-1/+3
2014-03-15[SCSI] qla4xxx: Fixed AER reset sequence for ISP83xx/ISP84xxTej Parkash1-19/+27
2014-03-15[SCSI] qla4xxx: Print WARN_ONCE() if iSCSI function presence bit removedVikas Chaudhary1-0/+5
2014-03-15[SCSI] qla4xxx: ISP8xxx: Correct retry of adapter initializationNilesh Javali1-5/+22
2013-12-19[SCSI] qla4xxx: Recreate chap data list during get chap operationAdheer Chandravanshi1-58/+61
2013-12-19[SCSI] qla4xxx: Add support for ISCSI_PARAM_LOCAL_IPADDR sysfs attrAdheer Chandravanshi1-0/+10
2013-12-19[SCSI] qla4xxx: Add host statistics supportLalit Chandivade1-0/+205
2013-12-19[SCSI] qla4xxx: Added support for Diagnostics MBOX commandVikas Chaudhary1-0/+3
2013-12-16[SCSI] qla4xxx: overflow in qla4xxx_set_chap_entry()Dan Carpenter1-4/+7
2013-12-16[SCSI] qla4xxx: Add support for additional network parameters settingsHarish Zunjarrao1-125/+1001
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2013-10-25[SCSI] qla4xxx: Add support to get CHAP details for flash target sessionAdheer Chandravanshi1-3/+38