summaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAgeFilesLines
* bsg: remove #if 0'ed codeChristoph Hellwig2017-08-291-7/+0
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* block: introduce new block status code typeChristoph Hellwig2017-06-091-3/+3
* bsg: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+6
* Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-1/+1
|\
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
* | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-6/+6
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-3/+3
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-9/+8
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-26/+21
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2016-12-221-0/+3
* block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn2016-11-031-2/+2
* block: Simplify bsg complete allPeter Zijlstra2015-02-041-47/+25
* bsg: fix potential error pointer dereferenceJens Axboe2014-08-291-0/+1
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-4/+4
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+2
* bsg: update check for rq based driver for blk-mqJens Axboe2014-04-161-1/+1
* 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