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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-16
scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat
David Disseldorp
3
-7
/
+7
2018-10-16
scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
Xiang Chen
1
-0
/
+3
2018-10-16
scsi: hisi_sas: Use block layer tag instead for IPTT
Xiang Chen
5
-40
/
+70
2018-10-16
scsi: hisi_sas: unmask interrupts ent72 and ent74
Xiang Chen
1
-1
/
+1
2018-10-16
scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
Xiang Chen
2
-2
/
+2
2018-10-16
scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/intern...
Xiang Chen
1
-9
/
+46
2018-10-16
scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()
Luo Jiaxing
1
-2
/
+5
2018-10-16
scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
Luo Jiaxing
1
-0
/
+3
2018-10-16
scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
Nicholas Bellinger
1
-2
/
+2
2018-10-16
scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE usage
Nicholas Bellinger
1
-5
/
+15
2018-10-15
scsi: libfc: retry PRLI if we cannot analyse the payload
Hannes Reinecke
1
-2
/
+6
2018-10-15
scsi: libfc: check fc_frame_payload_get() return value for null
Thomas Abraham
1
-4
/
+10
2018-10-15
scsi: core: Allow state transitions from OFFLINE to BLOCKED
Hannes Reinecke
1
-0
/
+1
2018-10-15
scsi: esp_scsi: remove union in esp_cmd_priv
Christoph Hellwig
2
-11
/
+7
2018-10-15
scsi: esp_scsi: move dma mapping into the core code
Christoph Hellwig
8
-243
/
+47
2018-10-15
scsi: esp_scsi: remove the dev argument to scsi_esp_register
Christoph Hellwig
8
-13
/
+12
2018-10-15
scsi: esp_scsi: use strong typing for the dev field
Christoph Hellwig
3
-28
/
+16
2018-10-15
scsi: sun_esp: don't use GFP_ATOMIC for command block allocation
Christoph Hellwig
1
-1
/
+1
2018-10-15
scsi: am53c974: use the generic DMA API
Christoph Hellwig
1
-17
/
+15
2018-10-15
scsi: ufs: make UFS Tx lane1 clock optional for QCOM platforms
Venkat Gopalakrishnan
1
-26
/
+28
2018-10-15
scsi: ufs: fix integer type usage in uapi header
Arnd Bergmann
1
-5
/
+6
2018-10-15
scsi: lpfc: remove a bogus pci_dma_sync_single_for_device call
Christoph Hellwig
1
-3
/
+0
2018-10-15
scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIs
Christoph Hellwig
1
-34
/
+1
2018-10-10
scsi: arcmsr: clean up clang warning on extraneous parentheses
Colin Ian King
1
-3
/
+3
2018-10-10
scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()
Avri Altman
4
-2
/
+17
2018-10-10
scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()
Avri Altman
1
-4
/
+110
2018-10-10
scsi: ufs: Add API to execute raw upiu commands
Avri Altman
3
-0
/
+184
2018-10-10
scsi: ufs: Use data structure size in pointer arithmetic
Avri Altman
2
-3
/
+2
2018-10-10
scsi: ufs: Add a bsg endpoint that supports UPIUs
Avri Altman
8
-1
/
+192
2018-10-10
scsi: uapi: ufs: Make utp_upiu_req visible to user space
Avri Altman
3
-63
/
+78
2018-10-10
scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helper
Christoph Hellwig
1
-80
/
+61
2018-10-10
scsi: ufs: cleanup struct utp_task_req_desc
Christoph Hellwig
3
-89
/
+34
2018-10-10
scsi: snic: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-10-10
scsi: mpt3sas: Remove unnecessary parentheses and simplify null checks
Nathan Chancellor
1
-2
/
+2
2018-10-10
scsi: mpt3sas: Use dma_pool_zalloc
Souptick Joarder
1
-4
/
+2
2018-10-10
scsi: mpt3sas: Remove unused macro MPT3SAS_FMT
Joe Perches
1
-2
/
+0
2018-10-10
scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levels
Joe Perches
3
-31
/
+28
2018-10-10
scsi: mpt3sas: Remove KERN_WARNING from panic uses
Joe Perches
1
-26
/
+15
2018-10-10
scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:
Joe Perches
1
-5
/
+5
2018-10-10
scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMT
Joe Perches
2
-39
/
+29
2018-10-10
scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>
Joe Perches
7
-1982
/
+1533
2018-10-10
scsi: mpt3sas: Add ioc_<level> logging macros
Joe Perches
1
-0
/
+9
2018-10-10
scsi: MAINTAINERS: Fix typo in cxlflash stanza
Matthew R. Ochs
1
-1
/
+1
2018-09-28
scsi: qla2xxx: Return switch command on a timeout
Himanshu Madhani
1
-6
/
+5
2018-09-28
scsi: NCR5380: Check for bus reset
Finn Thain
1
-29
/
+45
2018-09-28
scsi: NCR5380: Handle BUS FREE during reselection
Finn Thain
1
-0
/
+3
2018-09-28
scsi: NCR5380: Don't call dsprintk() following reselection interrupt
Finn Thain
1
-2
/
+2
2018-09-28
scsi: NCR5380: Don't clear busy flag when abort fails
Finn Thain
1
-4
/
+10
2018-09-28
scsi: NCR5380: Check for invalid reselection target
Finn Thain
1
-0
/
+5
2018-09-28
scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense data
Finn Thain
1
-5
/
+4
[next]