summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET
2020-06-09scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()Denis Efremov
2020-06-09scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter
2020-06-09scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler
2020-06-09scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott
2020-06-09scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott
2020-06-09scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam
2020-06-09scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam
2020-06-04scsi: hpsa: hpsa_ioctl(): Tidy up a bitAl Viro
2020-06-04scsi: hpsa: Get rid of compat_alloc_user_space()Al Viro
2020-06-04scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_structAl Viro
2020-06-04scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl()Al Viro
2020-06-02scsi: ufs: Remove redundant urgent_bkop_lvl initializationStanley Chu
2020-06-02scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo
2020-06-02scsi: qedf: Remove redundant initialization of variable rcColin Ian King
2020-06-02scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S
2020-06-02scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobjQiushi Wu
2020-06-02scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser
2020-05-26scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changesVignesh Raghavendra
2020-05-26scsi: cxgb3i: Fix some leaks in init_act_open()Dan Carpenter
2020-05-26scsi: ibmvscsi: Make some functions staticChen Tao
2020-05-26scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi
2020-05-26scsi: ufs: Fix WriteBooster flush during runtime suspendStanley Chu
2020-05-26scsi: ufs: Fix index of attributes query for WriteBooster featureStanley Chu
2020-05-26scsi: ufs: Allow WriteBooster on UFS 2.2 devicesStanley Chu
2020-05-26scsi: ufs: Remove unnecessary memset for dev_infoStanley Chu
2020-05-26scsi: ufs-qcom: Fix scheduling while atomic issueJeffrey Hugo
2020-05-26scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S
2020-05-26scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang
2020-05-26scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter
2020-05-26scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner
2020-05-26scsi: qla2xxx: Remove an unused functionBart Van Assche
2020-05-26scsi: iscsi: Register sysfs for iscsi workqueueBob Liu
2020-05-19scsi: scsi_debug: Parser tables and code interactionDouglas Gilbert
2020-05-19scsi: core: Refactor scsi_mq_setup_tags functionYe Bin
2020-05-19scsi: core: Fix incorrect usage of shost_for_each_deviceYe Bin
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche
2020-05-19scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche
2020-05-19scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche
2020-05-19scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche
2020-05-19scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expr...Bart Van Assche
2020-05-19scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche
2020-05-19scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche