index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-10
scsi: pm8001: fix double free in pm8001_pci_probe
Pan Bian
1
-3
/
+2
2017-08-10
scsi: megaraid_sas: fix allocate instance->pd_info twice
weiping
1
-5
/
+3
2017-08-10
scsi: esp_scsi: Always clear msg_out_len after MESSAGE OUT phase
Finn Thain
1
-0
/
+2
2017-08-10
scsi: esp_scsi: Avoid sending ABORT TASK SET messages
Finn Thain
1
-4
/
+7
2017-08-10
scsi: esp_scsi: Clean up control flow and dead code
Finn Thain
2
-27
/
+14
2017-08-10
scsi: mac_esp: Fix PIO transfers for MESSAGE IN phase
Finn Thain
1
-17
/
+18
2017-08-10
scsi: mac_esp: Avoid type warning from sparse
Finn Thain
1
-1
/
+1
2017-08-10
arcmsr: add const to bin_attribute structures
Bhumika Goyal
1
-3
/
+3
2017-08-10
scsi: zfcp: early returns for traces disabled via level
Martin Peschke
1
-8
/
+46
2017-08-10
scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescan
Martin Peschke
1
-1
/
+1
2017-08-10
scsi: zfcp: clean up a member of struct zfcp_qdio that was assigned but never...
Martin Peschke
2
-3
/
+0
2017-08-10
scsi: zfcp: clean up no longer existent prototype from zfcp API header
Steffen Maier
1
-1
/
+0
2017-08-10
scsi: zfcp: clean up redundant code with fall through in link down SRB switch...
Martin Peschke
1
-2
/
+0
2017-08-10
scsi: zfcp: fix kernel doc comment typos for struct zfcp_dbf_scsi
Steffen Maier
1
-3
/
+3
2017-08-10
scsi: zfcp: use endianness conversions with common FC(P) struct fields
Steffen Maier
4
-35
/
+43
2017-08-10
scsi: zfcp: use common code fcp_cmnd and fcp_resp with union in fsf_qtcb_bott...
Steffen Maier
4
-10
/
+17
2017-08-10
scsi: zfcp: clarify that we don't need "link" test on failed open port
Steffen Maier
1
-1
/
+3
2017-08-10
scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan response
Steffen Maier
1
-2
/
+2
2017-08-10
scsi: zfcp: trace high part of "new" 64 bit SCSI LUN
Steffen Maier
2
-2
/
+4
2017-08-10
scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late res...
Steffen Maier
1
-1
/
+5
2017-08-10
scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records
Steffen Maier
1
-4
/
+17
2017-08-10
scsi: zfcp: fix missing trace records for early returns in TMF eh handlers
Steffen Maier
1
-2
/
+6
2017-08-10
scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA
Steffen Maier
2
-7
/
+8
2017-08-10
scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records
Steffen Maier
2
-3
/
+11
2017-08-10
scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path
Benjamin Block
1
-1
/
+5
2017-08-10
scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled
Steffen Maier
1
-1
/
+2
2017-08-10
scsi: zfcp: convert bool-definitions to use 'true' instead of '1'
Benjamin Block
2
-2
/
+2
2017-08-10
scsi: zfcp: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-08-10
scsi: zfcp: use setup_timer instead of init_timer
Lukáš Korenčik
1
-3
/
+2
2017-08-10
scsi: zfcp: replace zfcp_qdio_sbale_count by sg_nents
LABBE Corentin
2
-17
/
+1
2017-08-10
scsi: libcxgbi: use ndev->ifindex to find route
Varun Prakash
1
-9
/
+18
2017-08-10
scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'
Christophe JAILLET
1
-4
/
+4
2017-08-10
scsi: aic7xxx: regenerate firmware files
Michał Mirosław
3
-1102
/
+227
2017-08-07
scsi: aic7xxx: fix firmware build deps
Michał Mirosław
1
-2
/
+4
2017-08-07
scsi: aic7xxx: remove empty function
Michał Mirosław
3
-7
/
+0
2017-08-07
scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmnd
Steffen Maier
1
-5
/
+26
2017-08-07
scsi: qla2xxx: Fix remoteport disconnect for FC-NVMe
himanshu.madhani@cavium.com
2
-8
/
+38
2017-08-07
scsi: qla2xxx: Simpify unregistration of FC-NVMe local/remote ports
himanshu.madhani@cavium.com
2
-53
/
+12
2017-08-07
scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devices
Duane Grigsby
7
-23
/
+99
2017-08-07
scsi: qla2xxx: Move function prototype to correct header
himanshu.madhani@cavium.com
4
-18
/
+23
2017-08-07
scsi: qla2xxx: Cleanup FC-NVMe code
himanshu.madhani@cavium.com
3
-40
/
+33
2017-08-07
scsi: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
3
-28
/
+16
2017-08-07
scsi: Convert to using %pOF instead of full_name
Rob Herring
1
-7
/
+6
2017-08-07
scsi: fusion: fix string overflow warning
Arnd Bergmann
1
-4
/
+4
2017-08-07
scsi: gdth: increase the procfs event buffer size
Arnd Bergmann
1
-1
/
+1
2017-08-07
scsi: fnic: fix format string overflow warning
Arnd Bergmann
1
-1
/
+1
2017-08-07
scsi: gdth: avoid buffer overflow warning
Arnd Bergmann
1
-1
/
+1
2017-08-07
scsi: mpt3sas: fix format overflow warning
Arnd Bergmann
1
-1
/
+1
2017-08-07
scsi: megaraid: fix format-overflow warning
Arnd Bergmann
1
-2
/
+4
2017-08-07
scsi: pmcraid: Replace PCI pool old API
Romain Perier
2
-6
/
+6
[next]