summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
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: 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: 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
2021-07-28scsi: scsi_ioctl: Factor SG_IO handling into a helperChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helperChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Consolidate the START STOP UNIT handlingChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove a very misleading commentChristoph Hellwig
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig
2021-07-28scsi: st: Simplify ioctl handlingChristoph Hellwig
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig
2021-07-28scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig
2021-07-28scsi: ch: Consolidate compat ioctl handlingChristoph Hellwig
2021-07-28scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig