summaryrefslogtreecommitdiffstats
path: root/block/scsi_ioctl.c
AgeCommit message (Expand)AuthorLines
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet-13/+4
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke-1/+1
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby-3/+5
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara-2/+1
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe-14/+22
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence-6/+6
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence-1/+8
2014-08-26block: fix error handling in sg_ioSabrina Dubroca-0/+1
2014-08-22fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby-2/+7
2014-08-21block: support > 16 byte CDBs for SG_IOChristoph Hellwig-7/+17
2014-08-21block: cleanup error handling in sg_ioChristoph Hellwig-6/+4
2014-07-01block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert-1/+4
2014-07-01block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeAkinobu Mita-4/+11
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe-3/+3
2014-05-29block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones-4/+0
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer-2/+4
2013-11-08block: Use rw_copy_check_uvector()Kent Overstreet-29/+10
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2012-06-15scsi: Silence unnecessary warnings about ioctl to partitionJan Kara-1/+4
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini-0/+45
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini-0/+7
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo-2/+1
2010-11-10block: take care not to overflow when calculating total iov lengthJens Axboe-10/+24
2009-11-04block/scsi_ioctl.c: quiet sparse noiseH Hartley Sweeten-2/+4
2009-07-10block: call blk_scsi_ioctl_init()FUJITA Tomonori-0/+1
2009-07-01block: get rid of queue-private command filterJens Axboe-5/+38
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen-4/+4
2009-05-11block: add rq->resid_lenTejun Heo-1/+1
2009-04-28block: don't init rq fields unnecessarilyTejun Heo-2/+0
2009-04-28block: kill rq->dataTejun Heo-1/+0
2009-04-22block: fix SG_IO vector request data length handlingTejun Heo-1/+12
2009-04-15block: fix SG_IO to return a proper error valueFUJITA Tomonori-2/+4
2009-03-26block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh-17/+4
2008-12-29scsi-ioctl: use clock_t <> jiffiesMilton Miller-2/+2
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds-0/+2
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro-5/+5
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro-9/+4
2008-10-21[PATCH] pass mode instead of file to sg_io()Al Viro-8/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro-2/+3
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori-2/+2
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori-2/+3
2008-10-09SG_IO block filter whitelist missing MMC SET READ AHEAD commandxiphmont@xiph.org-0/+1
2008-08-27block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori-1/+1
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori-3/+91
2008-07-30[SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.Tim Wright-1/+1
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah-116/+5
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-3/+2
2008-05-02[SCSI] add support for variable length extended commandsBoaz Harrosh-3/+2
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori-3/+0