summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig2023-06-121-2/+2
* scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig2023-06-121-1/+1
* scsi: bsg: Drop needless assignment in scsi_bsg_sg_io_fn()Lukas Bulwahn2022-03-151-1/+0
* scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-5/+3
* scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-011-2/+2
* scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-011-3/+4
* scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-12/+11
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-1/+1
* scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-2/+2
* scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()Christoph Hellwig2021-08-011-0/+1
* scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig2021-07-301-30/+39
* scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-2/+3
* scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-281-1/+1
* scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-281-0/+95