summaryrefslogtreecommitdiff
path: root/block/bsg.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+6
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+2
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+27
2008-07-12[SCSI] bsg: fix oops on removeJames Bottomley1-1/+2
2008-07-12[SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori1-3/+6
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-11/+27
2008-05-18bsg: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+9
2008-05-02[SCSI] bsg: add large command supportFUJITA Tomonori1-3/+9
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-14/+29
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-6/+5
2008-04-18[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsFUJITA Tomonori1-2/+0
2008-04-18[SCSI] bsg: remove minor in struct bsg_deviceFUJITA Tomonori1-6/+4
2008-04-18[SCSI] bsg: use better helper list functionsFUJITA Tomonori1-8/+6
2008-04-18[SCSI] bsg: replace kobject_get with blk_get_queueFUJITA Tomonori1-2/+7
2008-04-18[SCSI] bsg: takes a ref to struct device in fops->openFUJITA Tomonori1-6/+13
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-4/+4
2008-02-19block: add request->raw_data_lenTejun Heo1-4/+4
2008-01-30[SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley1-0/+1
2008-01-11[SCSI] libsas, bsg: pass errors through correctlyJames Bottomley1-2/+12
2007-10-16bsg: mark struct file_operations constArjan van de Ven1-1/+1
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+1
2007-07-31[SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori1-3/+7
2007-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-48/+30
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-6/+6
2007-07-23[SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori1-9/+0
2007-07-23[SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori1-39/+30
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-38/+23
2007-07-21[SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori1-1/+2
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-4/+17
2007-07-21[SCSI] bsg: fix bsg_register_queue error pathJames Bottomley1-3/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley1-30/+0
2007-07-17bsg: fix missing space in version printJens Axboe1-1/+1
2007-07-17bsg: minor cleanupFUJITA Tomonori1-3/+5
2007-07-17bsg: device hash table cleanupFUJITA Tomonori1-8/+4
2007-07-17bsg: fix initialization error handling bugsFUJITA Tomonori1-20/+18
2007-07-17bsg: convert to dynamic majorJens Axboe1-13/+12
2007-07-17bsg: address various review commentsJens Axboe1-58/+44
2007-07-16Fix new generic block device SG compileLinus Torvalds1-1/+1
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori1-6/+21
2007-07-16bsg: add bidi supportFUJITA Tomonori1-25/+49
2007-07-16bsg: fix the deadlock on discarding done commandsFUJITA Tomonori1-0/+1
2007-07-16bsg: fix a blocking read bugFUJITA Tomonori1-61/+23
2007-07-16bsg: minor bug fixesFUJITA Tomonori1-1/+3
2007-07-16improve bsg device allocationFUJITA Tomonori1-8/+41
2007-07-16bind bsg to all SCSI devicesFUJITA Tomonori1-7/+52