summaryrefslogtreecommitdiffstats
path: root/block/bsg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-1/+1
|\
| * scsi: bsg: Increase number of devicesHannes Reinecke2023-06-161-1/+1
* | bsg: make bsg_class a static const structureIvan Orlov2023-06-211-7/+11
* | scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig2023-06-121-3/+5
|/
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* | block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-301-4/+7
|/
* scsi: core: bsg: Remove usage of the deprecated ida_simple_xxx() APIBo Liu2022-06-211-2/+2
* scsi: bsg: Fix device unregistrationZenghui Yu2021-09-141-8/+15
* scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig2021-07-301-51/+15
* scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-301-5/+8
* scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-232/+72
* scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-281-94/+1
* scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig2021-07-281-2/+22
* scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-07-281-1/+4
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-1/+1
* | scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-0/+2
|/
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* bsg: free the request before return error codePan Bian2021-01-241-1/+3
* compat_ioctl: bsg: add handlerArnd Bergmann2020-01-031-0/+1
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-8/+1
* scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2019-02-051-54/+14
* scsi: bsg: refactor bsg_ioctlChristoph Hellwig2019-02-051-86/+72
* bsg: deprecate BIDI support in bsgChristoph Hellwig2018-12-211-0/+4
* block: add queue_is_mq() helperJens Axboe2018-11-161-1/+1
* block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman2018-08-271-4/+4
* Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-2/+0
|\
| * bsg: fix bogus EINVAL on non-data commandsTony Battersby2018-07-111-2/+0
* | bsg: remove read/write supportChristoph Hellwig2018-07-121-454/+6
|/
* bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
* block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-291-34/+5
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-3/+2
* bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-131-145/+117
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * block: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn2018-01-241-23/+17
|/
* block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-101-10/+8
* bsg: remove #if 0'ed codeChristoph Hellwig2017-08-291-7/+0
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* block: introduce new block status code typeChristoph Hellwig2017-06-091-3/+3
* bsg: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+6
* Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-1/+1
|\
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
* | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-6/+6
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-3/+3
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-9/+8