summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: dc395x: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-081-24/+1
| * | scsi: core: Only start the request just before dispatchingChristoph Hellwig2020-10-081-3/+1
| * | scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()Christoph Hellwig2020-10-081-33/+18
| * | scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-083-36/+29
| * | scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()Christoph Hellwig2020-10-081-2/+2
| * | scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()Christoph Hellwig2020-10-081-2/+2
| * | scsi: core: Use rq_dma_dir in scsi_setup_cmnd()Christoph Hellwig2020-10-081-6/+1
| * | scsi: core: Move command size detection out of the fast pathChristoph Hellwig2020-10-081-2/+2
| * | scsi: core: Remove scsi_init_cmd_errhChristoph Hellwig2020-10-081-16/+4
| * | scsi: core: Don't export scsi_device_from_queue()Christoph Hellwig2020-10-081-1/+0
* | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-162-13/+9
|\ \ \
| * | | ocxl: Don't return trigger page when allocating an interruptFrederic Barrat2020-08-241-2/+1
| * | | scsi: cxlflash: Access interrupt trigger page from xive directlyFrederic Barrat2020-08-242-11/+8
* | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-65/+87
|\ \ \ \
| * | | | 53c700: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-6/+14
| * | | | sgiwd93: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-7/+7
| * | | | 53c700: improve non-coherent DMA handlingChristoph Hellwig2020-09-252-58/+72
* | | | | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-1551-102/+51
|\ \ \ \ \
| * | | | | scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-1630-60/+30
| * | | | | scsi/qla4xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-1621-42/+21
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-15132-1976/+3902
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | scsi: hisi_sas: Recover PHY state according to the status before resetXiang Chen2020-10-071-3/+1
| * | | | | scsi: hisi_sas: Filter out new PHY up events during suspendXiang Chen2020-10-071-0/+6
| * | | | | scsi: hisi_sas: Add device link between SCSI devices and hisi_hbaXiang Chen2020-10-071-1/+28
| * | | | | scsi: hisi_sas: Add check for methods _PS0 and _PR0Xiang Chen2020-10-072-0/+5
| * | | | | scsi: hisi_sas: Add controller runtime PM support for v3 hwXiang Chen2020-10-072-2/+56
| * | | | | scsi: hisi_sas: Switch to new framework to support suspend and resumeXiang Chen2020-10-071-5/+10
| * | | | | scsi: hisi_sas: Use hisi_hba->cq_nvecs for calling calling synchronize_irq()Luo Jiaxing2020-10-071-2/+3
| * | | | | scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng2020-10-031-1/+0
| * | | | | scsi: lpfc: Remove unneeded variable 'status' in lpfc_fcp_cpu_map_store()Ye Bin2020-10-031-2/+1
| * | | | | scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-031-14/+2
| * | | | | scsi: qla4xxx: Delete unneeded variable 'status' in qla4xxx_process_ddb_changedYe Bin2020-10-031-2/+1
| * | | | | scsi: sun_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1
| * | | | | scsi: sun3x_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1
| * | | | | scsi: sni_53c710: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1
| * | | | | scsi: qlogicpti: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1
| * | | | | scsi: mac_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1
| * | | | | scsi: jazz_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1
| * | | | | scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng2020-10-031-0/+1
| * | | | | scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()Hannes Reinecke2020-10-031-0/+2
| * | | | | scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter2020-10-031-2/+2
| * | | | | scsi: aacraid: Add a missing iounmap callTomas Henzl2020-10-031-0/+1
| * | | | | scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar2020-10-032-0/+21
| * | | | | scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.cYe Bin2020-10-031-3/+3
| * | | | | scsi: snic: Remove unnecessary conditionJing Xiangfeng2020-10-031-4/+0
| * | | | | scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke2020-10-031-2/+1
| * | | | | scsi: ufs: Fix missing brace warning for old compilersPujin Shi2020-10-031-2/+2
| * | | | | scsi: qla2xxx: Fix inconsistent format argument type in qla_dbg.cYe Bin2020-10-031-1/+1
| * | | | | scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin2020-10-031-2/+2
| * | | | | scsi: qla2xxx: Fix inconsistent format argument type in tcm_qla2xxx.cYe Bin2020-10-031-1/+1