Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dad3135e762bdb66318fe5ab902db5c4fbb1ad2f
/
drivers
/
scsi
/
cxlflash
c4a1182
scsi: cxlflash: Fix context reference tracking on detach
by Matthew R. Ochs
· 8 years ago
f801326
scsi: cxlflash: Refactor WWPN setup
by Matthew R. Ochs
· 8 years ago
05dab43
scsi: cxlflash: Improve EEH recovery time
by Matthew R. Ochs
· 8 years ago
1d3324c
scsi: cxlflash: Fix to avoid EEH and host reset collisions
by Matthew R. Ochs
· 8 years ago
babf985
scsi: cxlflash: Remove the device cleanly in the system shutdown path
by Uma Krishnan
· 8 years ago
bbbfae9
scsi: cxlflash: Scan host only after the port is ready for I/O
by Uma Krishnan
· 8 years ago
de9f0b0
scsi: cxlflash: Remove adapter file descriptor cache
by Matthew R. Ochs
· 8 years ago
cd34af4
scsi: cxlflash: Transition to application close model
by Matthew R. Ochs
· 8 years ago
888baf0
scsi: cxlflash: Add kref to context
by Matthew R. Ochs
· 8 years ago
44ef38f
scsi: cxlflash: Cache owning adapter within context
by Matthew R. Ochs
· 8 years ago
41b99e1
scsi: cxlflash: Avoid mutex when destroying context
by Matthew R. Ochs
· 8 years ago
0603006
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
bad60e6
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
1bd2b28
cxlflash: Verify problem state area is mapped before notifying shutdown
by Uma Krishnan
· 8 years ago
1e44727
cxl: remove dead Kconfig options
by Andrew Donnellan
· 8 years ago
704c4b0
cxlflash: Shutdown notify support for CXL Flash cards
by Uma Krishnan
· 8 years ago
96e1b66
cxlflash: Add device dependent flags
by Uma Krishnan
· 8 years ago
f411396
cxlflash: Fix to drain operations from previous reset
by Manoj N. Kumar
· 8 years ago
635f6b0
cxlflash: Fix to resolve dead-lock during EEH recovery
by Manoj N. Kumar
· 9 years ago
6ea7e38
Merge branch 'fixes-base' into fixes
by James Bottomley
· 9 years ago
ea76543
cxlflash: Move to exponential back-off when cmd_room is not available
by Manoj N. Kumar
· 9 years ago
9526f36
cxlflash: Fix regression issue with re-ordering patch
by Manoj N. Kumar
· 9 years ago
d5e2d00
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
ca946d4e
cxlflash: Use new cxl_pci_read_adapter_vpd() API
by Frederic Barrat
· 9 years ago
8343083
cxlflash: Increase cmd_per_lun for better throughput
by Manoj N. Kumar
· 9 years ago
603ecce
cxlflash: Fix to avoid unnecessary scan with internal LUNs
by Manoj N. Kumar
· 9 years ago
5d1952a
cxlflash: Reorder user context initialization
by Uma Krishnan
· 9 years ago
8a96b52
cxlflash: Simplify attach path error cleanup
by Matthew R. Ochs
· 9 years ago
5e6632d
cxlflash: Split out context initialization
by Matthew R. Ochs
· 9 years ago
6ded8b3
cxlflash: Unmap problem state area before detaching master context
by Uma Krishnan
· 9 years ago
961487e
cxlflash: Simplify PCI registration
by Manoj N. Kumar
· 9 years ago
a2746fb
cxlflash: Enable device id for future IBM CXL adapter
by Manoj Kumar
· 9 years ago
b45cdbaf
cxlflash: Resolve oops in wait_port_offline
by Manoj Kumar
· 9 years ago
ee91e33
cxlflash: Fix to resolve cmd leak after host reset
by Manoj Kumar
· 9 years ago
8559921
cxlflash: Removed driver date print
by Uma Krishnan
· 9 years ago
d5e26bb
cxlflash: Fix to avoid virtual LUN failover failure
by Matthew R. Ochs
· 9 years ago
a9be294
cxlflash: Fix to escalate LINK_RESET also on port 1
by Manoj Kumar
· 9 years ago
21891a4
cxlflash: drop unlikely before IS_ERR_OR_NULL
by Geliang Tang
· 9 years ago
e37390b
cxlflash: a couple off by one bugs
by Dan Carpenter
· 9 years ago
a82544c
cxlflash: Fix to avoid bypassing context cleanup
by Matthew R. Ochs
· 9 years ago
0d73122
cxlflash: Fix to avoid lock instrumentation rejection
by Matthew R. Ochs
· 9 years ago
1a47401
cxlflash: Fix to avoid corrupting port selection mask
by Matthew R. Ochs
· 9 years ago
e6e6df3
cxlflash: Fix to escalate to LINK_RESET on login timeout
by Manoj Kumar
· 9 years ago
ee3491b
cxlflash: Fix to avoid leaving dangling interrupt resources
by Matthew R. Ochs
· 9 years ago
aacb4ff
cxlflash: Fix to avoid potential deadlock on EEH
by Matthew R. Ochs
· 9 years ago
fa3f2c6
cxlflash: Correct trace string
by Matthew R. Ochs
· 9 years ago
17ead26
cxlflash: Fix to avoid corrupting adapter fops
by Matthew R. Ochs
· 9 years ago
b22b403
cxlflash: Fix to double the delay each time
by Manoj Kumar
· 9 years ago
af10483
cxlflash: Fix to prevent stale AFU RRQ
by Matthew R. Ochs
· 9 years ago
f15fbf8
cxlflash: Correct spelling, grammar, and alignment mistakes
by Matthew R. Ochs
· 9 years ago
8e78262
cxlflash: Fix to prevent EEH recovery failure
by Matthew R. Ochs
· 9 years ago
1786f4a
cxlflash: Fix MMIO and endianness errors
by Matthew R. Ochs
· 9 years ago
1284fb0
cxlflash: Fix function prolog parameters and return codes
by Matthew R. Ochs
· 9 years ago
6ef6f94
cxlflash: Remove unnecessary scsi_block_requests
by Matthew R. Ochs
· 9 years ago
ed486da
cxlflash: Correct behavior in device reset handler following EEH
by Matthew R. Ochs
· 9 years ago
d804621
cxlflash: Fix to prevent workq from accessing freed memory
by Matthew R. Ochs
· 9 years ago
8b5b1e8
cxlflash: Correct usage of scsi_host_put()
by Matthew R. Ochs
· 9 years ago
e5ce067
cxlflash: Fix AFU version access/storage and add check
by Matthew R. Ochs
· 9 years ago
964497b
cxlflash: Remove dual port online dependency
by Matthew R. Ochs
· 9 years ago
16798d3
cxlflash: Fix async interrupt bypass logic
by Matthew R. Ochs
· 9 years ago
ef51074
cxlflash: Fix host link up event handling
by Matthew R. Ochs
· 9 years ago
8396012
cxlflash: Fix location of setting resid
by Matthew R. Ochs
· 9 years ago
018d1dc95
cxlflash: Fix to avoid stall while waiting on TMF
by Matthew R. Ochs
· 9 years ago
4392ba4
cxlflash: Fix to avoid spamming the kernel log
by Matthew R. Ochs
· 9 years ago
e0f01a2
cxlflash: Refine host/device attributes
by Matthew R. Ochs
· 9 years ago
1530551
cxlflash: Make functions static
by Matthew R. Ochs
· 9 years ago
439e85c
cxlflash: Correct naming of limbo state and waitq
by Matthew R. Ochs
· 9 years ago
0a27ae5
cxlflash: Fix to avoid CXL services during EEH
by Matthew R. Ochs
· 9 years ago
a76df36
cxlflash: Fix context encode mask width
by Matthew R. Ochs
· 9 years ago
e568e23
cxlflash: Fix to avoid sizeof(bool)
by Matthew R. Ochs
· 9 years ago
2843fdb
cxlflash: Fix data corruption when vLUN used over multiple cards
by Matthew R. Ochs
· 9 years ago
22fe1ae
cxlflash: Fix potential oops following LUN removal
by Matthew R. Ochs
· 9 years ago
471a5a6
cxlflash: Fix read capacity timeout
by Manoj Kumar
· 9 years ago
3ebf203
cxlflash: Replace magic numbers with literals
by Manoj Kumar
· 9 years ago
fa4aa63
cxlflash: Fix to avoid invalid port_sel value
by Manoj Kumar
· 9 years ago
8957620
cxlflash: Remove unused variable from queuecommand
by Matthew R. Ochs
· 9 years ago
4da74db
cxlflash: shift wrapping bug in afu_link_reset()
by Dan Carpenter
· 9 years ago
46c6d45
cxlflash: off by one bug in cxlflash_show_port_status()
by Dan Carpenter
· 9 years ago
2cb7926
cxlflash: Virtual LUN support
by Matthew R. Ochs
· 9 years ago
65be2c7
cxlflash: Superpipe support
by Matthew R. Ochs
· 9 years ago
5cdac81
cxlflash: Base error recovery support
by Matthew R. Ochs
· 9 years ago
c21e0bb
cxlflash: Base support for IBM CXL Flash Adapter
by Matthew R. Ochs
· 9 years ago