summaryrefslogtreecommitdiff
path: root/block/bsg.c
Commit message (Expand)AuthorAge
* bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-13
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * block: annotate ->poll() instancesAl Viro2017-11-27
* | bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn2018-01-24
|/
* block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-10
* bsg: remove #if 0'ed codeChristoph Hellwig2017-08-29
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* bsg: Check queue type before attaching to a queueBart Van Assche2017-06-01
* Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-01
|\
| * new helper: uaccess_kernel()Al Viro2017-03-28
* | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2016-12-22
* block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn2016-11-03
* block: Simplify bsg complete allPeter Zijlstra2015-02-04
* bsg: fix potential error pointer dereferenceJens Axboe2014-08-29
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-28
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-06
* bsg: update check for rq based driver for blk-mqJens Axboe2014-04-16
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* block: convert to idr_alloc()Tejun Heo2013-02-27
* bsg: fix sysfs link remove warningStanislaw Gruszka2012-02-08
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-15
|\
| * block: misc updates to blk_get_queue()Tejun Heo2011-12-14
* | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
|/
* bsg: fix address space warning from sparseNamhyung Kim2011-06-20
* bsg: remove unnecessary conditional expressionsNamhyung Kim2011-06-20
* bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim2011-06-20
* [SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart2010-12-09
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
| |/
* | [SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori2010-10-15
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* block: jiffies fixesRandy Dunlap2009-11-11
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* block: get rid of queue-private command filterJens Axboe2009-07-01
* block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori2009-06-21
* Driver Core: bsg: add nodename for bsg driverKay Sievers2009-06-15
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-11
|\
| * block: add rq->resid_lenTejun Heo2009-05-11
* | bsg: setting rq->bio to NULLFUJITA Tomonori2009-06-09
|/
* bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh2009-03-26
* bsg: add support for tail queuingBoaz Harrosh2009-03-24