aboutsummaryrefslogtreecommitdiff
path: root/block/bsg.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tGravatar Al Viro 1-1/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-3/+4
2008-10-16device create: block: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-2/+1
2008-10-09block: introduce struct rq_map_data to use reserved pagesGravatar FUJITA Tomonori 1-3/+4
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovGravatar FUJITA Tomonori 1-2/+3
2008-08-27block: move cmdfilter from gendisk to request_queueGravatar FUJITA Tomonori 1-33/+11
2008-07-21device create: block: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-3/+6
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 1-1/+2
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-11/+27
2008-07-12[SCSI] bsg: fix oops on removeGravatar James Bottomley 1-1/+2
2008-07-12[SCSI] bsg: fix bsg_mutex hang with device removalGravatar FUJITA Tomonori 1-3/+6
2008-07-03allow userspace to modify scsi command filter on per device basisGravatar Adel Gadllah 1-11/+27
2008-05-18bsg: cdev lock_kernel() pushdownGravatar Jonathan Corbet 1-1/+6
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-3/+9
2008-05-02[SCSI] bsg: add large command supportGravatar FUJITA Tomonori 1-3/+9
2008-05-01block: remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-22[SCSI] bsg: add release callback supportGravatar FUJITA Tomonori 1-14/+29
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 1-6/+5
2008-04-18[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsGravatar FUJITA Tomonori 1-2/+0
2008-04-18[SCSI] bsg: remove minor in struct bsg_deviceGravatar FUJITA Tomonori 1-6/+4
2008-04-18[SCSI] bsg: use better helper list functionsGravatar FUJITA Tomonori 1-8/+6
2008-04-18[SCSI] bsg: replace kobject_get with blk_get_queueGravatar FUJITA Tomonori 1-2/+7
2008-04-18[SCSI] bsg: takes a ref to struct device in fops->openGravatar FUJITA Tomonori 1-6/+13
2008-03-04block: restore the meaning of rq->data_len to the true data lengthGravatar FUJITA Tomonori 1-4/+4
2008-02-19block: add request->raw_data_lenGravatar Tejun Heo 1-4/+4
2008-01-30[SCSI] bsg: copy the cmd_type field to the subordinate request for bidiGravatar James Bottomley 1-0/+1
2008-01-11[SCSI] libsas, bsg: pass errors through correctlyGravatar James Bottomley 1-2/+12
2007-10-16bsg: mark struct file_operations constGravatar Arjan van de Ven 1-1/+1
2007-10-12cdev: remove unneeded setting of cdev namesGravatar Greg Kroah-Hartman 1-4/+1
2007-07-31[SCSI] bsg: update sg_io_v4 structureGravatar FUJITA Tomonori 1-3/+7
2007-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-48/+30
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-6/+6
2007-07-23[SCSI] bsg: remove unnecessary code and commentsGravatar FUJITA Tomonori 1-9/+0
2007-07-23[SCSI] bsg: use lib/idr.c to find a unique minor numberGravatar FUJITA Tomonori 1-39/+30
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-38/+23
2007-07-21[SCSI] bsg: fix bsg_unregister_queueGravatar FUJITA Tomonori 1-1/+2
2007-07-21[SCSI] bsg: make class backlinksGravatar James Bottomley 1-4/+17
2007-07-21[SCSI] bsg: fix bsg_register_queue error pathGravatar James Bottomley 1-3/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-19[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)Gravatar James Bottomley 1-30/+0
2007-07-17bsg: fix missing space in version printGravatar Jens Axboe 1-1/+1
2007-07-17bsg: minor cleanupGravatar FUJITA Tomonori 1-3/+5
2007-07-17bsg: device hash table cleanupGravatar FUJITA Tomonori 1-8/+4
2007-07-17bsg: fix initialization error handling bugsGravatar FUJITA Tomonori 1-20/+18
2007-07-17bsg: convert to dynamic majorGravatar Jens Axboe 1-13/+12
2007-07-17bsg: address various review commentsGravatar Jens Axboe 1-58/+44
2007-07-16Fix new generic block device SG compileGravatar Linus Torvalds 1-1/+1
2007-07-16bsg: add SCSI transport-level request supportGravatar FUJITA Tomonori 1-6/+21