aboutsummaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAge
* bsg: Fix sense buffer bug in SG_IOBoaz Harrosh2009-02-18
* block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-05
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-21
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-09
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-09
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-27
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-15
|\
| * [SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori2008-07-12
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-14
|\ \
| * \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
| |\ \
| * | | bsg: cdev lock_kernel() pushdownJonathan Corbet2008-05-18
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-14
|\ \ \ | |_|/ |/| |
| * | allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-03
| |/
* / [SCSI] bsg: fix oops on removeJames Bottomley2008-07-12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-02
|\
| * [SCSI] bsg: add large command supportFUJITA Tomonori2008-05-02
* | block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-01
|/
* [SCSI] bsg: add release callback supportFUJITA Tomonori2008-04-22
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-19
* [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsFUJITA Tomonori2008-04-18
* [SCSI] bsg: remove minor in struct bsg_deviceFUJITA Tomonori2008-04-18
* [SCSI] bsg: use better helper list functionsFUJITA Tomonori2008-04-18
* [SCSI] bsg: replace kobject_get with blk_get_queueFUJITA Tomonori2008-04-18
* [SCSI] bsg: takes a ref to struct device in fops->openFUJITA Tomonori2008-04-18
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-04
* block: add request->raw_data_lenTejun Heo2008-02-19
* [SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley2008-01-30
* [SCSI] libsas, bsg: pass errors through correctlyJames Bottomley2008-01-11
* bsg: mark struct file_operations constArjan van de Ven2007-10-16
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-12
* [SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori2007-07-31
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-29
|\
| * [SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori2007-07-23
| * [SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori2007-07-23
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-22
|\
| * [SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori2007-07-21
| * [SCSI] bsg: make class backlinksJames Bottomley2007-07-21
| * [SCSI] bsg: fix bsg_register_queue error pathJames Bottomley2007-07-21
| * [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2007-07-19
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
|/
* bsg: fix missing space in version printJens Axboe2007-07-17
* bsg: minor cleanupFUJITA Tomonori2007-07-17
* bsg: device hash table cleanupFUJITA Tomonori2007-07-17
* bsg: fix initialization error handling bugsFUJITA Tomonori2007-07-17
* bsg: convert to dynamic majorJens Axboe2007-07-17