aboutsummaryrefslogtreecommitdiffstats
path: root/block/bsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-24bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn1-23/+17
2017-11-27block: annotate ->poll() instancesAl Viro1-2/+2
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig1-10/+8
2017-08-29bsg: remove #if 0'ed codeChristoph Hellwig1-7/+0
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-3/+3
2017-06-01bsg: Check queue type before attaching to a queueBart Van Assche1-0/+6
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-6/+6
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-3/+3
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-9/+8
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-26/+21
2016-12-22sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn1-2/+2
2015-02-04block: Simplify bsg complete allPeter Zijlstra1-47/+25
2014-08-29bsg: fix potential error pointer dereferenceJens Axboe1-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-4/+4
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+2
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-27block: convert to idr_alloc()Tejun Heo1-17/+9
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-3/+1
2011-06-20bsg: fix address space warning from sparseNamhyung Kim1-6/+6
2011-06-20bsg: remove unnecessary conditional expressionsNamhyung Kim1-2/+2
2011-06-20bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim1-1/+1
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart1-0/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+0
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-11-11block: jiffies fixesRandy Dunlap1-1/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-07-01block: get rid of queue-private command filterJens Axboe1-1/+1
2009-06-21block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori1-3/+0
2009-06-15Driver Core: bsg: add nodename for bsg driverKay Sievers1-0/+6
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+4
2009-06-09bsg: setting rq->bio to NULLFUJITA Tomonori1-0/+3
2009-05-11block: add rq->resid_lenTejun Heo1-4/+4
2009-03-26bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh1-3/+0
2009-03-24bsg: add support for tail queuingBoaz Harrosh1-2/+7
2009-02-18bsg: Fix sense buffer bug in SG_IOBoaz Harrosh1-7/+10