aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+6
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-0/+6
2024-03-25scsi: core: Fix unremoved procfs host directory regressionGuilherme G. Piccoli1-3/+4
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere1-1/+1
2023-08-21scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-2/+2
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche1-0/+1
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-3/+0
2023-03-24scsi: core: Declare SCSI host template pointer members constBart Van Assche1-2/+2
2023-03-09scsi: core: Fix a procfs host directory removal regressionBart Van Assche1-3/+0
2023-02-21scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche1-0/+2
2023-02-21scsi: core: Fix a source code commentBart Van Assche1-1/+1
2022-10-18scsi: core: Fail host creation if creating the proc directory failsBart Van Assche1-1/+2
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-3/+13
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche1-8/+0
2022-09-01scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche1-5/+5
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+13
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+5
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-08-01scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche1-5/+5
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei1-0/+8
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry1-0/+5
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-8/+6
2022-06-07scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu1-2/+2
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry1-4/+4
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche1-12/+3
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-1/+2
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-9/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche1-2/+21
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche1-1/+1
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-0/+1
2021-10-12scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui1-1/+2
2021-07-12scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler1-0/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+9
2021-06-07scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei1-1/+1
2021-06-07scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei1-2/+6
2021-06-07scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei1-8/+6
2021-06-07scsi: core: Fix error handling of scsi_host_alloc()Ming Lei1-10/+13
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche1-3/+5
2021-05-22scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry1-0/+3
2021-05-14scsi: core: Fix a comment in function scsi_host_dev_release()Xiang Chen1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-6/+1
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke1-0/+1
2020-07-02scsi: core: Register sysfs for SCSI workqueueBob Liu1-3/+5
2020-02-28scsi: core: add scsi_host_busy_iter()Hannes Reinecke1-0/+37
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperHannes Reinecke1-0/+28
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-1/+18
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig1-0/+3
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+5
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-0/+5
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-23/+6
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei1-23/+1
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-1/+23
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-0/+10
2018-04-09scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King1-1/+0
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-3/+1
2018-03-19scsi: remove the old scsi_module.c initialization modelChristoph Hellwig1-23/+0
2018-03-19scsi: core: unexport scsi_host_set_stateChristoph Hellwig1-1/+0
2018-03-14scsi: core: introduce force_blk_mqMing Lei1-0/+1
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche1-3/+0
2018-02-13scsi: core: Move the eh_deadline module parameter definitionBart Van Assche1-6/+6
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche1-0/+6
2017-09-05scsi: Remove Scsi_Host.uspace_req_qBart Van Assche1-8/+0
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-18/+2
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-0/+4
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+8
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-0/+2
2016-08-25scsi: configure runtime pm before calling device_add in scsi_add_host_with_dmaHeiner Kallweit1-4/+8
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig1-2/+0
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-0/+7
2016-02-23scsi: Use ida for host number managementLee Duncan1-8/+14
2016-02-19scsi: Drop runtime PM usage count after host is addedMika Westerberg1-0/+7
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-0/+11
2015-11-30Fix a memory leak in scsi_host_dev_release()Bart Van Assche1-0/+11
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-0/+7
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-1/+0
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke1-2/+2
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-5/+30
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-7/+8
2014-03-15[SCSI] scsi_error: disable eh_deadline if no host_reset_handler is setHannes Reinecke1-1/+1
2013-12-19[SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin1-4/+13
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-1/+13
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke1-0/+7
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2012-07-20[SCSI] Fix device removal NULL pointer dereferenceBart Van Assche1-3/+4
2012-07-20[SCSI] properly initialize atomic_tJosh Hunt1-1/+1
2012-05-10[SCSI] fix oops in all legacy host adapters caused by 6f381faJames Bottomley1-0/+3
2011-10-30[SCSI] Make scsi_free_queue() kill pending SCSI commandsBart Van Assche1-3/+6
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+0
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-2/+0
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+1
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-2/+8
2010-07-27[SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not usedJustin P. Mattock1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+4
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+10
2009-12-04[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley1-3/+10
2009-11-26[SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov1-1/+1
2009-06-21fix race that can give duplicate host numberJoe Eykholt1-2/+6
2009-03-12[SCSI] fix /proc memory leak in the SCSI coreAlan Stern1-1/+2
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+2
2008-10-03[SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-2/+2
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2008-07-12[SCSI] make struct scsi_{host,target}_type staticAdrian Bunk1-1/+1
2008-06-15[SCSI] scsi_host regression: fix scsi host leakMike Christie1-2/+7
2008-04-27[SCSI] fix SLUB WARN_ONJames Bottomley1-8/+8
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke1-0/+1
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke1-2/+10
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-17/+17
2008-04-07[SCSI] hosts.c: removed one unneeded shost->active_mode assignmentDenis Cheng1-1/+0
2008-03-27[SCSI] hosts.c: fixes for "no error" reported after error scenariosJames Smart1-5/+11
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+1
2008-01-24scsi: use class iteration apiDave Young1-11/+13
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley1-8/+1
2008-01-23[SCSI] use dynamically allocated sense bufferFUJITA Tomonori1-1/+8
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-3/+1
2007-10-17[SCSI] make supported_mode default to initiator.James Bottomley1-0/+6
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori1-0/+1
2007-08-01[SCSI] initialize shost_data to zeroFUJITA Tomonori1-1/+1
2007-04-27SCSI: use the proper semaphore to protect the class listsGreg Kroah-Hartman1-2/+2
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori1-0/+4
2006-11-15[SCSI] kill scsi_assign_lockChristoph Hellwig1-2/+2
2006-08-31[SCSI] add shared tag map helpersJames Bottomley1-0/+3
2006-08-06[SCSI] scsi_queue_work() documented return value is incorrectMichael Reed1-1/+3
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-12/+0
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-2/+1
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-4/+4
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo1-9/+0
2005-11-04Merge by HandJames Bottomley1-5/+5
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-5/+5
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro1-1/+2
2005-10-02[SCSI] fix potential panic with proc on module removalJames Bottomley1-1/+1
2005-09-19[SCSI] fix oops on usb storage device disconnectJames Bottomley1-2/+33
2005-09-06[SCSI] switch EH thread startup to the kthread APIChristoph Hellwig1-15/+8
2005-07-30[SCSI] host state model update: mediate host add/remove raceMike Anderson1-0/+2
2005-07-30[SCSI] host state model update: reimplement scsi_host_cancelMike Anderson1-17/+1
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson1-6/+82
2005-06-26[SCSI] remove scsi_set_deviceChristoph Hellwig1-5/+0
2005-06-24[PATCH] make various thing staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+462