summaryrefslogtreecommitdiff
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-139-101/+135
|\
| * scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai2020-10-062-13/+55
| * scsi: scsi_debug: Support host tagsetJohn Garry2020-10-061-18/+10
| * scsi: hisi_sas: Switch v3 hw to MQJohn Garry2020-10-063-70/+56
| * scsi: core: Show nr_hw_queues in sysfsJohn Garry2020-10-061-0/+11
| * scsi: Add host and host template flag 'host_tagset'Hannes Reinecke2020-10-062-0/+3
| * Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-243-29/+24
| |\
* | \ Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-133-29/+24
|\ \ \ | | |/ | |/|
| * | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-2/+2
| * | sr: simplify sr_block_revalidate_diskChristoph Hellwig2020-09-101-23/+13
| * | sr: use bdev_check_media_changeChristoph Hellwig2020-09-101-2/+4
| * | sd: use bdev_check_media_changeChristoph Hellwig2020-09-101-3/+4
| * | sd: open code revalidate_diskChristoph Hellwig2020-09-021-2/+4
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-8/+1
|\ \ \
| * | | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-8/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-051-1/+1
|\ \ \ \
| * | | | scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li2020-10-021-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-021-7/+15
|\ \ \ \
| * | | | scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke2020-09-291-7/+15
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-264-73/+111
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-153-35/+35
| * | | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-153-14/+24
| * | | scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart2020-09-151-24/+52
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-151-1/+2
|\ \ \ \ | |/ / /
| * | | scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter2020-09-091-1/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-0811-14/+19
|\ \ \ \ | |/ / /
| * | | scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl2020-09-021-1/+1
| * | | scsi: megaraid_sas: Don't call disable_irq from process IRQ pollTomas Henzl2020-09-021-1/+1
| * | | scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATALuo Jiaxing2020-09-011-1/+4
| * | | scsi: lpfc: Update lpfc version to 12.8.0.4James Smart2020-08-311-1/+1
| * | | scsi: lpfc: Extend the RDF FPIN Registration descriptor for additional eventsJames Smart2020-08-312-1/+4
| * | | scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart2020-08-311-1/+3
| * | | scsi: lpfc: Fix setting IRQ affinity with an empty CPU maskJames Smart2020-08-311-1/+0
| * | | scsi: qla2xxx: Fix regression on sparc64René Rebe2020-08-312-4/+4
| * | | scsi: libfc: Fix for double free()Javed Hasan2020-08-311-2/+0
| * | | scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu2020-08-311-1/+1
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-013-4/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | scsi: scsi_debug: Remove superfluous close zone in resp_open_zone()Niklas Cassel2020-08-241-2/+0
| * | scsi: libcxgbi: Fix a use after free in cxgbi_conn_xmit_pdu()Dan Carpenter2020-08-241-1/+1
| * | scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin2020-08-241-1/+1
| |/
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2397-290/+287
|/
* Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran2020-08-171-4/+0
* Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"Saurav Kashyap2020-08-171-8/+0
* scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran2020-08-171-0/+5
* scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap2020-08-171-0/+5
* scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2020-08-172-1/+10
* scsi: qla2xxx: Allow ql2xextended_error_logging special value 1 to be set any...Arun Easi2020-08-171-0/+3
* scsi: qla2xxx: Reduce noisy debug messageQuinn Tran2020-08-171-2/+2
* scsi: qla2xxx: Fix login timeoutQuinn Tran2020-08-172-4/+16
* scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran2020-08-171-5/+12