aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_devinfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10scsi: devinfo: Replace strncpy() and manual padJustin Stitt1-8/+10
2024-01-23scsi: core: Safe warning about bad dev info stringPetr Mladek1-3/+3
2023-03-16scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj1-0/+1
2023-03-09scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan1-1/+2
2021-07-21scsi: core: Add BLIST_IGN_MEDIA_CHANGE for Ultra HS-SD/MMC USB card readersMartin Kepplinger1-0/+1
2021-06-01scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-VEwan D. Milne1-0/+1
2020-10-26scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab1-1/+2
2020-07-08scsi: dh: Add Fujitsu device to devinfo and dh listsSteve Schremmer1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2019-07-11scsi: devinfo: BLIST_TRY_VPD_PAGES for SanDisk Cruzer BladeMarcos Paulo de Souza1-0/+2
2019-04-03scsi: core: add new RDAC LENOVO/DE_Series deviceXose Vazquez Perez1-0/+1
2018-04-20scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUSMartin Wilck1-0/+1
2018-04-20scsi: devinfo: add BLIST_RETRY_ITF for EMC SymmetrixMartin Wilck1-1/+2
2018-04-20scsi: devinfo: warn on undefined blist flagsMartin Wilck1-0/+6
2018-04-20scsi: devinfo: change blist_flag_t to 64bitMartin Wilck1-5/+13
2018-04-18scsi: devinfo: delete duplicate "Generic"/"USB Storage-SMC" deviceXose Vazquez Perez1-2/+1
2018-04-09scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklistRoss Lagerwall1-1/+1
2018-03-21scsi: devinfo: remove dasd devices from the scsi subsystemXose Vazquez Perez1-10/+0
2018-03-21scsi: devinfo: remove DF arrays from HPXose Vazquez Perez1-2/+0
2018-03-21scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arraysXose Vazquez Perez1-0/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+17
2018-01-22scsi: devinfo: fix format of the device listXose Vazquez Perez1-4/+3
2017-12-14scsi: core: Use blist_flags_t consistentlyBart Van Assche1-4/+2
2017-12-07scsi: devinfo: replace "Dell PV 650F" with "EMC CLARiiON"Xose Vazquez Perez1-2/+2
2017-12-07scsi: devinfo: apply to HP XP the same flags as Hitachi VSPXose Vazquez Perez1-1/+1
2017-12-07scsi: devinfo: Apply to HP-rebranded the same flags as HitachiXose Vazquez Perez1-3/+2
2017-12-07scsi: core: Introduce scsi_devinfo_key enumeration typeBart Van Assche1-6/+8
2017-12-07scsi: core: scsi_get_device_flags_keyed(): Always return device flagsBart Van Assche1-6/+1
2017-12-04scsi: scsi_devinfo: cleanly zero-pad devinfo stringsMartin Wilck1-15/+7
2017-12-04scsi: scsi_devinfo: handle non-terminated stringsMartin Wilck1-2/+3
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-9/+9
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-34/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entryKurt Garloff1-1/+1
2017-10-17scsi: scsi_devinfo: Add TRY_VPD_PAGES to HITACHI OPEN-V blacklist entryHannes Reinecke1-1/+1
2017-10-17scsi: scsi_devinfo: Add 'AIX VDASD' to blacklistHannes Reinecke1-0/+1
2017-10-17scsi: scsi_devinfo: fixup string compareHannes Reinecke1-10/+13
2017-10-17scsi: scsi_devinfo: Whitespace fixesHannes Reinecke1-22/+22
2016-12-07scsi: scsi_devinfo: remove synchronous ALUA for NETAPP devicesXose Vazquez Perez1-2/+0
2016-08-16scsi: blacklist all RDAC devices for BLIST_NO_ULD_ATTACHXose Vazquez Perez1-0/+4
2016-06-29SCSI: fix new bug in scsi_dev_info_list string matchingAlan Stern1-4/+6
2016-05-31scsi: Add QEMU CD-ROM to VPD Inquiry BlacklistEwan D. Milne1-0/+1
2016-02-23scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke1-0/+2
2016-02-11Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-0/+1
2016-02-09SCSI: Add Marvell configuration device to VPD blacklistTodd Fujinaka1-0/+1
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-0/+1
2016-02-04SCSI: Add Marvell Console to VPD blacklistMika Westerberg1-0/+1
2016-01-07scsi: add Synology to 1024 sector blacklistMike Christie1-0/+1
2015-10-27SCSI: fix bug in scsi_dev_info_list matchingAlan Stern1-34/+35
2015-10-27SCSI: refactor device-matching code in scsi_devinfo.cAlan Stern1-71/+41
2015-04-27SCSI: add 1024 max sectors black list flagMike Christie1-0/+1
2014-12-15scsi: blacklist RSOC for Microsoft iSCSI target devicesMartin K. Petersen1-0/+1
2014-11-20scsi: add Intel Multi-Flex to scsi scan blacklistChristian Sünkenberg1-0/+1
2014-07-29scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz1-0/+1
2013-06-24[SCSI] Workaround for disks that report bad optimal transfer lengthMartin K. Petersen1-0/+1
2012-09-24[SCSI] Disable DIF on Hitachi Ultrastar 15K300Martin K. Petersen1-0/+1
2011-06-29[SCSI] Blacklist Traxdata CDR4120 and IOMEGA Zip drive to avoid lock ups.Werner Fink1-0/+2
2011-01-24[SCSI] Add scsi_dev_info_list_del_keyed()Peter Jones1-0/+85
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-04[SCSI] fix func names in kernel-docRandy Dunlap1-2/+2
2009-12-04[SCSI] scsi_devinfo: update Hitachi entries (v2)Takahiro Yasui1-5/+4
2009-06-21enhance device info matching for multiple tablesJames Bottomley1-22/+225
2009-06-15[SCSI] don't attach ULD to Dell Universal XportJames Bottomley1-0/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-01-13[SCSI] Add SUN Universal Xport to no attach blacklistILLES, Marton1-0/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-3/+3
2008-04-29proc: switch /proc/scsi/device_info to seq_file interfaceAlexey Dobriyan1-33/+44
2008-01-11[SCSI] kernel-doc: use correct function nameRandy Dunlap1-1/+1
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-19/+15
2007-10-12[SCSI] Add QUANTUM XP34301 to the blacklistMatthew Wilcox1-0/+1
2007-07-28[SCSI] add easyRAID to the no report luns blacklistakpm@linux-foundation.org1-0/+3
2007-07-14[SCSI] Add Brownie 1200U3P to blacklistMatthew Wilcox1-0/+1
2007-05-16[SCSI] stex: fix id mapping issueEd Lin1-0/+1
2006-10-01[SCSI] scsi_devinfo: scsi2 HP and Hitachi entriesMike Christie1-0/+13
2006-10-01[SCSI] scsi_devinfo: add nec iStorageMike Christie1-0/+1
2006-10-01[SCSI] scsi_devinfo: add TornadoMike Christie1-0/+1
2006-10-01[SCSI] scsi_devinfo: add EMC InvistaMike Christie1-0/+1
2006-06-26[SCSI] HP XP devinfo updateHannes Reinecke1-1/+1
2006-06-10Merge ../linux-2.6James Bottomley1-0/+3
2006-05-19[SCSI] Blacklist entry for HP dat changerThomas Bogendoerfer1-0/+1
2006-04-27[SCSI] scsi: Add IBM 2104-DU3 to blistBrian King1-0/+2
2006-04-14Merge ../scsi-rc-fixes-2.6James Bottomley1-1/+3
2006-04-14[SCSI] BLIST_ATTACH_PQ3 flagsKurt Garloff1-0/+2
2006-04-13[SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictionsJames Bottomley1-1/+3
2006-03-02[SCSI] Add Brownie to blacklistMatthew Wilcox1-0/+1
2005-12-13[SCSI] correct some dropped const compiler warningsJames Bottomley1-2/+3
2005-10-17[SCSI] 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.cKarl Magnus Kolstoe1-0/+1
2005-09-13[SCSI] blacklist REPORT LUNS usage on transtec arraysJames Bottomley1-0/+1
2005-09-06[SCSI] Universal Xport no attach blacklistAnton Blanchard1-0/+1
2005-08-12[SCSI] Make the HSG80 a REPORTLUN2 deviceJames Bottomley1-1/+1
2005-08-08[SCSI] blacklist addition.Dave Jones1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+564