summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_priv.h
AgeCommit message (Expand)Author
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche
2023-08-21scsi: core: Remove unused extern declarationsYue Haibing
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel
2023-05-22scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel
2022-10-18scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche
2022-10-18scsi: core: Fail host creation if creating the proc directory failsBart Van Assche
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche
2021-03-29scsi: core: Remove duplicate declarationsWan Jiabing
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2020-10-02scsi: core: Add limitless cmd retry supportMike Christie
2020-06-19scsi: core: Remove scsi_sdb_cacheBean Huo
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke
2020-02-12scsi: core: Delete scsi_use_blk_mqJohn Garry
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2017-12-07scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche
2017-12-07scsi: core: Introduce scsi_devinfo_key enumeration typeBart Van Assche
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche
2017-06-12scsi: Introduce scsi_start_queue()Bart Van Assche
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds