summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_priv.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere1-1/+1
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei1-1/+1
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+0
2023-08-21scsi: core: Remove unused extern declarationsYue Haibing1-2/+0
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel1-0/+1
2023-05-22scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel1-0/+5
2022-10-18scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche1-2/+2
2022-10-18scsi: core: Fail host creation if creating the proc directory failsBart Van Assche1-2/+2
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