index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_target.c
Age
Commit message (
Expand
)
Author
2019-08-12
scsi: qla2xxx: Make sure that aborted commands are freed
Bart Van Assche
2019-08-12
scsi: qla2xxx: Make qlt_handle_abts_completion() more robust
Bart Van Assche
2019-08-12
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
2019-08-12
scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs
Bart Van Assche
2019-08-12
scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove dead code
Bart Van Assche
2019-08-12
scsi: qla2xxx: Do not corrupt vha->plogi_ack_list
Bart Van Assche
2019-08-12
scsi: qla2xxx: Fix session lookup in qlt_abort_work()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove two superfluous tests
Bart Van Assche
2019-08-12
scsi: qla2xxx: Simplify qlt_lport_dump()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Reduce the number of casts in GID list code
Bart Van Assche
2019-08-12
scsi: qla2xxx: Verify locking assumptions at runtime
Bart Van Assche
2019-08-12
scsi: qla2xxx: Change data_dsd into an array
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove a superfluous forward declaration
Bart Van Assche
2019-08-07
scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flag
Quinn Tran
2019-07-30
scsi: qla2xxx: Use Correct index for Q-Pair array
Quinn Tran
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-06-27
scsi: qla2xxx: move IO flush to the front of NVME rport unregistration
Quinn Tran
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
2019-04-29
scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix hardirq-unsafe locking
Bart Van Assche
2019-04-29
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
2019-04-29
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
Bart Van Assche
2019-04-29
scsi: qla2xxx: Check the size of firmware data structures at compile time
Bart Van Assche
2019-04-29
scsi: qla2xxx: Remove unnecessary locking from the target code
Bart Van Assche
2019-04-29
scsi: qla2xxx: target: Fix offline port handling and host reset handling
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Simplify qlt_send_term_imm_notif()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Make qla2x00_mem_free() easier to verify
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix a format specifier
Bart Van Assche
2019-04-29
scsi: qla2xxx: Update two source code comments
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix device staying in blocked state
Quinn Tran
2019-04-15
scsi: qla2xxx: Remove two superfluous casts
Bart Van Assche
2019-04-15
scsi: qla2xxx: Fix formatting of pointer types
Bart Van Assche
2019-04-15
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
2019-03-19
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
2019-02-19
scsi: qla2xxx: remove redundant null check on pointer sess
Colin Ian King
2019-02-19
scsi: qla2xxx: Move debug messages before sending srb preventing panic
Bill Kuzeja
2019-02-05
scsi: qla2xxx: allow session delete to finish before create.
Quinn Tran
2019-02-05
scsi: qla2xxx: flush IO on chip reset or sess delete
Quinn Tran
2019-01-11
scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary
Giridhar Malavali
2018-11-28
scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()
Bart Van Assche
2018-11-06
scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing them
Christoph Hellwig
2018-10-23
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
2018-10-23
scsi: qla2xxx: Modify fall-through annotations
Bart Van Assche
2018-10-17
scsi: qla2xxx: fully convert to the generic DMA API
Christoph Hellwig
2018-09-27
scsi: qla2xxx: Fix re-using LoopID when handle is in use
Quinn Tran
2018-09-11
scsi: qla2xxx: Fix premature command free
Quinn Tran
2018-09-11
scsi: qla2xxx: Fix stuck session in PLOGI state
Quinn Tran
[next]