aboutsummaryrefslogtreecommitdiffstats
path: root/block/bsg.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-06-21bsg: make bsg_class a static const structureIvan Orlov1-7/+11
2023-06-16scsi: bsg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig1-3/+5
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig1-4/+7
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-06-21scsi: core: bsg: Remove usage of the deprecated ida_simple_xxx() APIBo Liu1-2/+2
2021-09-14scsi: bsg: Fix device unregistrationZenghui Yu1-8/+15
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig1-51/+15
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-5/+8
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig1-232/+72
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-94/+1
2021-07-28scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig1-2/+22
2021-07-28scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig1-1/+4
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke1-1/+1
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-0/+2
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2021-01-24bsg: free the request before return error codePan Bian1-1/+3
2020-01-03compat_ioctl: bsg: add handlerArnd Bergmann1-0/+1
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-8/+1
2019-02-05scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig1-54/+14
2019-02-05scsi: bsg: refactor bsg_ioctlChristoph Hellwig1-86/+72
2018-12-21bsg: deprecate BIDI support in bsgChristoph Hellwig1-0/+4
2018-11-16block: add queue_is_mq() helperJens Axboe1-1/+1
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman1-4/+4
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-2/+0
2018-07-12bsg: remove read/write supportChristoph Hellwig1-454/+6
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby1-2/+0
2018-06-15bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev1-11/+11
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig1-34/+5
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-3/+2
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-145/+117
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-24bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn1-23/+17
2017-11-27block: annotate ->poll() instancesAl Viro1-2/+2
2017-11-10block: pass full fmode_t to blk_verify_commandChristoph Hellwig1-10/+8
2017-08-29bsg: remove #if 0'ed codeChristoph Hellwig1-7/+0
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-3/+3
2017-06-01bsg: Check queue type before attaching to a queueBart Van Assche1-0/+6
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-6/+6
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-3/+3
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-9/+8
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-26/+21
2016-12-22sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn1-2/+2
2015-02-04block: Simplify bsg complete allPeter Zijlstra1-47/+25
2014-08-29bsg: fix potential error pointer dereferenceJens Axboe1-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-4/+4
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+2
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-27block: convert to idr_alloc()Tejun Heo1-17/+9
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-3/+1
2011-06-20bsg: fix address space warning from sparseNamhyung Kim1-6/+6
2011-06-20bsg: remove unnecessary conditional expressionsNamhyung Kim1-2/+2
2011-06-20bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim1-1/+1
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart1-0/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+0
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-11-11block: jiffies fixesRandy Dunlap1-1/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-07-01block: get rid of queue-private command filterJens Axboe1-1/+1
2009-06-21block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori1-3/+0
2009-06-15Driver Core: bsg: add nodename for bsg driverKay Sievers1-0/+6
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+4
2009-06-09bsg: setting rq->bio to NULLFUJITA Tomonori1-0/+3
2009-05-11block: add rq->resid_lenTejun Heo1-4/+4
2009-03-26bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh1-3/+0
2009-03-24bsg: add support for tail queuingBoaz Harrosh1-2/+7
2009-02-18bsg: Fix sense buffer bug in SG_IOBoaz Harrosh1-7/+10
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds1-0/+2
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-1/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-3/+4
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+1
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-3/+4
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-2/+3
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori1-33/+11
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+6
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+2
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+27
2008-07-12[SCSI] bsg: fix oops on removeJames Bottomley1-1/+2
2008-07-12[SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori1-3/+6
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-11/+27
2008-05-18bsg: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+9
2008-05-02[SCSI] bsg: add large command supportFUJITA Tomonori1-3/+9
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-14/+29
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-6/+5
2008-04-18[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsFUJITA Tomonori1-2/+0
2008-04-18[SCSI] bsg: remove minor in struct bsg_deviceFUJITA Tomonori1-6/+4
2008-04-18[SCSI] bsg: use better helper list functionsFUJITA Tomonori1-8/+6
2008-04-18[SCSI] bsg: replace kobject_get with blk_get_queueFUJITA Tomonori1-2/+7
2008-04-18[SCSI] bsg: takes a ref to struct device in fops->openFUJITA Tomonori1-6/+13
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-4/+4
2008-02-19block: add request->raw_data_lenTejun Heo1-4/+4
2008-01-30[SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley1-0/+1
2008-01-11[SCSI] libsas, bsg: pass errors through correctlyJames Bottomley1-2/+12
2007-10-16bsg: mark struct file_operations constArjan van de Ven1-1/+1
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+1
2007-07-31[SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori1-3/+7
2007-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-48/+30
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-6/+6
2007-07-23[SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori1-9/+0
2007-07-23[SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori1-39/+30
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-38/+23
2007-07-21[SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori1-1/+2
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-4/+17
2007-07-21[SCSI] bsg: fix bsg_register_queue error pathJames Bottomley1-3/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley1-30/+0
2007-07-17bsg: fix missing space in version printJens Axboe1-1/+1
2007-07-17bsg: minor cleanupFUJITA Tomonori1-3/+5
2007-07-17bsg: device hash table cleanupFUJITA Tomonori1-8/+4
2007-07-17bsg: fix initialization error handling bugsFUJITA Tomonori1-20/+18
2007-07-17bsg: convert to dynamic majorJens Axboe1-13/+12
2007-07-17bsg: address various review commentsJens Axboe1-58/+44
2007-07-16Fix new generic block device SG compileLinus Torvalds1-1/+1
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori1-6/+21
2007-07-16bsg: add bidi supportFUJITA Tomonori1-25/+49
2007-07-16bsg: fix the deadlock on discarding done commandsFUJITA Tomonori1-0/+1
2007-07-16bsg: fix a blocking read bugFUJITA Tomonori1-61/+23
2007-07-16bsg: minor bug fixesFUJITA Tomonori1-1/+3
2007-07-16improve bsg device allocationFUJITA Tomonori1-8/+41
2007-07-16bind bsg to all SCSI devicesFUJITA Tomonori1-7/+52
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori1-20/+17
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+1
2007-07-16bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori1-3/+2
2007-07-16bsg: add cheasy error checks for sysfs stuffJens Axboe1-1/+10
2007-07-16Add queue resizing supportJens Axboe1-64/+32
2007-07-16bsg: silence a bogus gcc warningJens Axboe1-1/+1
2007-07-16bsg: style cleanupJens Axboe1-2/+2
2007-07-16bsg: add SG_IO to SG v4FUJITA Tomonori1-2/+21
2007-07-16bsg: replace SG v3 with SG v4FUJITA Tomonori1-77/+121
2007-07-16bsg: minor cleanupsFUJITA Tomonori1-7/+6
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe1-0/+997