summaryrefslogtreecommitdiffstats
path: root/include/linux/bsg-lib.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-291-2/+1
* bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-131-1/+3
* bsg-lib: remove bsg_job.reqChristoph Hellwig2018-03-131-1/+0
* bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-131-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-071-2/+3
|\
| * scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-291-2/+3
* | bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block2017-08-241-0/+2
|/
* block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-271-3/+2
* scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-171-1/+0
* block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-171-1/+2
* scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-171-0/+1
* scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-171-0/+1
* block: add reference counting for struct bsg_jobJohannes Thumshirn2016-11-171-0/+2
* bsg: Remove unused function bsg_goose_queue()Bart Van Assche2012-12-061-1/+0
* block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-251-1/+0
* block: add bsg helper libraryMike Christie2011-07-311-0/+73