summaryrefslogtreecommitdiff
path: root/block/scsi_ioctl.c
Commit message (Expand)AuthorAge
* block: silently forbid sending any ioctl to a partitionPaolo Bonzini2018-01-10
* block: Fix kernel-doc warnings reported when building with W=1Bart Van Assche2018-01-09
* block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-10
* block: Change argument type of scsi_req_init()Bart Van Assche2017-06-20
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-20
* block, scsi: move the retries field to struct scsi_requestChristoph Hellwig2017-04-05
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira2016-12-19
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* block: fix bogus EFAULT error from SG_IO ioctlPaolo Bonzini2015-06-27
* sg_io(): use import_iovec()Al Viro2015-04-11
* block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-05
* Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-08
|\
| * scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-24
* | scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-11-10
|/
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-10-22
* Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-11
|\
| * block: fix error handling in sg_ioSabrina Dubroca2014-08-26
| * fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-08-22
| * block: support > 16 byte CDBs for SG_IOChristoph Hellwig2014-08-21
| * block: cleanup error handling in sg_ioChristoph Hellwig2014-08-21
* | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-28
* | block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-26
|/
* block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert2014-07-01
* block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeAkinobu Mita2014-07-01
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-06
* block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones2014-05-29
* block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer2014-01-21
* block: Use rw_copy_check_uvector()Kent Overstreet2013-11-08
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* scsi: Silence unnecessary warnings about ioctl to partitionJan Kara2012-06-15
* block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-14
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-14
* block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2011-10-19
* block: take care not to overflow when calculating total iov lengthJens Axboe2010-11-10
* block/scsi_ioctl.c: quiet sparse noiseH Hartley Sweeten2009-11-04
* block: call blk_scsi_ioctl_init()FUJITA Tomonori2009-07-10
* block: get rid of queue-private command filterJens Axboe2009-07-01
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
* block: add rq->resid_lenTejun Heo2009-05-11
* block: don't init rq fields unnecessarilyTejun Heo2009-04-28
* block: kill rq->dataTejun Heo2009-04-28
* block: fix SG_IO vector request data length handlingTejun Heo2009-04-22
* block: fix SG_IO to return a proper error valueFUJITA Tomonori2009-04-15
* block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh2009-03-26
* scsi-ioctl: use clock_t <> jiffiesMilton Miller2008-12-29