summaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAgeFilesLines
* block: jiffies fixesRandy Dunlap2009-11-111-1/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* block: get rid of queue-private command filterJens Axboe2009-07-011-1/+1
* block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori2009-06-211-3/+0
* Driver Core: bsg: add nodename for bsg driverKay Sievers2009-06-151-0/+6
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-4/+4
|\
| * block: add rq->resid_lenTejun Heo2009-05-111-4/+4
* | bsg: setting rq->bio to NULLFUJITA Tomonori2009-06-091-0/+3
|/
* bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh2009-03-261-3/+0
* bsg: add support for tail queuingBoaz Harrosh2009-03-241-2/+7
* bsg: Fix sense buffer bug in SG_IOBoaz Harrosh2009-02-181-7/+10
* block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+3
* Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-051-0/+2
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-1/+1
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-3/+4
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+1
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-091-3/+4
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-091-2/+3
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-33/+11
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-151-3/+6
|\
| * [SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori2008-07-121-3/+6
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-1/+6
|\ \
| * \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-1/+2
| |\ \
| * | | bsg: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-1/+6
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-141-11/+27
|\ \ \ | |_|/ |/| |
| * | allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-031-11/+27
| |/
* / [SCSI] bsg: fix oops on removeJames Bottomley2008-07-121-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-021-3/+9
|\
| * [SCSI] bsg: add large command supportFUJITA Tomonori2008-05-021-3/+9
* | block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-1/+1
|/
* [SCSI] bsg: add release callback supportFUJITA Tomonori2008-04-221-14/+29
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-6/+5
* [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsFUJITA Tomonori2008-04-181-2/+0
* [SCSI] bsg: remove minor in struct bsg_deviceFUJITA Tomonori2008-04-181-6/+4
* [SCSI] bsg: use better helper list functionsFUJITA Tomonori2008-04-181-8/+6
* [SCSI] bsg: replace kobject_get with blk_get_queueFUJITA Tomonori2008-04-181-2/+7
* [SCSI] bsg: takes a ref to struct device in fops->openFUJITA Tomonori2008-04-181-6/+13
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-4/+4
* block: add request->raw_data_lenTejun Heo2008-02-191-4/+4
* [SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley2008-01-301-0/+1
* [SCSI] libsas, bsg: pass errors through correctlyJames Bottomley2008-01-111-2/+12
* bsg: mark struct file_operations constArjan van de Ven2007-10-161-1/+1
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* [SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori2007-07-311-3/+7
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-291-48/+30
|\
| * [SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori2007-07-231-9/+0
| * [SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori2007-07-231-39/+30
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-6/+6
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-221-38/+23
|\