summaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAgeFilesLines
...
* bsg: fix initialization error handling bugsFUJITA Tomonori2007-07-171-20/+18
* bsg: convert to dynamic majorJens Axboe2007-07-171-13/+12
* bsg: address various review commentsJens Axboe2007-07-171-58/+44
* Fix new generic block device SG compileLinus Torvalds2007-07-161-1/+1
* bsg: add SCSI transport-level request supportFUJITA Tomonori2007-07-161-6/+21
* bsg: add bidi supportFUJITA Tomonori2007-07-161-25/+49
* bsg: fix the deadlock on discarding done commandsFUJITA Tomonori2007-07-161-0/+1
* bsg: fix a blocking read bugFUJITA Tomonori2007-07-161-61/+23
* bsg: minor bug fixesFUJITA Tomonori2007-07-161-1/+3
* improve bsg device allocationFUJITA Tomonori2007-07-161-8/+41
* bind bsg to all SCSI devicesFUJITA Tomonori2007-07-161-7/+52
* bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2007-07-161-20/+17
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-161-1/+1
* bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori2007-07-161-3/+2
* bsg: add cheasy error checks for sysfs stuffJens Axboe2007-07-161-1/+10
* Add queue resizing supportJens Axboe2007-07-161-64/+32
* bsg: silence a bogus gcc warningJens Axboe2007-07-161-1/+1
* bsg: style cleanupJens Axboe2007-07-161-2/+2
* bsg: add SG_IO to SG v4FUJITA Tomonori2007-07-161-2/+21
* bsg: replace SG v3 with SG v4FUJITA Tomonori2007-07-161-77/+121
* bsg: minor cleanupsFUJITA Tomonori2007-07-161-7/+6
* bsg: support for full generic block layer SG v3Jens Axboe2007-07-161-0/+997