aboutsummaryrefslogtreecommitdiff
path: root/block/scsi_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+2
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecGravatar Christoph Hellwig 1-10/+2
2020-10-02block: scsi_ioctl: Avoid the use of one-element arraysGravatar Gustavo A. R. Silva 1-3/+3
2020-10-02block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()Gravatar Peilin Ye 1-0/+1
2020-09-25block: add a bdev_is_partition helperGravatar Christoph Hellwig 1-1/+1
2020-09-11block: remove duplicate include statement in scsi_ioctl.cGravatar Tian Tao 1-2/+0
2020-03-16scsi: core: Allow non-root users to perform ZBC commandsGravatar Ryan Attard 1-0/+4
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiGravatar Arnd Bergmann 1-53/+132
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceGravatar Arnd Bergmann 1-28/+1
2019-10-23compat_ioctl: reimplement SG_IO handlingGravatar Arnd Bergmann 1-4/+128
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsGravatar Christoph Hellwig 1-15/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMGravatar Christoph Hellwig 1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-5/+3
2018-01-10block: silently forbid sending any ioctl to a partitionGravatar Paolo Bonzini 1-29/+0
2018-01-09block: Fix kernel-doc warnings reported when building with W=1Gravatar Bart Van Assche 1-2/+3
2017-11-10block: pass full fmode_t to blk_verify_commandGravatar Christoph Hellwig 1-4/+4
2017-06-20block: Change argument type of scsi_req_init()Gravatar Bart Van Assche 1-3/+7
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-3/+0
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-7/+7
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-1/+2
2017-04-05block, scsi: move the retries field to struct scsi_requestGravatar Christoph Hellwig 1-4/+4
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-4/+5
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-33/+43
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-19block: allow WRITE_SAME commands with the SG_IO ioctlGravatar Mauricio Faria de Oliveira 1-0/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-3/+3
2015-06-27block: fix bogus EFAULT error from SG_IO ioctlGravatar Paolo Bonzini 1-2/+2
2015-04-11sg_io(): use import_iovec()Gravatar Al Viro 1-7/+5
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsGravatar Kent Overstreet 1-13/+4
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusGravatar James Bottomley 1-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Gravatar Hannes Reinecke 1-1/+1
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDGravatar Tony Battersby 1-3/+5
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDGravatar Jan Kara 1-2/+1
2014-09-11Merge branch 'for-linus' into for-3.18/coreGravatar Jens Axboe 1-14/+22
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosGravatar Joe Lawrence 1-6/+6
2014-08-26block,scsi: verify return pointer from blk_get_requestGravatar Joe Lawrence 1-1/+8
2014-08-26block: fix error handling in sg_ioGravatar Sabrina Dubroca 1-0/+1
2014-08-22fix regression in SCSI_IOCTL_SEND_COMMANDGravatar Tony Battersby 1-2/+7
2014-08-21block: support > 16 byte CDBs for SG_IOGravatar Christoph Hellwig 1-7/+17
2014-08-21block: cleanup error handling in sg_ioGravatar Christoph Hellwig 1-6/+4
2014-07-01block SG_IO: add SG_FLAG_Q_AT_HEAD flagGravatar Douglas Gilbert 1-1/+4
2014-07-01block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeGravatar Akinobu Mita 1-4/+11
2014-06-06block: add blk_rq_set_block_pc()Gravatar Jens Axboe 1-3/+3
2014-05-29block: remove dead code in scsi_ioctl:blk_verify_commandGravatar Dave Jones 1-4/+0
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingGravatar Christian Engelmayer 1-2/+4
2013-11-08block: Use rw_copy_check_uvector()Gravatar Kent Overstreet 1-29/+10
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2012-06-15scsi: Silence unnecessary warnings about ioctl to partitionGravatar Jan Kara 1-1/+4