summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-17scsi: aacraid: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-8/+9
2020-03-17scsi: zfcp: log FC Endpoint Security errorsJens Remus2-0/+70
2020-03-17scsi: zfcp: enhance handling of FC Endpoint Security errorsJens Remus2-2/+12
2020-03-17scsi: zfcp: trace FC Endpoint Security of FCP devices and connectionsJens Remus5-8/+100
2020-03-17scsi: zfcp: log FC Endpoint Security of connectionsJens Remus2-1/+54
2020-03-17scsi: zfcp: report FC Endpoint Security in sysfsJens Remus5-6/+170
2020-03-17scsi: zfcp: auto variables for dereferenced structs in open port handlerJens Remus1-6/+7
2020-03-17scsi: zfcp: fix fc_host attributes that should be unknown on local link downSteffen Maier1-18/+21
2020-03-17scsi: zfcp: wire previously driver-specific sysfs attributes also to fc_hostSteffen Maier2-0/+15
2020-03-17scsi: zfcp: expose fabric name as common fc_host sysfs attributeSteffen Maier2-0/+6
2020-03-17scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-pointSteffen Maier1-1/+1
2020-03-16scsi: scsi_trace: Use get_unaligned_be24()Bart Van Assche1-4/+2
2020-03-16scsi: st: Use get_unaligned_be24() and sign_extend32()Bart Van Assche1-2/+2
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche4-19/+1
2020-03-16scsi: hisi_sas: Use dev_err() in read_iost_itct_cache_v3_hw()Luo Jiaxing1-1/+2
2020-03-11scsi: core: avoid repetitive logging of device offline messagesEwan D. Milne1-2/+6
2020-03-11scsi: docs: convert arcmsr_spec.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-03-11scsi: docs: convert ufs.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert sym53c8xx_2.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert st.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-03-11scsi: docs: convert smartpqi.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert scsi.txt to ReSTMauro Carvalho Chehab1-8/+8
2020-03-11scsi: docs: convert scsi-generic.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert scsi-changer.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert qlogicfas.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert ppa.txt to ReSTMauro Carvalho Chehab1-2/+2
2020-03-11scsi: docs: convert NinjaSCSI.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert ncr53c8xx.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert g_NCR5380.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert FlashPoint.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert dpti.txt to ReSTMauro Carvalho Chehab4-4/+4
2020-03-11scsi: docs: convert dc395x.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert BusLogic.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-03-11scsi: docs: convert aic7xxx.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert aic79xx.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: docs: convert aha152x.txt to ReSTMauro Carvalho Chehab2-3/+3
2020-03-11scsi: docs: convert aacraid.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: qla2xxx: add ring buffer for tracing debug logsRajan Shanmugavelu1-3/+20
2020-03-11scsi: aacraid: clean up warning cast-function-typePhong Tran1-1/+6
2020-03-11scsi: ufs-mediatek: fix HOST_PA_TACTIVATE quirk for Samsung UFS DevicesStanley Chu1-1/+3
2020-03-11scsi: ibmvfc: Fix NULL return compiler warningBrian King1-1/+1
2020-03-11scsi: fusion: fix if-statement empty body warningRandy Dunlap1-2/+3
2020-03-11scsi: iscsi: Add support for asynchronous iSCSI session destructionFrank Mayhar1-0/+38
2020-03-11scsi: aacraid: Disabling TM path and only processing IOP resetSagar Biradar2-10/+26
2020-03-11scsi: ibmvfc: Avoid loss of all paths during SVC node rebootBrian King2-37/+173
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva9-12/+12
2020-02-28scsi: ufs: Simplify two testsBart Van Assche1-2/+2
2020-02-28scsi: ufs: Introduce ufshcd_init_lrb()Bart Van Assche1-16/+22
2020-02-28scsi: core: Introduce {init,exit}_cmd_priv()Bart Van Assche1-6/+23
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke5-49/+0