index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV port
Giridhar Malavali
2018-12-12
2
-6
/
+6
*
scsi: qla2xxx: Fix NPIV handling for FC-NVMe
Himanshu Madhani
2018-12-12
2
-13
/
+5
*
scsi: qla2xxx: Enable FC-NVME on NPIV ports
Anil Gurumurthy
2018-12-12
1
-0
/
+1
*
scsi: aacraid: change event_wait to a completion
Arnd Bergmann
2018-12-12
6
-22
/
+20
*
scsi: aacraid: change wait_sem to a completion
Arnd Bergmann
2018-12-12
3
-5
/
+5
*
scsi: lpfc: Enable Management features for IF_TYPE=6
James Smart
2018-12-12
4
-7
/
+7
*
Revert "scsi: lpfc: ls_rjt erroneus FLOGIs"
Martin K. Petersen
2018-12-12
2
-21
/
+0
*
scsi: lpfc: update driver version to 12.0.0.9
James Smart
2018-12-07
1
-1
/
+1
*
scsi: lpfc: Fix dif and first burst use in write commands
James Smart
2018-12-07
1
-0
/
+18
*
scsi: lpfc: Fix driver release of fw-logging buffers
James Smart
2018-12-07
4
-26
/
+27
*
scsi: lpfc: Correct topology type reporting on G7 adapters
James Smart
2018-12-07
2
-5
/
+6
*
scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQE
James Smart
2018-12-07
2
-13
/
+3
*
scsi: lpfc: Defer LS_ACC to FLOGI on point to point logins
James Smart
2018-12-07
3
-3
/
+65
*
scsi: lpfc: ls_rjt erroneus FLOGIs
James Smart
2018-12-07
2
-0
/
+21
*
scsi: lpfc: rport port swap discovery issue.
James Smart
2018-12-07
1
-8
/
+35
*
scsi: lpfc: Cap NPIV vports to 256
James Smart
2018-12-07
3
-3
/
+15
*
scsi: lpfc: Fix kernel Oops due to null pring pointers
James Smart
2018-12-07
4
-1
/
+16
*
scsi: lpfc: Fix a duplicate 0711 log message number.
James Smart
2018-12-07
1
-1
/
+1
*
scsi: lpfc: Fix discovery failures during port failovers with lots of vports
James Smart
2018-12-07
7
-34
/
+207
*
scsi: lpfc: refactor mailbox structure context fields
James Smart
2018-12-07
11
-161
/
+165
*
scsi: lpfc: update manufacturer attribute to reflect Broadcom
James Smart
2018-12-07
1
-1
/
+1
*
scsi: lpfc: Fix panic when FW-log buffsize is not initialized
James Smart
2018-12-07
3
-12
/
+21
*
scsi: aha1542: Fix zeroday __udivdi3 warning
James Bottomley
2018-12-07
1
-1
/
+1
*
scsi: zfcp: improve kdoc for return of zfcp_status_read_refill()
Steffen Maier
2018-12-07
1
-4
/
+4
*
scsi: zfcp: fix posting too many status read buffers leading to adapter shutdown
Steffen Maier
2018-12-07
1
-3
/
+3
*
scsi: sun_esp: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-07
1
-4
/
+3
*
scsi: target: perform t10_wwn ID initialisation in target_alloc_device()
David Disseldorp
2018-12-07
1
-14
/
+7
*
scsi: target: remove hardcoded T10 Vendor ID in INQUIRY response
David Disseldorp
2018-12-07
1
-3
/
+5
*
scsi: target: add device vendor_id configfs attribute
David Disseldorp
2018-12-07
1
-0
/
+70
*
scsi: target: consistently null-terminate t10_wwn strings
David Disseldorp
2018-12-07
6
-102
/
+63
*
scsi: target: use consistent left-aligned ASCII INQUIRY data
David Disseldorp
2018-12-07
1
-5
/
+12
*
scsi: qla2xxx: NULL check before some freeing functions is not needed
Thomas Meyer
2018-12-07
1
-16
/
+8
*
scsi: qedf: NULL check before some freeing functions is not needed
Thomas Meyer
2018-12-07
1
-2
/
+1
*
scsi: megaraid_sas: NULL check before some freeing functions is not needed
Thomas Meyer
2018-12-07
3
-16
/
+8
*
scsi: qla2xxx: Split the __qla2x00_abort_all_cmds() function
Bart Van Assche
2018-12-07
1
-38
/
+36
*
scsi: csiostor: remove flush_scheduled_work()
Varun Prakash
2018-12-07
1
-1
/
+0
*
scsi: zfcp: make DIX experimental, disabled, and independent of DIF
Fedor Loshakov
2018-12-07
3
-3
/
+11
*
scsi: BusLogic: mark expected switch fall-through
Gustavo A. R. Silva
2018-12-07
1
-0
/
+1
*
scsi: ufs: Remove redundant sense size definition
Avri Altman
2018-12-07
2
-12
/
+9
*
scsi: snic: Use vzalloc
Sabyasachi Gupta
2018-12-07
1
-2
/
+1
*
scsi: fnic: Use vzalloc
Sabyasachi Gupta
2018-12-07
1
-2
/
+1
*
scsi: target/core: Reduce the amount of code executed with a spinlock held
Bart Van Assche
2018-12-07
1
-6
/
+2
*
scsi: target/core: Make ABORT and LUN RESET handling synchronous
Bart Van Assche
2018-12-07
4
-134
/
+148
*
scsi: target/core: Fix TAS handling for aborted commands
Bart Van Assche
2018-12-07
6
-89
/
+10
*
scsi: target/core: Simplify the code for aborting SCSI commands
Bart Van Assche
2018-12-07
3
-20
/
+11
*
scsi: target/core: Make it possible to wait from more than one context for co...
Bart Van Assche
2018-12-07
2
-6
/
+11
*
scsi: target/core: Use system workqueues for TMF
Bart Van Assche
2018-12-07
3
-18
/
+1
*
scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough
Bart Van Assche
2018-12-07
4
-12
/
+32
*
scsi: target/core: Simplify transport_clear_lun_ref()
Bart Van Assche
2018-12-07
4
-33
/
+5
*
scsi: target/core: Use kvcalloc() instead of open-coding it
Bart Van Assche
2018-12-07
1
-7
/
+4
[next]