index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
scsi_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' into for-3.18/core
Jens Axboe
2014-09-11
1
-14
/
+22
|
\
|
*
block: fix error handling in sg_io
Sabrina Dubroca
2014-08-26
1
-0
/
+1
|
*
fix regression in SCSI_IOCTL_SEND_COMMAND
Tony Battersby
2014-08-22
1
-2
/
+7
|
*
block: support > 16 byte CDBs for SG_IO
Christoph Hellwig
2014-08-21
1
-7
/
+17
|
*
block: cleanup error handling in sg_io
Christoph Hellwig
2014-08-21
1
-6
/
+4
*
|
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
2014-08-28
1
-6
/
+6
*
|
block,scsi: verify return pointer from blk_get_request
Joe Lawrence
2014-08-26
1
-1
/
+8
|
/
*
block SG_IO: add SG_FLAG_Q_AT_HEAD flag
Douglas Gilbert
2014-07-01
1
-1
/
+4
*
block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge
Akinobu Mita
2014-07-01
1
-4
/
+11
*
block: add blk_rq_set_block_pc()
Jens Axboe
2014-06-06
1
-3
/
+3
*
block: remove dead code in scsi_ioctl:blk_verify_command
Dave Jones
2014-05-29
1
-4
/
+0
*
block: Fix memory leak in rw_copy_check_uvector() handling
Christian Engelmayer
2014-01-21
1
-2
/
+4
*
block: Use rw_copy_check_uvector()
Kent Overstreet
2013-11-08
1
-29
/
+10
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
1
-0
/
+1
*
scsi: Silence unnecessary warnings about ioctl to partition
Jan Kara
2012-06-15
1
-1
/
+4
*
block: fail SCSI passthrough ioctls on partition devices
Paolo Bonzini
2012-01-14
1
-0
/
+45
*
block: add and use scsi_blk_cmd_ioctl
Paolo Bonzini
2012-01-14
1
-0
/
+7
*
block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()
Tejun Heo
2011-10-19
1
-2
/
+1
*
block: take care not to overflow when calculating total iov length
Jens Axboe
2010-11-10
1
-10
/
+24
*
block/scsi_ioctl.c: quiet sparse noise
H Hartley Sweeten
2009-11-04
1
-2
/
+4
*
block: call blk_scsi_ioctl_init()
FUJITA Tomonori
2009-07-10
1
-0
/
+1
*
block: get rid of queue-private command filter
Jens Axboe
2009-07-01
1
-5
/
+38
*
block: Use accessor functions for queue limits
Martin K. Petersen
2009-05-22
1
-4
/
+4
*
block: add rq->resid_len
Tejun Heo
2009-05-11
1
-1
/
+1
*
block: don't init rq fields unnecessarily
Tejun Heo
2009-04-28
1
-2
/
+0
*
block: kill rq->data
Tejun Heo
2009-04-28
1
-1
/
+0
*
block: fix SG_IO vector request data length handling
Tejun Heo
2009-04-22
1
-1
/
+12
*
block: fix SG_IO to return a proper error value
FUJITA Tomonori
2009-04-15
1
-2
/
+4
*
block: WARN in __blk_put_request() for potential bio leak
Boaz Harrosh
2009-03-26
1
-17
/
+4
*
scsi-ioctl: use clock_t <> jiffies
Milton Miller
2008-12-29
1
-2
/
+2
*
Enforce a minimum SG_IO timeout
Linus Torvalds
2008-12-05
1
-0
/
+2
*
[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
Al Viro
2008-10-21
1
-5
/
+5
*
[PATCH] switch sg_scsi_ioctl() to passing fmode_t
Al Viro
2008-10-21
1
-9
/
+4
*
[PATCH] pass mode instead of file to sg_io()
Al Viro
2008-10-21
1
-8
/
+7
*
[PATCH] introduce fmode_t, do annotations
Al Viro
2008-10-21
1
-2
/
+3
*
block: introduce struct rq_map_data to use reserved pages
FUJITA Tomonori
2008-10-09
1
-2
/
+2
*
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
2008-10-09
1
-2
/
+3
*
SG_IO block filter whitelist missing MMC SET READ AHEAD command
xiphmont@xiph.org
2008-10-09
1
-0
/
+1
*
block: rename blk_scsi_cmd_filter to blk_cmd_filter
FUJITA Tomonori
2008-08-27
1
-1
/
+1
*
block: move cmdfilter from gendisk to request_queue
FUJITA Tomonori
2008-08-27
1
-3
/
+91
*
[SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
Tim Wright
2008-07-30
1
-1
/
+1
*
allow userspace to modify scsi command filter on per device basis
Adel Gadllah
2008-07-03
1
-116
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2008-05-02
1
-3
/
+2
|
\
|
*
[SCSI] add support for variable length extended commands
Boaz Harrosh
2008-05-02
1
-3
/
+2
*
|
block: no need to initialize rq->cmd with blk_get_request
FUJITA Tomonori
2008-04-29
1
-3
/
+0
|
/
*
block: restore the meaning of rq->data_len to the true data length
FUJITA Tomonori
2008-03-04
1
-2
/
+2
*
block: add request->raw_data_len
Tejun Heo
2008-02-19
1
-1
/
+2
*
block: use jiffies conversion functions in scsi_ioctl.c
Tejun Heo
2007-12-18
1
-2
/
+2
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-11
/
+13
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2007-07-22
1
-8
/
+5
|
\
[next]