summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
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-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig1-0/+1
2021-08-01scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()Christoph Hellwig1-0/+1
2021-07-31scsi: ufs: Allow async suspend/resume callbacksVincent Palomares1-0/+1
2021-07-31scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart1-4/+7
2021-07-31scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"Colin Ian King1-2/+2
2021-07-31scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig4-131/+96
2021-07-31scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig6-45/+43
2021-07-31scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig1-3/+0
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig9-277/+108
2021-07-31scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig3-66/+67
2021-07-29scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig3-6/+3
2021-07-29scsi: scsi_ioctl: Factor SG_IO handling into a helperChristoph Hellwig1-16/+19
2021-07-29scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helperChristoph Hellwig1-12/+16
2021-07-29scsi: scsi_ioctl: Consolidate the START STOP UNIT handlingChristoph Hellwig1-38/+10
2021-07-29scsi: scsi_ioctl: Remove a very misleading commentChristoph Hellwig1-23/+0
2021-07-29scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig7-8/+11
2021-07-29scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig5-813/+741
2021-07-29scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig4-124/+104
2021-07-29scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig2-8/+6
2021-07-29scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig3-18/+6
2021-07-29scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig10-125/+129
2021-07-29scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig2-18/+22
2021-07-29scsi: block: Add a queue_max_bytes() helperChristoph Hellwig2-11/+7
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig7-48/+21
2021-07-29scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig4-22/+5
2021-07-29scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig4-18/+10
2021-07-29scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig4-9/+3
2021-07-29scsi: st: Simplify ioctl handlingChristoph Hellwig1-49/+29
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig7-53/+22
2021-07-29scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig1-22/+3
2021-07-29scsi: ch: Consolidate compat ioctl handlingChristoph Hellwig1-51/+22
2021-07-29scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig1-45/+18
2021-07-29scsi: sr: Consolidate compat ioctl handlingChristoph Hellwig1-55/+9
2021-07-29scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig1-1/+4
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
2021-07-27scsi: qla2xxx: edif: Add extraction of auth_els from the wireQuinn Tran6-25/+427
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran10-40/+692
2021-07-27scsi: qla2xxx: edif: Add getfcinfo and statistic bsgsQuinn Tran2-1/+190
2021-07-27scsi: qla2xxx: edif: Add start + stop bsgsQuinn Tran9-24/+669
2021-07-27scsi: qla2xxx: Remove unused variable 'status'Bill Wendling1-2/+0
2021-07-27scsi: libsas: Drop BLK_DEV_BSGLIB selectionGuoqing Jiang1-1/+0