summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-221-1/+1
|\
| * scsi: core: Rename status_byte to sg_status_byteMike Christie2022-12-011-1/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* scsi: Use blk_rq_map_user_io helperAnuj Gupta2022-09-301-20/+2
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-4/+5
* scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby2022-07-181-20/+33
* blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-29/+23
|\
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-011-3/+1
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-2/+1
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-011-1/+1
| * 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-19/+11
| * scsi: Remove drivers/scsi/scsi.hBart Van Assche2022-02-221-2/+6
* | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-5/+0
|/
* scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-1/+34
* scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-2/+2
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-3/+3
* scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-2/+2
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-27/+6
|\
| * scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig2021-07-281-1/+1
| * scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-281-2/+3
| * scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-281-1/+1
| * scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-281-3/+0
| * scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig2021-07-281-22/+3
* | sg: pass the device name to blk_trace_setupChristoph Hellwig2021-08-251-1/+1
* | sg: do not allocate a gendiskChristoph Hellwig2021-08-231-23/+9
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | scsi: core: Drop message byte helperHannes Reinecke2021-05-311-1/+1
* | scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-2/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-1/+1
|\
| * scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
* | scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-8/+2
|/
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-2/+1
* iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-8/+1
* scsi: sg: add sg_remove_request in sg_writeWu Bo2020-04-141-1/+3
* scsi: sg: add sg_remove_request in sg_common_writeLi Bin2020-04-131-1/+3
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-16/+14
* compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-17/+27
* compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann2020-01-031-67/+59
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-50/+41
|\
| * scsi: sg: sg_ioctl(): get rid of access_ok()Al Viro2019-11-061-2/+0
| * scsi: sg: sg_write(): get rid of access_ok()/__copy_from_user()/__get_user()Al Viro2019-11-061-5/+3
| * scsi: sg: sg_read(): get rid of access_ok()/__copy_..._user()Al Viro2019-11-061-12/+6
| * scsi: sg: sg_new_write(): don't bother with access_okAl Viro2019-11-061-3/+1
| * scsi: sg: sg_read(): simplify reading ->pack_id of userland sg_io_hdr_tAl Viro2019-11-061-11/+2
| * scsi: sg: sg_write(): __get_user() can fail...Al Viro2019-11-061-2/+4