aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bsg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig1-5/+1
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-13/+22
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-62/+1
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+2
2009-03-24bsg: add support for tail queuingBoaz Harrosh1-0/+8
2009-03-13[SCSI] bsg: add linux/types.h include to bsg.hDouglas Gilbert1-0/+2
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-4/+10
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-1/+1
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