aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30scsi: Use blk_rq_map_user_io helperAnuj Gupta1-20/+2
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-4/+5
2022-07-18scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby1-20/+33
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-29/+23
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig1-3/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-2/+1
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+1
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-19/+11
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-5/+0
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche1-2/+6
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni1-1/+34
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig1-2/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-3/+3
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-2/+2
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-27/+6
2021-08-25sg: pass the device name to blk_trace_setupChristoph Hellwig1-1/+1
2021-08-23sg: do not allocate a gendiskChristoph Hellwig1-23/+9
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig1-1/+1
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-2/+3
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-1/+1
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-3/+0
2021-07-28scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig1-22/+3
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-05-31scsi: core: Drop message byte helperHannes Reinecke1-1/+1
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+5
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-8/+2
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-2/+1
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-8/+1
2020-04-14scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-04-13scsi: sg: add sg_remove_request in sg_common_writeLi Bin1-1/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-16/+14
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann1-17/+27
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann1-67/+59
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-50/+41
2019-11-06scsi: sg: sg_ioctl(): get rid of access_ok()Al Viro1-2/+0
2019-11-06scsi: sg: sg_write(): get rid of access_ok()/__copy_from_user()/__get_user()Al Viro1-5/+3
2019-11-06scsi: sg: sg_read(): get rid of access_ok()/__copy_..._user()Al Viro1-12/+6
2019-11-06scsi: sg: sg_new_write(): don't bother with access_okAl Viro1-3/+1
2019-11-06scsi: sg: sg_read(): simplify reading ->pack_id of userland sg_io_hdr_tAl Viro1-11/+2
2019-11-06scsi: sg: sg_write(): __get_user() can fail...Al Viro1-2/+4
2019-11-06scsi: sg: sg_new_write(): replace access_ok() + __copy_from_user() with copy_from_user()Al Viro1-5/+1
2019-11-06scsi: sg: sg_ioctl(): fix copyout handlingAl Viro1-27/+16
2019-10-23compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann1-5/+35