aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/bsg-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-20block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche1-1/+1
2019-09-23block: drop device references in bsg_queue_rq()Martin Wilck1-4/+6
2019-05-31block: Fix bsg_setup_queue() kernel-doc headerBart Van Assche1-0/+1
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig1-15/+1
2019-02-05scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig1-6/+38
2018-11-07bsg: move bsg-lib parts outside of request queueJens Axboe1-16/+27
2018-11-07block: kill legacy parts of timeout handlingJens Axboe1-3/+3
2018-11-07bsg: convert to use blk-mqJens Axboe1-48/+75
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-0/+9
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-1/+2
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang1-3/+2
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig1-4/+2
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-53/+105
2018-03-13bsg-lib: remove bsg_job.reqChristoph Hellwig1-8/+6
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig1-0/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-01-09block: Fix kernel-doc warnings reported when building with W=1Bart Van Assche1-1/+2
2017-10-04bsg-lib: fix use-after-free under memory-pressureBenjamin Block1-6/+21
2017-09-25bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig1-1/+0
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2017-08-29scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig1-3/+4
2017-08-24bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block1-30/+44
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-4/+4
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-11/+23
2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig1-10/+11
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+20
2016-11-17scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn1-2/+1
2016-11-17block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn1-3/+14
2016-11-17scsi: fc: use bsg_softirq_doneJohannes Thumshirn1-1/+2
2016-11-17scsi: fc: Use bsg_destroy_jobJohannes Thumshirn1-2/+5
2016-11-17block: add reference counting for struct bsg_jobJohannes Thumshirn1-2/+5
2016-11-14bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche1-0/+2
2012-12-06bsg: Remove unused function bsg_goose_queue()Bart Van Assche1-13/+0
2012-06-25block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo1-53/+0
2011-10-31block: Change module.h -> export.h in bsg-lib.cPaul Gortmaker1-1/+1
2011-08-02bsg-lib: add module.h includeJens Axboe1-0/+1
2011-07-31block: add bsg helper libraryMike Christie1-0/+297