index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.cocciconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
scsi: lpfc: Fix crash on driver unload in wq free
James Smart
1
-6
/
+5
2019-08-20
scsi: lpfc: Fix ELS field alignments
James Smart
1
-3
/
+3
2019-08-20
scsi: lpfc: Fix PLOGI failure with high remoteport count
James Smart
3
-2
/
+19
2019-08-20
scsi: lpfc: Limit xri count for kdump environment
James Smart
1
-0
/
+5
2019-08-20
scsi: lpfc: remove NULL check before some freeing functions
Hariprasad Kelam
1
-12
/
+9
2019-08-20
scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constant
Nishka Dasgupta
1
-1
/
+1
2019-08-20
scsi: lpfc: use spin_lock_irqsave in IRQ context
Fuqian Huang
1
-2
/
+3
2019-08-20
scsi: lpfc: remove redundant code
Fuqian Huang
2
-2
/
+0
2019-08-20
scsi: fnic: remove redundant assignment of variable rc
Colin Ian King
1
-3
/
+1
2019-08-20
scsi: qla2xxx: cleanup trace buffer initialization
Martin Wilck
2
-116
/
+99
2019-08-20
scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eft
Martin Wilck
1
-0
/
+2
2019-08-13
scsi: use __u{8,16,32,64} instead of uint{8,16,32,64}_t in uapi headers
Masahiro Yamada
3
-44
/
+47
2019-08-13
scsi: esas2r: Prefer pcie_capability_read_word()
Frederick Lawler
2
-18
/
+9
2019-08-13
scsi: csiostor: Prefer pcie_capability_read_word()
Frederick Lawler
1
-6
/
+2
2019-08-13
scsi: sym53c8xx_2: remove redundant assignment to retv
Colin Ian King
1
-1
/
+1
2019-08-13
scsi: pmcraid: Fix a typo - pcmraid --> pmcraid
Christophe JAILLET
1
-1
/
+1
2019-08-13
scsi: fas216: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+8
2019-08-13
scsi: megaraid_sas: Introduce module parameter for default queue depth
Chandrakanth Patil
2
-21
/
+92
2019-08-13
scsi: qla2xxx: Fix a NULL pointer dereference
Bart Van Assche
1
-1
/
+2
2019-08-13
scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()
Bart Van Assche
1
-8
/
+6
2019-08-13
scsi: qla2xxx: Remove two superfluous if-tests
Bart Van Assche
1
-14
/
+11
2019-08-13
scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()
Bart Van Assche
4
-35
/
+21
2019-08-13
scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() function
Bart Van Assche
7
-133
/
+45
2019-08-13
scsi: qla2xxx: Report invalid mailbox status codes
Bart Van Assche
2
-0
/
+14
2019-08-13
scsi: qla2xxx: Remove superfluous sts_entry_* casts
Bart Van Assche
1
-10
/
+5
2019-08-13
scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...
Bart Van Assche
4
-30
/
+20
2019-08-13
scsi: qla2xxx: Complain if sp->done() is not called from the completion path
Bart Van Assche
3
-0
/
+12
2019-08-13
scsi: qla2xxx: Make sure that aborted commands are freed
Bart Van Assche
2
-5
/
+12
2019-08-13
scsi: qla2xxx: Introduce qla2xxx_get_next_handle()
Bart Van Assche
4
-114
/
+42
2019-08-13
scsi: qla2xxx: Modify NVMe include directives
Bart Van Assche
2
-1
/
+2
2019-08-13
scsi: qla2xxx: Make qlt_handle_abts_completion() more robust
Bart Van Assche
1
-1
/
+1
2019-08-13
scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI co...
Bart Van Assche
2
-38
/
+8
2019-08-13
scsi: qla2xxx: Introduce the function qla2xxx_init_sp()
Bart Van Assche
1
-13
/
+15
2019-08-13
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
13
-100
/
+54
2019-08-13
scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()
Bart Van Assche
1
-4
/
+2
2019-08-13
scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBs
Bart Van Assche
1
-1
/
+2
2019-08-13
scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endian
Bart Van Assche
2
-7
/
+8
2019-08-13
scsi: qla2xxx: Check secondary image if reading the primary image fails
Bart Van Assche
1
-2
/
+6
2019-08-13
scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()
Bart Van Assche
2
-4
/
+6
2019-08-13
scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs
Bart Van Assche
6
-173
/
+144
2019-08-13
scsi: qla2xxx: Complain if a soft reset fails
Bart Van Assche
1
-1
/
+1
2019-08-13
scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()
Bart Van Assche
2
-10
/
+14
2019-08-13
scsi: qla2xxx: Check the PCI info string output buffer size
Bart Van Assche
5
-42
/
+32
2019-08-13
scsi: qla2xxx: Complain if waiting for pending commands times out
Bart Van Assche
3
-4
/
+10
2019-08-13
scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument const
Bart Van Assche
2
-3
/
+3
2019-08-13
scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
Bart Van Assche
2
-3
/
+7
2019-08-13
scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accesses
Bart Van Assche
1
-4
/
+4
2019-08-13
scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflow
Bart Van Assche
1
-1
/
+1
2019-08-13
scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()
Bart Van Assche
1
-17
/
+0
2019-08-13
scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()
Bart Van Assche
1
-6
/
+5
[next]