summaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* block: convert to idr_alloc()Tejun Heo2013-02-271-17/+9
* bsg: fix sysfs link remove warningStanislaw Gruszka2012-02-081-1/+2
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-3/+1
|\
| * block: misc updates to blk_get_queue()Tejun Heo2011-12-141-3/+1
* | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
|/
* bsg: fix address space warning from sparseNamhyung Kim2011-06-201-6/+6
* bsg: remove unnecessary conditional expressionsNamhyung Kim2011-06-201-2/+2
* bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim2011-06-201-1/+1
* [SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart2010-12-091-0/+8
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-3/+0
|\ \
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+0
| |/
* / [SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori2010-10-151-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* block: jiffies fixesRandy Dunlap2009-11-111-1/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* block: get rid of queue-private command filterJens Axboe2009-07-011-1/+1
* block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori2009-06-211-3/+0
* Driver Core: bsg: add nodename for bsg driverKay Sievers2009-06-151-0/+6
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-4/+4
|\
| * block: add rq->resid_lenTejun Heo2009-05-111-4/+4
* | bsg: setting rq->bio to NULLFUJITA Tomonori2009-06-091-0/+3
|/
* bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh2009-03-261-3/+0
* bsg: add support for tail queuingBoaz Harrosh2009-03-241-2/+7
* bsg: Fix sense buffer bug in SG_IOBoaz Harrosh2009-02-181-7/+10
* block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+3
* Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-051-0/+2
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-1/+1
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-3/+4
* device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+1
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-091-3/+4
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-091-2/+3
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-33/+11
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-151-3/+6
|\
| * [SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori2008-07-121-3/+6
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-1/+6
|\ \
| * \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-1/+2
| |\ \
| * | | bsg: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-1/+6
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-141-11/+27
|\ \ \ | |_|/ |/| |
| * | allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-031-11/+27
| |/
* / [SCSI] bsg: fix oops on removeJames Bottomley2008-07-121-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-021-3/+9
|\
| * [SCSI] bsg: add large command supportFUJITA Tomonori2008-05-021-3/+9
* | block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-1/+1
|/
* [SCSI] bsg: add release callback supportFUJITA Tomonori2008-04-221-14/+29
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-6/+5