| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | [SCSI] bsg: unexport sg v3 helper functions | FUJITA Tomonori | 2007-07-22 | 1 | -8/+5 |
* | | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
|/ |
|
* | bsg: add a request_queue argument to scsi_cmd_ioctl() | FUJITA Tomonori | 2007-07-16 | 1 | -7/+3 |
* | block: export blk_verify_command for SG v4 | FUJITA Tomonori | 2007-07-16 | 1 | -3/+4 |
* | block: changes for blk_rq_unmap_user new API | FUJITA Tomonori | 2007-07-16 | 1 | -12/+1 |
* | bsg: support for full generic block layer SG v3 | Jens Axboe | 2007-07-16 | 1 | -61/+102 |
* | [SCSI] sg: cap reserved_size values at max_sectors | Alan Stern | 2007-04-18 | 1 | -1/+3 |
* | [PATCH] Fix SG_IO timeout jiffy conversion | Mike Christie | 2007-01-30 | 1 | -2/+3 |
* | [PATCH] Fixup blk_rq_unmap_user() API | Jens Axboe | 2006-12-19 | 1 | -2/+1 |
* | [PATCH] remove unnecessary blk_queue_bounce in SG_IO | FUJITA Tomonori | 2006-12-12 | 1 | -7/+0 |
* | [PATCH] fix SG_IO bio leak | FUJITA Tomonori | 2006-12-12 | 1 | -0/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-12-06 | 1 | -1/+1 |
|\ |
|
| * | Merge ../scsi-rc-fixes-2.6 | James Bottomley | 2006-11-22 | 1 | -3/+2 |
| |\ |
|
| * | | [SCSI] block: convert jiffies to msecs in scsi_ioctl() | Hannes Reinecke | 2006-11-16 | 1 | -1/+1 |
* | | | [PATCH] block: support larger block pc requests | Mike Christie | 2006-12-01 | 1 | -27/+26 |
| |/
|/| |
|
* | | [PATCH] scsi: clear garbage after CDBs on SG_IO | Tejun Heo | 2006-11-16 | 1 | -2/+1 |
* | | [PATCH] Fix bad data direction in SG_IO | Jens Axboe | 2006-11-13 | 1 | -1/+1 |
|/ |
|
* | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 2006-09-30 | 1 | -3/+3 |
* | [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations | Christoph Hellwig | 2006-04-13 | 1 | -29/+72 |
* | [PATCH] blk: Fix SG_IO ioctl failure retry looping | Jens Axboe | 2006-02-08 | 1 | -0/+3 |
* | [PATCH] move capable() to capability.h | Randy.Dunlap | 2006-01-12 | 1 | -0/+1 |
* | [BLOCK] scsi_ioctl: file can be NULL from ioctl_by_bdev() | Jens Axboe | 2006-01-09 | 1 | -4/+9 |
* | [BLOCK] mark some block/ variables cons | Arjan van de Ven | 2006-01-06 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-01-05 | 1 | -1/+1 |
|\ |
|
| * | [SCSI] seperate max_sectors from max_hw_sectors | Mike Christie | 2005-12-16 | 1 | -1/+1 |
* | | [PATCH] block: Cleanup CDROMEJECT ioctl | Ben Collins | 2005-12-20 | 1 | -14/+31 |
|/ |
|
* | [BLOCK] Move all core block layer code to new block/ directory | Jens Axboe | 2005-11-04 | 1 | -0/+589 |