aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_bsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15scsi: bsg: Drop needless assignment in scsi_bsg_sg_io_fn()Lukas Bulwahn1-1/+0
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-5/+3
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-2/+2
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-3/+4
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-12/+11
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-1/+1
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-2/+2
2021-08-01scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()Christoph Hellwig1-0/+1
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig1-30/+39
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig1-2/+3
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-1/+1
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-0/+95