summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: SAN congestion management implementationShyam Sundar2020-07-028-33/+295
* scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar2020-07-025-43/+132
* scsi: qla2xxx: Introduce a function for computing the debug message prefixBart Van Assche2020-07-011-64/+32
* scsi: qla2xxx: Make qla2x00_restart_isp() easier to readBart Van Assche2020-07-011-17/+22
* scsi: qla2xxx: Fix a Coverity complaint in qla2100_fw_dump()Bart Van Assche2020-07-012-1/+2
* scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...Bart Van Assche2020-07-011-2/+2
* scsi: qla2xxx: Remove a superfluous castBart Van Assche2020-07-011-2/+1
* scsi: qla2xxx: Initialize 'n' before using itBart Van Assche2020-07-011-0/+1
* scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to readBart Van Assche2020-07-011-12/+7
* scsi: qla2xxx: Remove the __packed annotation from struct fcp_hdr and fcp_hdr_leBart Van Assche2020-07-011-2/+2
* scsi: qla2xxx: Check the size of struct fcp_hdr at compile timeBart Van Assche2020-07-011-0/+1
* scsi: Fix trivial spellingKieran Bingham2020-06-162-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-0627-2569/+2711
|\
| * scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner2020-05-261-4/+1
| * scsi: qla2xxx: Remove an unused functionBart Van Assche2020-05-261-41/+0
| * scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-2014-319/+329
| * scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche2020-05-209-1100/+1100
| * scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche2020-05-201-5/+5
| * scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche2020-05-2010-39/+39
| * scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-2016-791/+790
| * scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche2020-05-208-32/+67
| * scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche2020-05-201-4/+4
| * scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expr...Bart Van Assche2020-05-202-3/+2
| * scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche2020-05-202-1/+3
| * scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche2020-05-201-0/+1
| * scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche2020-05-202-0/+72
| * scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche2020-05-201-2/+2
| * scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche2020-05-2011-156/+71
| * scsi: qla2xxx: Fix spelling of a variable nameBart Van Assche2020-05-202-3/+3
| * scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan2020-05-082-5/+2
| * scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan2020-05-086-11/+11
| * scsi: qla2xxx: Use true, false for need_mpi_resetJason Yan2020-05-081-2/+2
| * scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan2020-05-081-4/+1
| * scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko2020-05-081-0/+2
| * scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko2020-05-081-1/+6
| * scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko2020-05-081-0/+1
| * scsi: qla2xxx: make 1-bit bit-fields unsigned intColin Ian King2020-04-301-2/+2
| * scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi2020-04-247-43/+186
| * scsi: qla2xxx: Use ARRAY_SIZE() instead of open-coding itBart Van Assche2020-04-151-18/+18
| * scsi: qla2xxx: Split qla2x00_configure_local_loop()Bart Van Assche2020-04-141-42/+50
* | scsi: qla2xxx: Do not log message when reading port speed via sysfsEwan D. Milne2020-05-121-3/+0
* | scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran2020-04-241-1/+1
* | scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi2020-04-241-1/+1
* | scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck2020-04-221-0/+3
* | scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck2020-04-221-18/+14
* | scsi: qla2xxx: Fix regression warningsNilesh Javali2020-04-134-6/+2
|/
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-101-1/+0
|\
| * nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-1/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-0323-1467/+2796
|\ \ | |/ |/|