summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser
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
2021-08-01scsi: BusLogic: Avoid unbounded vsprintf() useMaciej W. Rozycki
2021-08-01scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki
2021-08-01scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig
2021-08-01scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()Christoph Hellwig
2021-07-30scsi: ufs: Allow async suspend/resume callbacksVincent Palomares
2021-07-30scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart
2021-07-30scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"Colin Ian King
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-30scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig