aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-01scsi: ufs: ufshpb: Region inactivation in host modeAvri Altman2-7/+41
2021-08-01scsi: ufs: ufshpb: Make eviction depend on region's readsAvri Altman1-1/+17
2021-08-01scsi: ufs: ufshpb: Add reads counterAvri Altman2-6/+97
2021-08-01scsi: ufs: ufshpb: Transform set_dirty to iterate_rgnAvri Altman1-8/+10
2021-08-01scsi: ufs: ufshpb: Add host control mode support to rsp_upiuAvri Altman2-1/+35
2021-08-01scsi: ufs: ufshpb: Cache HPB Control mode on initAvri Altman3-3/+9
2021-08-01scsi: ufs: ufshpb: Add HPB 2.0 supportDaejun Park6-74/+647
2021-08-01scsi: ufs: ufshpb: Prepare HPB read for cached sub-regionDaejun Park3-3/+260
2021-08-01scsi: ufs: ufshpb: L2P map management for HPB readDaejun Park4-15/+1178
2021-08-01scsi: ufs: ufshpb: Introduce Host Performance Buffer featureDaejun Park8-0/+849
2021-08-01scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>Dwaipayan Ray5-28/+28
2021-08-01scsi: BusLogic: Use %X for u32 sized integer rather than %lXColin Ian King1-1/+1
2021-08-01scsi: BusLogic: Avoid unbounded vsprintf() useMaciej W. Rozycki1-1/+1
2021-08-01scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki1-2/+2
2021-08-01scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()Christoph Hellwig1-0/+1
2021-07-30scsi: ufs: Allow async suspend/resume callbacksVincent Palomares1-0/+1
2021-07-30scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart1-4/+7
2021-07-30scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"Colin Ian King1-2/+2
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig1-30/+39
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2-33/+32
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig3-19/+21
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig1-1/+55
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig2-4/+3
2021-07-28scsi: scsi_ioctl: Factor SG_IO handling into a helperChristoph Hellwig1-16/+19
2021-07-28scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helperChristoph Hellwig1-12/+16
2021-07-28scsi: scsi_ioctl: Consolidate the START STOP UNIT handlingChristoph Hellwig1-38/+10
2021-07-28scsi: scsi_ioctl: Remove a very misleading commentChristoph Hellwig1-23/+0
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig3-2/+8
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-5/+735
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2-3/+4
2021-07-28scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig1-0/+6
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig1-1/+6
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig5-1/+120
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig6-47/+18
2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2-9/+5
2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2-3/+10
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig1-0/+3
2021-07-28scsi: st: Simplify ioctl handlingChristoph Hellwig1-49/+29
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig6-52/+22
2021-07-28scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig1-22/+3
2021-07-28scsi: ch: Consolidate compat ioctl handlingChristoph Hellwig1-51/+22
2021-07-28scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig1-45/+18
2021-07-28scsi: sr: Consolidate compat ioctl handlingChristoph Hellwig1-55/+9
2021-07-27scsi: qla2xxx: Update version to 10.02.00.107-kNilesh Javali1-2/+2
2021-07-27scsi: qla2xxx: edif: Increment command and completion countsQuinn Tran2-2/+2
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran11-71/+406
2021-07-27scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran7-4/+366
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran13-28/+279
2021-07-27scsi: qla2xxx: edif: Add authentication pass + fail bsgsQuinn Tran3-8/+209
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran10-7/+1668