aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bsg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31[SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori1-4/+9
2007-07-24[SCSI] bsg: fix unused variable warnings for BLK_DEV_BSG=nJames Bottomley1-2/+7
2007-07-23[SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori1-1/+0
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-2/+2
2007-07-17Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSGGeert Uytterhoeven1-1/+0
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori1-0/+6
2007-07-16bsg: minor bug fixesFUJITA Tomonori1-1/+1
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori1-5/+5
2007-07-16Replace s32, u32 and u64 with __s32, __u32 and __u64 in bsg.h for userspaceFUJITA Tomonori1-29/+29
2007-07-16bsg: use u32 etc instead of uint32_tJens Axboe1-29/+29
2007-07-16bsg: add sg_io_v4 structureFUJITA Tomonori1-0/+43
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe1-0/+21