summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_scan.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-13scsi: core: Add lock context annotationsBart Van Assche1-0/+5
2026-08-13scsi: core: Pass the SCSI host pointer directly to scanning functionsBart Van Assche1-21/+26
2026-06-01scsi: Revert "scsi: Fix sas_user_scan() to handle wildcard and multi-channel ...Martin Wilck1-1/+1
2026-05-22scsi: core: Convert INQUIRY informationBart Van Assche1-6/+12
2026-05-22scsi: core: Use the INQUIRY-related constantsBart Van Assche1-5/+10
2026-05-14scsi: core: scsi_scan: Fix typo in commentMd Shofiqul Islam1-1/+1
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen1-5/+2
2026-03-07scsi: core: Drop using the host_lock to protect async_scan race conditionChaohai Chen1-8/+2
2026-03-07scsi: core: Fix error handling for scsi_alloc_sdev()Junxiao Bi1-6/+2
2026-02-28scsi: core: Fix refcount leak for tagset_refcntJunxiao Bi1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-12scsi: core: Support allocating a pseudo SCSI deviceHannes Reinecke1-1/+66
2025-11-12scsi: core: Move two statementsBart Van Assche1-3/+4
2025-07-24scsi: Fix sas_user_scan() to handle wildcard and multi-channel scansRanjan Kumar1-1/+1
2025-06-16scsi: core: Remember if a device is an ATA deviceDamien Le Moal1-1/+2
2025-03-02scsi: core: Fix missing lock protectionChaohai Chen1-2/+3
2025-02-03scsi: core: Use GFP_NOIO to avoid circular locking dependencyRik van Riel1-1/+1
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-10scsi: scsi_scan: Add kernel-doc for exported functionRandy Dunlap1-0/+20
2024-12-04scsi: core: Remove the .slave_configure() methodBart Van Assche1-3/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-5/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-05-30scsi: core: Pass sdev to blk_mq_alloc_queue()John Garry1-2/+1
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-33/+41
2024-04-11scsi: core: Add a device_configure method to the host templateChristoph Hellwig1-21/+26
2024-04-11scsi: core: Use the atomic queue limits API in scsi_add_lun()Christoph Hellwig1-13/+15
2024-04-11scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig1-2/+3
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal1-0/+34
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-42/+65
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-1/+1
2024-01-29scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie1-23/+32
2024-01-29scsi: core: Retry INQUIRY after timeoutMike Christie1-0/+4
2024-01-29scsi: core: Have midlayer retry scsi_probe_lun() errorsMike Christie1-18/+28
2023-10-10scsi: Do not rescan devices with a suspended queueDamien Le Moal1-5/+6
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+17
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+17
2023-09-21scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal1-1/+1
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-2/+2
2023-05-22scsi: core: Detect support for command duration limitsDamien Le Moal1-0/+3
2023-03-09scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan1-0/+3
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+16
2023-01-26scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRES...Martin K. Petersen1-4/+3
2023-01-13scsi: core: Convert to scsi_execute_cmd()Mike Christie1-10/+16
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3