aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ps3 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier1-3/+3
2018-12-07scsi: sun_esp: Use of_node_name_eq for node name comparisonsRob Herring1-4/+3
2018-12-07scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp1-14/+7
2018-12-07scsi: target: remove hardcoded T10 Vendor ID in INQUIRY responseDavid Disseldorp1-3/+5
2018-12-07scsi: target: add device vendor_id configfs attributeDavid Disseldorp1-0/+70
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp6-102/+63
2018-12-07scsi: target: use consistent left-aligned ASCII INQUIRY dataDavid Disseldorp1-5/+12
2018-12-07scsi: qla2xxx: NULL check before some freeing functions is not neededThomas Meyer1-16/+8
2018-12-07scsi: qedf: NULL check before some freeing functions is not neededThomas Meyer1-2/+1
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer3-16/+8
2018-12-07scsi: qla2xxx: Split the __qla2x00_abort_all_cmds() functionBart Van Assche1-38/+36
2018-12-07scsi: csiostor: remove flush_scheduled_work()Varun Prakash1-1/+0
2018-12-07scsi: zfcp: make DIX experimental, disabled, and independent of DIFFedor Loshakov3-3/+11
2018-12-07scsi: BusLogic: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-12-07scsi: ufs: Remove redundant sense size definitionAvri Altman2-12/+9
2018-12-07scsi: snic: Use vzallocSabyasachi Gupta1-2/+1
2018-12-07scsi: fnic: Use vzallocSabyasachi Gupta1-2/+1
2018-12-07scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche1-6/+2
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche4-134/+148
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche6-89/+10
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche3-20/+11
2018-12-07scsi: target/core: Make it possible to wait from more than one context for command completionBart Van Assche2-6/+11
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche3-18/+1
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche4-12/+32
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche4-33/+5
2018-12-07scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche1-7/+4
2018-12-07scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche1-1/+1
2018-11-28scsi: xen-scsifront: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-28scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-28scsi: megaraid: megaraid_sas_base: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-28scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-28scsi: hpsa: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-11-28scsi: aacraid: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-28scsi: aacraid: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2018-11-28scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche1-7/+7
2018-11-28scsi: mpt3sas: fix spelling mistake "manufaucturing" -> "manufacturing"Colin Ian King1-1/+1
2018-11-28scsi: ufs: add fall through annotationTomas Winkler1-0/+3
2018-11-28scsi: qedi: Update driver version to 8.33.0.21Nilesh Javali1-2/+2
2018-11-28scsi: qedi: Move LL2 producer index processing in BH.Manish Rangankar1-12/+19
2018-11-28scsi: qedi: add module param to set ping packet sizeNilesh Javali2-5/+9
2018-11-28scsi: qedi: Add packet filter in light L2 Rx path.Manish Rangankar1-0/+24
2018-11-28scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar1-0/+3
2018-11-28scsi: qedi: Allocate IRQs based on msix_cntNilesh Javali1-1/+1
2018-11-28scsi: qedi: Replace PAGE_SIZE with QEDI_PAGE_SIZENilesh Javali1-7/+9
2018-11-28scsi: qedi: Fix spelling mistake "OUSTANDING" -> "OUTSTANDING"Nilesh Javali2-3/+3
2018-11-28scsi: qedi: Cleanup redundant QEDI_PAGE_SIZE macro definitionNilesh Javali1-2/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp12-26/+28
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp22-165/+109
2018-11-28scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp2-3/+1
2018-11-21scsi: lpfc: Use dma_zalloc_coherentSabyasachi Gupta1-2/+1