summaryrefslogtreecommitdiff
path: root/block/bsg.c
AgeCommit message (Expand)Author
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig
2017-08-29bsg: remove #if 0'ed codeChristoph Hellwig
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-01bsg: Check queue type before attaching to a queueBart Van Assche
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-03-28new helper: uaccess_kernel()Al Viro
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-22sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn
2015-02-04block: Simplify bsg complete allPeter Zijlstra
2014-08-29bsg: fix potential error pointer dereferenceJens Axboe
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27block: convert to idr_alloc()Tejun Heo
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-12-14block: misc updates to blk_get_queue()Tejun Heo
2011-06-20bsg: fix address space warning from sparseNamhyung Kim
2011-06-20bsg: remove unnecessary conditional expressionsNamhyung Kim
2011-06-20bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-11-11block: jiffies fixesRandy Dunlap
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-07-01block: get rid of queue-private command filterJens Axboe
2009-06-21block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori
2009-06-15Driver Core: bsg: add nodename for bsg driverKay Sievers
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-09bsg: setting rq->bio to NULLFUJITA Tomonori
2009-05-11block: add rq->resid_lenTejun Heo
2009-03-26bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh
2009-03-24bsg: add support for tail queuingBoaz Harrosh
2009-02-18bsg: Fix sense buffer bug in SG_IOBoaz Harrosh
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro