summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2020-07-163-3/+3
* scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset()SeongJae Park2020-06-231-1/+2
* scsi: qla2xxx: Keep initiator ports after RSCNRoman Bolshakov2020-06-231-1/+3
* scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner2020-06-231-1/+2
* scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig2020-06-158-0/+8
* scsi: ufs-bsg: Fix runtime PM imbalance on errorDinghao Liu2020-06-151-1/+3
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-1315-67/+67
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-1415-67/+67
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-1311-143/+110
|\ \ | |/ |/|
| * scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET2020-06-101-1/+3
| * scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()Denis Efremov2020-06-091-3/+0
| * scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter2020-06-091-3/+0
| * scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler2020-06-091-0/+2
| * scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott2020-06-091-1/+5
| * scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott2020-06-091-0/+1
| * scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-091-15/+5
| * scsi: hpsa: hpsa_ioctl(): Tidy up a bitAl Viro2020-06-041-5/+2
| * scsi: hpsa: Get rid of compat_alloc_user_space()Al Viro2020-06-041-44/+36
| * scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_structAl Viro2020-06-041-9/+5
| * scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl()Al Viro2020-06-041-60/+56
| * scsi: ufs: Remove redundant urgent_bkop_lvl initializationStanley Chu2020-06-021-4/+1
| * scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo2020-06-021-1/+0
| * scsi: qedf: Remove redundant initialization of variable rcColin Ian King2020-06-021-1/+1
| * scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S2020-06-021-4/+1
| * scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobjQiushi Wu2020-06-021-1/+1
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-099-9/+9
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-099-9/+9
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-05119-3697/+6156
|\|
| * scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changesVignesh Raghavendra2020-05-261-3/+10
| * scsi: cxgb3i: Fix some leaks in init_act_open()Dan Carpenter2020-05-261-4/+14
| * scsi: ibmvscsi: Make some functions staticChen Tao2020-05-261-2/+2
| * scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi2020-05-261-17/+47
| * scsi: ufs: Fix WriteBooster flush during runtime suspendStanley Chu2020-05-263-23/+59
| * scsi: ufs: Fix index of attributes query for WriteBooster featureStanley Chu2020-05-263-9/+22
| * scsi: ufs: Allow WriteBooster on UFS 2.2 devicesStanley Chu2020-05-261-0/+1
| * scsi: ufs: Remove unnecessary memset for dev_infoStanley Chu2020-05-261-3/+0
| * scsi: ufs-qcom: Fix scheduling while atomic issueJeffrey Hugo2020-05-261-3/+3
| * scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S2020-05-261-4/+5
| * scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang2020-05-261-0/+2
| * 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: iscsi: Register sysfs for iscsi workqueueBob Liu2020-05-262-2/+6
| * scsi: scsi_debug: Parser tables and code interactionDouglas Gilbert2020-05-191-50/+63
| * scsi: core: Refactor scsi_mq_setup_tags functionYe Bin2020-05-191-11/+12
| * scsi: core: Fix incorrect usage of shost_for_each_deviceYe Bin2020-05-192-1/+5
| * scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-1914-319/+329
| * scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche2020-05-199-1100/+1100
| * scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche2020-05-191-5/+5
| * scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche2020-05-1910-39/+39