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
/
scsi
/
ibmvscsi
/
ibmvfc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue
Martin K. Petersen
1
-3
/
+5
2021-01-20
scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"
Colin Ian King
1
-1
/
+1
2021-01-14
scsi: ibmvfc: Provide modules parameters for MQ settings
Tyrel Datwyler
1
-9
/
+66
2021-01-14
scsi: ibmvfc: Purge SCSI channels after transport loss/reset
Tyrel Datwyler
1
-0
/
+16
2021-01-14
scsi: ibmvfc: Send Cancel MAD down each hw SCSI channel
Tyrel Datwyler
1
-12
/
+97
2021-01-14
scsi: ibmvfc: Add cancel mad initialization helper
Tyrel Datwyler
1
-28
/
+40
2021-01-14
scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setup
Tyrel Datwyler
1
-1
/
+31
2021-01-14
scsi: ibmvfc: Send commands down HW Sub-CRQ when channelized
Tyrel Datwyler
1
-6
/
+33
2021-01-14
scsi: ibmvfc: Set and track hw queue in ibmvfc_event struct
Tyrel Datwyler
1
-0
/
+5
2021-01-14
scsi: ibmvfc: Advertise client support for using hardware channels
Tyrel Datwyler
1
-0
/
+4
2021-01-14
scsi: ibmvfc: Implement channel enquiry and setup commands
Tyrel Datwyler
1
-2
/
+133
2021-01-14
scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handler
Tyrel Datwyler
1
-0
/
+25
2021-01-14
scsi: ibmvfc: Define Sub-CRQ interrupt handler routine
Tyrel Datwyler
1
-0
/
+10
2021-01-14
scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ responses
Tyrel Datwyler
1
-0
/
+86
2021-01-14
scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routine
Tyrel Datwyler
1
-0
/
+20
2021-01-14
scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ Channels
Tyrel Datwyler
1
-0
/
+125
2021-01-14
scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQ
Tyrel Datwyler
1
-0
/
+14
2021-01-14
scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()
Tyrel Datwyler
1
-9
/
+16
2021-01-14
scsi: ibmvfc: Init/free event pool during queue allocation/free
Tyrel Datwyler
1
-10
/
+8
2021-01-14
scsi: ibmvfc: Move event pool init/free routines
Tyrel Datwyler
1
-75
/
+76
2021-01-14
scsi: ibmvfc: Add vhost fields and defaults for MQ enablement
Tyrel Datwyler
1
-0
/
+8
2021-01-14
scsi: ibmvfc: Set default timeout to avoid crash during migration
Brian King
1
-1
/
+3
2021-01-07
scsi: ibmvfc: Relax locking around ibmvfc_queuecommand()
Tyrel Datwyler
1
-8
/
+4
2021-01-07
scsi: ibmvfc: Complete commands outside the host/queue lock
Tyrel Datwyler
1
-13
/
+45
2021-01-07
scsi: ibmvfc: Define per-queue state/list locks
Tyrel Datwyler
1
-19
/
+74
2021-01-07
scsi: ibmvfc: Make command event pool queue specific
Tyrel Datwyler
1
-46
/
+49
2021-01-07
scsi: ibmvfc: Define generic queue structure for CRQs
Tyrel Datwyler
1
-48
/
+87
2021-01-07
scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handle
Tyrel Datwyler
1
-2
/
+2
2020-11-19
scsi: ibmvfc: Advertise client support for targetWWPN using v2 commands
Tyrel Datwyler
1
-1
/
+1
2020-11-19
scsi: ibmvfc: Add support for target_wwpn field in v2 MADs and vfcFrame
Tyrel Datwyler
1
-6
/
+33
2020-11-19
scsi: ibmvfc: Add FC payload retrieval routines for versioned vfcFrames
Tyrel Datwyler
1
-23
/
+54
2020-11-19
scsi: ibmvfc: Add helper for testing capability flags
Tyrel Datwyler
1
-1
/
+8
2020-11-19
scsi: ibmvfc: Add new fields for version 2 of several MADs
Tyrel Datwyler
1
-27
/
+31
2020-11-19
scsi: ibmvfc: Deduplicate common ibmvfc_cmd init code
Tyrel Datwyler
1
-32
/
+24
2020-11-19
scsi: ibmvfc: Use correlation token to tag commands
Tyrel Datwyler
1
-0
/
+4
2020-11-19
scsi: ibmvfc: Remove trailing semicolon
Tyrel Datwyler
1
-1
/
+1
2020-11-19
scsi: ibmvfc: Byte swap login_buf.resp values in attribute show functions
Tyrel Datwyler
1
-2
/
+2
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-14
/
+215
2020-09-22
scsi: ibmvfc: Protect vhost->task_set increment by the host lock
Brian King
1
-1
/
+1
2020-09-15
scsi: ibmvfc: Avoid link down on FS9100 canister reboot
Brian King
1
-13
/
+213
2020-09-09
scsi: ibmvfc: Fix error return in ibmvfc_probe()
Jing Xiangfeng
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-06-15
scsi: Fix trivial spelling
Kieran Bingham
1
-1
/
+1
2020-04-27
scsi: ibmvfc: Don't send implicit logouts prior to NPIV login
Brian King
1
-0
/
+5
2020-03-11
scsi: ibmvfc: Fix NULL return compiler warning
Brian King
1
-1
/
+1
2020-03-11
scsi: ibmvfc: Avoid loss of all paths during SVC node reboot
Brian King
1
-36
/
+171
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+3
2019-08-07
scsi: ibmvfc: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2019-07-23
scsi: ibmvfc: fix WARN_ON during event pool release
Tyrel Datwyler
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-15
/
+1
[next]