aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+11
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie1-0/+11
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-1/+1
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-2/+1
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry1-1/+2
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche1-1/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche1-2/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche1-1/+3
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche1-0/+1
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-3/+1
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig1-9/+2
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-0/+10
2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche1-1/+0
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche1-1/+1
2021-03-29scsi: core: Remove duplicate declarationsWan Jiabing1-2/+0
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-0/+3
2020-10-02scsi: core: Add limitless cmd retry supportMike Christie1-0/+1
2020-06-19scsi: core: Remove scsi_sdb_cacheBean Huo1-1/+0
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke1-2/+0
2020-02-12scsi: core: Delete scsi_use_blk_mqJohn Garry1-1/+0
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-1/+1
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche1-1/+0
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-1/+0
2017-12-07scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche1-1/+0
2017-12-07scsi: core: Introduce scsi_devinfo_key enumeration typeBart Van Assche1-6/+8
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-7/+8
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke1-2/+2
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche1-1/+1
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche1-0/+2
2017-06-12scsi: Introduce scsi_start_queue()Bart Van Assche1-0/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-2/+1
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke1-1/+1
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-3/+0
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-7/+1
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-0/+5
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-0/+1
2016-08-31scsi: move function declarations to scsi_priv.hBaoyou Xie1-0/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
2015-12-02scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke1-2/+1
2015-10-27scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura1-0/+2
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig1-0/+9
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-3/+2
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig1-1/+0
2014-11-24scsi: remove scsi_next_commandChristoph Hellwig1-1/+0