aboutsummaryrefslogtreecommitdiffstats
path: root/block/scsi_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-796/+0
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-120/+99
2021-07-28scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig1-8/+0
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig1-15/+0
2021-07-28scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig1-16/+0
2021-07-28scsi: block: Add a queue_max_bytes() helperChristoph Hellwig1-11/+2
2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig1-12/+0
2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig1-13/+0
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-3/+3
2021-05-31scsi: core: Drop message byte helperHannes Reinecke1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke1-1/+1
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-0/+2
2021-05-31scsi: scsi_ioctl: Return error code when blk_rq_map_kern() failsHannes Reinecke1-3/+4
2021-04-13block: Remove an obsolete comment from sg_io()Bart Van Assche1-4/+0
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-3/+3
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+2
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-10/+2
2020-10-02block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva1-3/+3
2020-10-02block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()Peilin Ye1-0/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-09-11block: remove duplicate include statement in scsi_ioctl.cTian Tao1-2/+0
2020-03-16scsi: core: Allow non-root users to perform ZBC commandsRyan Attard1-0/+4
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann1-53/+132
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann1-28/+1
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-4/+128
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-15/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-5/+3
2018-01-10block: silently forbid sending any ioctl to a partitionPaolo Bonzini1-29/+0
2018-01-09block: Fix kernel-doc warnings reported when building with W=1Bart Van Assche1-2/+3
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig1-4/+4
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche1-3/+7
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-3/+0
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-7/+7
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-4/+4
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-4/+5
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-33/+43
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-19block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira1-0/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-3/+3
2015-06-27block: fix bogus EFAULT error from SG_IO ioctlPaolo Bonzini1-2/+2
2015-04-11sg_io(): use import_iovec()Al Viro1-7/+5
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet1-13/+4
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley1-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+1