summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_priv.h
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+0
* scsi: core: Remove unused extern declarationsYue Haibing2023-08-211-2/+0
* scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel2023-05-221-0/+1
* scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel2023-05-221-0/+5
* scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche2022-10-181-2/+2
* scsi: core: Fail host creation if creating the proc directory failsBart Van Assche2022-10-181-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-0/+11
|\
| * scsi: core: Add error codes for internal SCSI midlayer useMike Christie2022-09-061-0/+11
* | scsi: core: Fix a use-after-freeBart Van Assche2022-09-011-1/+1
|/
* scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche2022-07-141-1/+1
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
* scsi: core: Remove reserved request time-out handlingJohn Garry2022-07-061-1/+2
* scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche2021-11-291-1/+0
* scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche2021-11-181-1/+1
* scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-161-2/+0
* scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-161-1/+3
* scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche2021-10-161-0/+1
* scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-161-3/+1
* scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-9/+2
* scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-281-0/+10
* scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche2021-06-221-1/+0
* scsi: core: Introduce enum scsi_dispositionBart Van Assche2021-04-151-1/+1
* scsi: core: Remove duplicate declarationsWan Jiabing2021-03-291-2/+0
* scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-041-0/+3
* scsi: core: Add limitless cmd retry supportMike Christie2020-10-021-0/+1
* scsi: core: Remove scsi_sdb_cacheBean Huo2020-06-191-1/+0
* scsi: core: Remove cmd_list functionalityHannes Reinecke2020-02-281-2/+0
* scsi: core: Delete scsi_use_blk_mqJohn Garry2020-02-121-1/+0
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2019-11-011-1/+1
* scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche2019-06-181-1/+0
* scsi: kill off the legacy IO pathJens Axboe2018-11-071-1/+0
* scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche2017-12-071-1/+0
* scsi: core: Introduce scsi_devinfo_key enumeration typeBart Van Assche2017-12-071-6/+8
* scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke2017-11-161-7/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-2/+2
|\
| * scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke2017-09-251-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* scsi: Document which queue type a function is intended forBart Van Assche2017-08-251-1/+1
* scsi: Only add commands to the device command list if required by the LLDBart Van Assche2017-06-121-0/+2
* scsi: Introduce scsi_start_queue()Bart Van Assche2017-06-121-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-2/+1
|\
| * scsi: make asynchronous aborts mandatoryHannes Reinecke2017-04-061-2/+1
| * scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke2017-04-061-1/+1
* | scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-011-3/+0
|/
* scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-271-7/+1
* scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-271-0/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-0/+2
|\
| * scsi: move function declarations to scsi_priv.hBaoyou Xie2016-08-311-0/+2
* | scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-261-0/+1
|/
* scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+1