aboutsummaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-02
|\
| * [SCSI] bsg: add large command supportFUJITA Tomonori2008-05-02
* | block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-01
|/
* [SCSI] bsg: add release callback supportFUJITA Tomonori2008-04-22
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-19
* [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsFUJITA Tomonori2008-04-18
* [SCSI] bsg: remove minor in struct bsg_deviceFUJITA Tomonori2008-04-18
* [SCSI] bsg: use better helper list functionsFUJITA Tomonori2008-04-18
* [SCSI] bsg: replace kobject_get with blk_get_queueFUJITA Tomonori2008-04-18
* [SCSI] bsg: takes a ref to struct device in fops->openFUJITA Tomonori2008-04-18
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-04
* block: add request->raw_data_lenTejun Heo2008-02-19
* [SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley2008-01-30
* [SCSI] libsas, bsg: pass errors through correctlyJames Bottomley2008-01-11
* bsg: mark struct file_operations constArjan van de Ven2007-10-16
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-12
* [SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori2007-07-31
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-29
|\
| * [SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori2007-07-23
| * [SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori2007-07-23
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-22
|\
| * [SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori2007-07-21
| * [SCSI] bsg: make class backlinksJames Bottomley2007-07-21
| * [SCSI] bsg: fix bsg_register_queue error pathJames Bottomley2007-07-21
| * [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2007-07-19
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
|/
* bsg: fix missing space in version printJens Axboe2007-07-17
* bsg: minor cleanupFUJITA Tomonori2007-07-17
* bsg: device hash table cleanupFUJITA Tomonori2007-07-17
* bsg: fix initialization error handling bugsFUJITA Tomonori2007-07-17
* bsg: convert to dynamic majorJens Axboe2007-07-17
* bsg: address various review commentsJens Axboe2007-07-17
* Fix new generic block device SG compileLinus Torvalds2007-07-16
* bsg: add SCSI transport-level request supportFUJITA Tomonori2007-07-16
* bsg: add bidi supportFUJITA Tomonori2007-07-16
* bsg: fix the deadlock on discarding done commandsFUJITA Tomonori2007-07-16
* bsg: fix a blocking read bugFUJITA Tomonori2007-07-16
* bsg: minor bug fixesFUJITA Tomonori2007-07-16
* improve bsg device allocationFUJITA Tomonori2007-07-16
* bind bsg to all SCSI devicesFUJITA Tomonori2007-07-16
* bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2007-07-16
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-16
* bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori2007-07-16
* bsg: add cheasy error checks for sysfs stuffJens Axboe2007-07-16
* Add queue resizing supportJens Axboe2007-07-16
* bsg: silence a bogus gcc warningJens Axboe2007-07-16
* bsg: style cleanupJens Axboe2007-07-16
* bsg: add SG_IO to SG v4FUJITA Tomonori2007-07-16
* bsg: replace SG v3 with SG v4FUJITA Tomonori2007-07-16