aboutsummaryrefslogtreecommitdiffstats
path: root/block/bsg.c
AgeCommit message (Expand)Author
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2019-02-05scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig
2019-02-05scsi: bsg: refactor bsg_ioctlChristoph Hellwig
2018-12-21bsg: deprecate BIDI support in bsgChristoph Hellwig
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-12bsg: remove read/write supportChristoph Hellwig
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby
2018-06-15bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-24bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn
2017-11-27block: annotate ->poll() instancesAl Viro
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