summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2021-08-09scsi: fdomain: Fix error return code in fdomain_probe()Wei Li
2021-08-09scsi: snic: Remove redundant assignment to variable retColin Ian King
2021-08-09scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter
2021-08-09scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King
2021-08-09scsi: mpt3sas: Introduce sas_ncq_prio_supported sysfs sttributeDamien Le Moal
2021-08-09scsi: mpt3sas: Update driver version to 39.100.00.00Suganath Prabu S
2021-08-09scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S
2021-08-09scsi: mpt3sas: Bump driver version to 38.100.00.00Sreekanth Reddy
2021-08-09scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy
2021-08-05scsi: ufs: core: Add lu_enable sysfs nodeBean Huo
2021-08-05scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo
2021-08-05scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo
2021-08-05scsi: qla2xxx: Remove redundant initialization of variable num_cntColin Ian King
2021-08-05scsi: qla2xxx: Fix use after free in debug codeDan Carpenter
2021-08-03scsi: ufs: Add fault injection supportBart Van Assche
2021-08-02scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche
2021-08-02scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche
2021-08-02scsi: ufs: Request sense data asynchronouslyBart Van Assche
2021-08-02scsi: ufs: Fix the SCSI abort handlerBart Van Assche
2021-08-02scsi: ufs: Optimize SCSI command processingBart Van Assche
2021-08-02scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche
2021-08-02scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche
2021-08-02scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche
2021-08-02scsi: ufs: Remove several wmb() callsBart Van Assche
2021-08-02scsi: ufs: Improve static type checking for the host controller stateBart Van Assche
2021-08-02scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche
2021-08-02scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche
2021-08-02scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche
2021-08-02scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche
2021-08-02scsi: ufs: Only include power management code if necessaryBart Van Assche
2021-08-02scsi: ufs: Reduce power management code duplicationBart Van Assche
2021-08-02scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche
2021-08-01scsi: ufs: ufshpb: Make host mode parameters configurableAvri Altman
2021-08-01scsi: ufs: ufshpb: Add support for host control modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Do not send umap_all in host control modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Limit the number of in-flight map requestsAvri Altman
2021-08-01scsi: ufs: ufshpb: Add "cold" regions timerAvri Altman
2021-08-01scsi: ufs: ufshpb: Add HPB dev reset responseAvri Altman
2021-08-01scsi: ufs: ufshpb: Region inactivation in host modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Make eviction depend on region's readsAvri Altman
2021-08-01scsi: ufs: ufshpb: Add reads counterAvri Altman
2021-08-01scsi: ufs: ufshpb: Transform set_dirty to iterate_rgnAvri Altman
2021-08-01scsi: ufs: ufshpb: Add host control mode support to rsp_upiuAvri Altman
2021-08-01scsi: ufs: ufshpb: Cache HPB Control mode on initAvri Altman
2021-08-01scsi: ufs: ufshpb: Add HPB 2.0 supportDaejun Park
2021-08-01scsi: ufs: ufshpb: Prepare HPB read for cached sub-regionDaejun Park
2021-08-01scsi: ufs: ufshpb: L2P map management for HPB readDaejun Park
2021-08-01scsi: ufs: ufshpb: Introduce Host Performance Buffer featureDaejun Park
2021-08-01scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>Dwaipayan Ray
2021-08-01scsi: BusLogic: Use %X for u32 sized integer rather than %lXColin Ian King