summaryrefslogtreecommitdiff
path: root/block/scsi_ioctl.c
AgeCommit message (Expand)Author
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-01-10block: silently forbid sending any ioctl to a partitionPaolo Bonzini
2018-01-09block: Fix kernel-doc warnings reported when building with W=1Bart Van Assche
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-19block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-06-27block: fix bogus EFAULT error from SG_IO ioctlPaolo Bonzini
2015-04-11sg_io(): use import_iovec()Al Viro
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence
2014-08-26block: fix error handling in sg_ioSabrina Dubroca
2014-08-22fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-08-21block: support > 16 byte CDBs for SG_IOChristoph Hellwig
2014-08-21block: cleanup error handling in sg_ioChristoph Hellwig
2014-07-01block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert
2014-07-01block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeAkinobu Mita
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-05-29block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer
2013-11-08block: Use rw_copy_check_uvector()Kent Overstreet
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2012-06-15scsi: Silence unnecessary warnings about ioctl to partitionJan Kara
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo
2010-11-10block: take care not to overflow when calculating total iov lengthJens Axboe
2009-11-04block/scsi_ioctl.c: quiet sparse noiseH Hartley Sweeten
2009-07-10block: call blk_scsi_ioctl_init()FUJITA Tomonori
2009-07-01block: get rid of queue-private command filterJens Axboe
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-11block: add rq->resid_lenTejun Heo
2009-04-28block: don't init rq fields unnecessarilyTejun Heo
2009-04-28block: kill rq->dataTejun Heo
2009-04-22block: fix SG_IO vector request data length handlingTejun Heo