aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+9
2024-04-11scsi: core: Add a device_configure method to the host templateChristoph Hellwig1-0/+4
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-0/+3
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig1-0/+2
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal1-0/+1
2024-01-23scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang1-3/+3
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2023-10-24scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao1-0/+3
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+1
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-08-21scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-1/+1
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche1-0/+6
2023-03-24scsi: core: Declare SCSI host template pointer members constBart Van Assche1-2/+2
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-1/+13
2022-10-18scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche1-12/+0
2022-10-18scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche1-0/+6
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-0/+2
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche1-3/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-1/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+1
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei1-0/+3
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry1-0/+1
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-02-11scsi: Remove unused member cmd_pool for structure scsi_host_templateXiang Chen1-3/+0
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche1-6/+0
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne1-0/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche1-11/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche1-0/+12
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+1
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche1-1/+1
2021-09-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry1-10/+0
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche1-1/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-34/+50
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-6/+0
2021-03-29scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing1-1/+0
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai1-0/+11
2021-03-04scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei1-33/+39
2021-01-14scsi: core: No retries on abort successMuneendra Kumar1-0/+6
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke1-1/+8
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-0/+7
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28scsi: core: Introduce {init,exit}_cmd_priv()Bart Van Assche1-0/+3
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke1-2/+0
2020-02-28scsi: core: add scsi_host_busy_iter()Hannes Reinecke1-0/+3
2020-02-28scsi: core: add scsi_host_(block,unblock) helper functionHannes Reinecke1-0/+2
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke1-0/+2
2020-02-10scsi: core: remove .for_blk_mqMing Lei1-3/+0
2019-11-12scsi: core: Clean up SG_NONEFinn Thain1-13/+0
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-2/+1
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu1-0/+3
2019-07-22scsi: core: add support for request batchingPaolo Bonzini1-2/+14
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig1-0/+3
2019-03-19scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignmentHannes Reinecke1-3/+3
2019-02-27scsi: kill command serial numberHannes Reinecke1-8/+0
2019-02-26scsi: clean obsolete return values of eh_timed_outAvri Altman1-5/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-2/+4
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+6
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-13/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-0/+6
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-2/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-16/+2
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-0/+1
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-2/+3
2018-03-19scsi: remove the old scsi_module.c initialization modelChristoph Hellwig1-36/+0
2018-03-14scsi: core: introduce force_blk_mqMing Lei1-0/+3
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche1-2/+0
2018-02-15scsi: core: host template attribute groupsStanislav Nijnikov1-0/+6
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05scsi: Remove Scsi_Host.uspace_req_qBart Van Assche1-6/+0
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-5/+0
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-3/+0
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig1-2/+0
2016-11-08scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig1-0/+8
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-4/+1
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig1-4/+2
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-1/+1
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-0/+3
2015-11-19scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov1-0/+3
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-5/+0
2015-01-23block: support different tag allocation policyShaohua Li1-0/+3
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-13/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-13/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-6/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-2/+5
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina1-1/+5
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+5
2014-11-12scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig1-1/+0
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-10/+0
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche1-0/+8
2014-10-29scsi: Fix "choir" and "beeing" malapropsFinn Thain1-1/+1
2014-09-30scsi: fix comment in struct Scsi_Host definitionSebastian Herbszt1-1/+1
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern1-0/+3
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com1-0/+1
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-1/+17
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-5/+2
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-7/+3
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig1-2/+0
2014-07-17tgt: removalBart Van Assche1-21/+0
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-3/+3
2014-07-17scsi: increase upper limit for max_sectorsAkinobu Mita1-2/+2
2014-03-27[SCSI] add support for per-host cmd poolsChristoph Hellwig1-0/+7
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-0/+10
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+6
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke1-0/+5
2013-10-25[SCSI] remove check for 'resetting'Hannes Reinecke1-2/+0
2013-04-09scsi: bury ->proc_info()Al Viro1-2/+1
2013-04-09scsi: saner replacements for ->proc_info()Al Viro1-1/+4
2013-02-24[SCSI] Fix range check in scsi_host_dif_capable()Martin K. Petersen1-2/+2
2012-09-24[SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen1-0/+6
2012-01-08[SCSI] add flag to skip the runtime PM calls on the hostLin Ming1-0/+3
2011-08-29[SCSI] scsi scan: don't fail scans when host is in recoveryMike Christie1-1/+2
2011-08-27[SCSI] scsi: Added support for adapter and firmware resetVikas Chaudhary1-0/+13
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-2/+21
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+7
2010-06-02SCSI: implement sd_unlock_native_capacity()Tejun Heo1-0/+8
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+22
2009-12-04[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley1-1/+15
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+7
2009-11-06[SCSI] Fix incorrect reporting of host protection capabilitiesMartin K. Petersen1-18/+11
2009-10-02[SCSI] sd: Detach DIF from block integrity infrastructureMartin K. Petersen1-4/+11
2009-06-12[SCSI] FC Pass Thru supportJames Smart1-0/+9
2008-10-09block: unify request timeout handlingJens Axboe1-8/+1
2008-07-26[SCSI] Host protection capabilitiesMartin K. Petersen1-0/+84
2008-07-26[SCSI] Make host_no an unsigned intMatthew Wilcox1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2008-05-02[SCSI] add support for variable length extended commandsBoaz Harrosh1-5/+3
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-4/+3
2008-04-07[SCSI] scsi_error: add target reset handlerMike Christie1-0/+1
2008-02-11[SCSI] update SG_ALL to avoid causing chainingJames Bottomley1-2/+6
2008-02-07[SCSI] Small cleanups for scsi_host.hPavel Machek1-19/+25
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-13/+0
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh1-2/+2
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+13
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox1-1/+1
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori1-0/+9
2007-10-12[SCSI] tgt: move tsk_mgmt_response callback to transport classFUJITA Tomonori1-3/+0
2007-10-12[SCSI] tgt: add I_T nexus supportFUJITA Tomonori1-1/+1
2007-07-19[SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg1-1/+1
2007-05-31[SCSI] introduce shost_priv helperChristoph Hellwig1-0/+4
2007-05-22[SCSI] kill scsi host template suspend/resumeTejun Heo1-6/+0
2007-03-20[SCSI] expose eh_timed_out to the host templateJames Bottomley1-0/+13
2007-03-11[SCSI] tgt: fix sesnse buffer problemsFUJITA Tomonori1-14/+5
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori1-0/+43
2006-11-22[SCSI] Make scsi_scan_host work for drivers which find their own targetsMatthew Wilcox1-0/+18
2006-11-15[SCSI] kill scsi_assign_lockChristoph Hellwig1-5/+0
2006-10-11[SCSI] Add ability to scan scsi busses asynchronouslyMatthew Wilcox1-0/+3
2006-08-31[SCSI] add shared tag map helpersJames Bottomley1-0/+7
2006-06-27[SCSI] Block I/O while SG reset operation in progress - the midlayer patchJames Smart1-1/+5
2006-05-15[PATCH] SCSI: implement shost->host_eh_scheduledTejun Heo1-0/+1
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-1/+0
2006-03-24[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.Nigel Cunningham1-1/+1
2006-03-13[SCSI] FC transport : Avoid device offline cases by stalling aborts until dev...James Smart1-14/+0
2006-01-25[SCSI] Remove host template ordered_flush variableTetsuo Takata1-1/+0
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-1/+2
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+0
2006-01-06[PATCH] Suspend support for libataJens Axboe1-0/+6
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo1-1/+0
2005-11-06[SCSI] use a completion in scsi_send_eh_cmndChristoph Hellwig1-2/+3
2005-11-06[SCSI] remove Scsi_Host.eh_activeChristoph Hellwig1-2/+0
2005-10-28[SCSI] kill unused scsi_scan_single_target()Jeff Garzik1-2/+0
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-0/+4
2005-09-19[SCSI] Fix thread termination for the SCSI error handleJames Bottomley1-2/+0
2005-09-19[SCSI] fix oops on usb storage device disconnectJames Bottomley1-0/+9
2005-09-06[SCSI] switch EH thread startup to the kthread APIChristoph Hellwig1-2/+0
2005-07-30[SCSI] add template for scsi_host_set_state()James Bottomley1-0/+1
2005-07-30[SCSI] host state model update: mediate host add/remove raceMike Anderson1-0/+9
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson1-5/+9
2005-06-26[SCSI] remove scsi_set_deviceChristoph Hellwig1-6/+0
2005-05-26[SCSI] Add target alloc/destroy callbacks to the host templateJames Bottomley1-0/+25
2005-04-18[PATCH] scsi: remove volatile from scsi data1-2/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+642