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
/
cxlflash
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-12
cxlflash: Add device dependent flags
Uma Krishnan
1
-2
/
+4
2016-07-12
cxlflash: Fix to drain operations from previous reset
Manoj N. Kumar
1
-13
/
+14
2016-04-05
Merge branch 'fixes-base' into fixes
James Bottomley
1
-16
/
+2
2016-03-28
cxlflash: Move to exponential back-off when cmd_room is not available
Manoj N. Kumar
1
-4
/
+4
2016-03-28
cxlflash: Fix regression issue with re-ordering patch
Manoj N. Kumar
1
-39
/
+91
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-16
/
+2
2016-03-09
cxlflash: Use new cxl_pci_read_adapter_vpd() API
Frederic Barrat
1
-16
/
+2
2016-03-08
cxlflash: Increase cmd_per_lun for better throughput
Manoj N. Kumar
1
-1
/
+1
2016-03-08
cxlflash: Fix to avoid unnecessary scan with internal LUNs
Manoj N. Kumar
1
-0
/
+10
2016-03-08
cxlflash: Unmap problem state area before detaching master context
Uma Krishnan
1
-3
/
+3
2016-03-08
cxlflash: Simplify PCI registration
Manoj N. Kumar
1
-53
/
+1
2016-01-06
cxlflash: Enable device id for future IBM CXL adapter
Manoj Kumar
1
-0
/
+3
2016-01-06
cxlflash: Resolve oops in wait_port_offline
Manoj Kumar
1
-3
/
+24
2016-01-06
cxlflash: Fix to resolve cmd leak after host reset
Manoj Kumar
1
-2
/
+17
2016-01-06
cxlflash: Removed driver date print
Uma Krishnan
1
-2
/
+1
2016-01-06
cxlflash: Fix to escalate LINK_RESET also on port 1
Manoj Kumar
1
-1
/
+1
2015-10-30
cxlflash: Fix to avoid lock instrumentation rejection
Matthew R. Ochs
1
-0
/
+1
2015-10-30
cxlflash: Fix to escalate to LINK_RESET on login timeout
Manoj Kumar
1
-1
/
+1
2015-10-30
cxlflash: Fix to avoid leaving dangling interrupt resources
Matthew R. Ochs
1
-12
/
+16
2015-10-30
cxlflash: Correct trace string
Matthew R. Ochs
1
-1
/
+1
2015-10-30
cxlflash: Fix to avoid corrupting adapter fops
Matthew R. Ochs
1
-0
/
+1
2015-10-30
cxlflash: Fix to double the delay each time
Manoj Kumar
1
-1
/
+1
2015-10-30
cxlflash: Fix to prevent stale AFU RRQ
Matthew R. Ochs
1
-0
/
+3
2015-10-30
cxlflash: Correct spelling, grammar, and alignment mistakes
Matthew R. Ochs
1
-35
/
+27
2015-10-30
cxlflash: Fix MMIO and endianness errors
Matthew R. Ochs
1
-12
/
+13
2015-10-30
cxlflash: Fix function prolog parameters and return codes
Matthew R. Ochs
1
-44
/
+26
2015-10-30
cxlflash: Remove unnecessary scsi_block_requests
Matthew R. Ochs
1
-2
/
+0
2015-10-30
cxlflash: Correct behavior in device reset handler following EEH
Matthew R. Ochs
1
-3
/
+2
2015-10-30
cxlflash: Fix to prevent workq from accessing freed memory
Matthew R. Ochs
1
-1
/
+1
2015-10-30
cxlflash: Correct usage of scsi_host_put()
Matthew R. Ochs
1
-1
/
+2
2015-10-30
cxlflash: Fix AFU version access/storage and add check
Matthew R. Ochs
1
-6
/
+12
2015-10-30
cxlflash: Remove dual port online dependency
Matthew R. Ochs
1
-17
/
+10
2015-10-30
cxlflash: Fix async interrupt bypass logic
Matthew R. Ochs
1
-1
/
+1
2015-10-30
cxlflash: Fix host link up event handling
Matthew R. Ochs
1
-4
/
+13
2015-10-30
cxlflash: Fix location of setting resid
Matthew R. Ochs
1
-12
/
+8
2015-10-30
cxlflash: Fix to avoid stall while waiting on TMF
Matthew R. Ochs
1
-22
/
+33
2015-10-30
cxlflash: Fix to avoid spamming the kernel log
Matthew R. Ochs
1
-50
/
+59
2015-10-30
cxlflash: Refine host/device attributes
Matthew R. Ochs
1
-42
/
+138
2015-10-30
cxlflash: Make functions static
Matthew R. Ochs
1
-474
/
+474
2015-10-30
cxlflash: Correct naming of limbo state and waitq
Matthew R. Ochs
1
-13
/
+13
2015-10-30
cxlflash: Fix to avoid CXL services during EEH
Matthew R. Ochs
1
-3
/
+15
2015-08-26
cxlflash: Remove unused variable from queuecommand
Matthew R. Ochs
1
-3
/
+4
2015-08-26
cxlflash: shift wrapping bug in afu_link_reset()
Dan Carpenter
1
-2
/
+2
2015-08-26
cxlflash: off by one bug in cxlflash_show_port_status()
Dan Carpenter
1
-1
/
+1
2015-08-26
cxlflash: Virtual LUN support
Matthew R. Ochs
1
-0
/
+13
2015-08-26
cxlflash: Superpipe support
Matthew R. Ochs
1
-2
/
+36
2015-08-26
cxlflash: Base error recovery support
Matthew R. Ochs
1
-11
/
+163
2015-07-30
cxlflash: Base support for IBM CXL Flash Adapter
Matthew R. Ochs
1
-0
/
+2294