summaryrefslogtreecommitdiffstats
path: root/block/scsi_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-3/+3
* block: fix bogus EFAULT error from SG_IO ioctlPaolo Bonzini2015-06-271-2/+2
* sg_io(): use import_iovec()Al Viro2015-04-111-7/+5
* block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-051-13/+4
* Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-081-1/+1
|\
| * scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
* | scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-11-101-3/+5
|/
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-10-221-2/+1
* Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-111-14/+22
|\
| * block: fix error handling in sg_ioSabrina Dubroca2014-08-261-0/+1
| * fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-08-221-2/+7
| * block: support > 16 byte CDBs for SG_IOChristoph Hellwig2014-08-211-7/+17
| * block: cleanup error handling in sg_ioChristoph Hellwig2014-08-211-6/+4
* | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-6/+6
* | block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-261-1/+8
|/
* block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert2014-07-011-1/+4
* block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeAkinobu Mita2014-07-011-4/+11
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-3/+3
* block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones2014-05-291-4/+0
* block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer2014-01-211-2/+4
* block: Use rw_copy_check_uvector()Kent Overstreet2013-11-081-29/+10
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* scsi: Silence unnecessary warnings about ioctl to partitionJan Kara2012-06-151-1/+4
* block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-141-0/+45
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-141-0/+7
* block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2011-10-191-2/+1
* block: take care not to overflow when calculating total iov lengthJens Axboe2010-11-101-10/+24
* block/scsi_ioctl.c: quiet sparse noiseH Hartley Sweeten2009-11-041-2/+4
* block: call blk_scsi_ioctl_init()FUJITA Tomonori2009-07-101-0/+1
* block: get rid of queue-private command filterJens Axboe2009-07-011-5/+38
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-4/+4
* block: add rq->resid_lenTejun Heo2009-05-111-1/+1
* block: don't init rq fields unnecessarilyTejun Heo2009-04-281-2/+0
* block: kill rq->dataTejun Heo2009-04-281-1/+0
* block: fix SG_IO vector request data length handlingTejun Heo2009-04-221-1/+12
* block: fix SG_IO to return a proper error valueFUJITA Tomonori2009-04-151-2/+4
* block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh2009-03-261-17/+4
* scsi-ioctl: use clock_t <> jiffiesMilton Miller2008-12-291-2/+2
* Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-051-0/+2
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-5/+5
* [PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro2008-10-211-9/+4
* [PATCH] pass mode instead of file to sg_io()Al Viro2008-10-211-8/+7
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+3
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-091-2/+2
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-091-2/+3
* SG_IO block filter whitelist missing MMC SET READ AHEAD commandxiphmont@xiph.org2008-10-091-0/+1
* block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2008-08-271-1/+1
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-3/+91
* [SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.Tim Wright2008-07-301-1/+1
* allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-031-116/+5