Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e5f73ce3248f724103918b609b6279116c141918
/
drivers
/
scsi
/
qla2xxx
1abf635
scsi: use 64-bit value for 'max_luns'
by Hannes Reinecke
· 10 years ago
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
755f516
qla2xxx: Restrict max_lun to 16-bit for older HBAs
by Hannes Reinecke
· 10 years ago
33a5fce
qla2xxx: Fix sparse warning in qla_target.c.
by Quinn Tran
· 10 years ago
abf04af
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
ed9ea4e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
1c54fc1
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
51a07f8
qla2xxx: Convert to percpu_ida session tag pre-allocation
by Nicholas Bellinger
· 10 years ago
c7ee3bd
qla2xxx: fix sparse warnings introduced by previous target mode t10-dif patch
by Quinn Tran
· 10 years ago
c1818f1
qla2xxx: Use kmemdup instead of kmalloc + memcpy
by Benoit Taine
· 10 years ago
f92f82d
qla2xxx: fix incorrect debug printk
by Dan Carpenter
· 11 years ago
13c3dde
qla2xxx: Update the driver version to 8.07.00.08-k.
by Saurav Kashyap
· 11 years ago
63ee707
qla2xxx: Remove wait for online from host reset handler.
by Chad Dupuis
· 11 years ago
7108b76
qla2xxx: Do logins from a chip reset in DPC thread instead of the error handler thread.
by Chad Dupuis
· 11 years ago
7b89854
qla2xxx: ABTS cause double free of qla_tgt_cmd +.
by Quinn Tran
· 11 years ago
f83adb6
qla2xxx: T10-Dif: add T10-PI support
by Quinn Tran
· 11 years ago
5921cda
qla2xxx: Remove mapped vp index iterator macro dead code.
by Himanshu Madhani
· 11 years ago
51e7488
qla2xxx: Add MBC option for fast SFP data access.
by Joe Carnuccio
· 11 years ago
90b604f
qla2xxx: Fix beacon blink logic for ISP26xx/83xx.
by Himanshu Madani
· 11 years ago
03d32f9
qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.
by Tej Prakash
· 11 years ago
638a1a0
qla2xxx: Delay driver unload if there is any pending activity going on.
by Sawan Chandak
· 11 years ago
7c6300e
qla2xxx: ISP27xx queue index shadow registers.
by Joe Carnuccio
· 11 years ago
c049640
qla2xxx: ISP27xx firmware dump template spec updates (including T274).
by Joe Carnuccio
· 11 years ago
478c3b0
qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling.
by Chad Dupuis
· 11 years ago
a018d8f
qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the owner of the reset.
by Hiral Patel
· 11 years ago
1a5c69b
qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.
by Chad Dupuis
· 11 years ago
42543fb
qla2xxx: Adjust adapter reset routine to the changes in firmware specification for ISPFx00.
by Armen Baloyan
· 11 years ago
f934c9d
qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware.
by Chad Dupuis
· 11 years ago
f79a84b
qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.
by Atul Deshmukh
· 11 years ago
50a9ff3
qla2xxx: ISP8044 poll ipmdio bus timeout improvement.
by Joe Carnuccio
· 11 years ago
b6ae5ba
qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.c
by Chad Dupuis
· 11 years ago
5025635
qla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file.
by Atul Deshmukh
· 11 years ago
27f4b72
qla2xxx: Use proper log message for flash lock failed error.
by Atul Deshmukh
· 11 years ago
9929c47
qla2xxx: Decrease pci access for response queue processing for ISPFX00.
by Armen Baloyan
· 11 years ago
bd21eaf
qla2xxx: Change copyright year to 2014 in all the source files.
by Armen Baloyan
· 11 years ago
fbce4f4
qla2xxx: Update entry type 270 to match spec update.
by Joe Carnuccio
· 11 years ago
cf3af76
qla2xxx: Enable fw_dump_size for ISP8044.
by Hiral Patel
· 11 years ago
61f098d
qla2xxx: Introduce fw_dump_flag to track fw dump progress.
by Hiral Patel
· 11 years ago
2f389fc
qla2xxx: Remove unnecessary delays from fw dump code path.
by Hiral Patel
· 11 years ago
4babb90
qla2xxx: Track the process when the ROM_LOCK failure happens
by Hiral Patel
· 11 years ago
7095388
qla2xxx: Correction to ISP27xx template entry types 256 and 258.
by Joe Carnuccio
· 11 years ago
e8887c5
qla2xxx: Add ISP8044 serdes bsg interface.
by Joe Carnuccio
· 11 years ago
7012532
qla2xxx: Check for peg alive counter and clear any outstanding mailbox command.
by Giridhar Malavali
· 11 years ago
804df80
qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMDIO(39),QLA8044_POLLWR(40).
by Pratik Mohanty
· 11 years ago
edaa5c7
qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044.
by Saurav Kashyap
· 11 years ago
2c5bbbb
qla2xxx: Add pci device id 0x2271.
by Joe Carnuccio
· 11 years ago
af13b70
qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive.
by Giridhar Malavali
· 11 years ago
4fa0c66
qla2xxx: Log when device state is moved to failed state.
by Giridhar Malavali
· 11 years ago
ba4828b
qla2xxx: Correct ISP83xx/ISP27xx mislogic in setting out_mb in qla25xx_init_req_que().
by Joe Carnuccio
· 11 years ago
29db41c
qla2xxx: Allow ISP83XX and ISP27XX both to write req_q_out register.
by Joe Carnuccio
· 11 years ago
0d90c34
qla2xxx: Correct operations for ISP27xx template types 270 and 271.
by Joe Carnuccio
· 11 years ago
acd3ce8
qla2xxx: Do not schedule reset when one is already active when receiving an invalid status handle.
by Chad Dupuis
· 11 years ago
ec1937a
qla2xxx: Wait for reset completion without lock for ISPFX00.
by Saurav Kashyap
· 11 years ago
2fe5de9
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
by Ingo Molnar
· 11 years ago
8698a74
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
by Dongsheng Yang
· 11 years ago
141eacc
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
e70beee
target: Pass in transport supported PI at session initialization
by Nicholas Bellinger
· 11 years ago
131e6ab
target: Add TFO->abort_task for aborted task resources release
by Nicholas Bellinger
· 11 years ago
1a0b6ab
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
97ea702
[SCSI] qla2xxx: Fix build errors related to invalid print fields on some architectures.
by Chad Dupuis
· 11 years ago
3b4df68
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
4b4f30c
[SCSI] qla2xxx: Fixup looking for a space in the outstanding_cmds array in qla2x00_alloc_iocbs().
by Chad Dupuis
· 11 years ago
b97f5d0
[SCSI] qla2xxx: Re-sync module parameter descriptions with the code
by Steven J. Magnani
· 11 years ago
b2a72ec
[SCSI] qla2xxx: fix error handling of qla2x00_mem_alloc()
by Dan Carpenter
· 11 years ago
4440e46
[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.
by Armen Baloyan
· 11 years ago
faef62d
[SCSI] qla2xxx: Fix Task Management command asynchronous handling
by Armen Baloyan
· 11 years ago
43a9c38
[SCSI] qla2xxx: Correct the port no assignment for ISP82XX.
by Saurav Kashyap
· 11 years ago
823c535
[SCSI] qla2xxx: Update the driver version to 8.07.00.02-k.
by Saurav Kashyap
· 11 years ago
888e639
[SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044.
by Saurav Kashyap
· 11 years ago
a1b23c5
[SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and ISP82XX.
by Chad Dupuis
· 11 years ago
fbe9c54
[SCSI] qla2xxx: Simplify the ISPFX00 interrupt handler code for ISPFX00.
by Saurav Kashyap
· 11 years ago
6ac1f3b
[SCSI] qla2xxx: Avoid poisoning in the response queue for ISPFX00.
by Saurav Kashyap
· 11 years ago
d68b3e0
[SCSI] qla2xxx: Add changes in the IOCB structures to adjust driver source codes to ISPFX00 firmware spec.
by Armen Baloyan
· 11 years ago
06aec10
[SCSI] qla2xxx: Remove ISP_ABORT_NEEDED and ISP_ABORT_RETRY checks from watchdog function for ISP8044.
by Atul Deshmukh
· 11 years ago
bfd7334
[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.
by Armen Baloyan
· 11 years ago
f73cb69
[SCSI] qla2xxx: Add support for ISP2071.
by Chad Dupuis
· 11 years ago
3b1bef6
[SCSI] qla2xxx: Set host can_queue value based on available resources.
by Chad Dupuis
· 11 years ago
965c77a
[SCSI] qla2xxx: Properly handle 32 bit mailbox register for ISPFX00.
by Saurav Kashyap
· 11 years ago
1ca60e3
[SCSI] qla2xxx: Enable the Flash Access Control (FAC) mailbox command.
by Joe Carnuccio
· 11 years ago
d550dd2
[SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.
by Saurav Kashyap
· 11 years ago
3223161
[SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.
by Saurav Kashyap
· 11 years ago
145083e
[SCSI] qla2xxx: Use proper message for Non owner reset ACK Timeout.
by Atul Deshmukh
· 11 years ago
b593931
[SCSI] qla2xxx: Replace constant value for IOCTL IOCB abort execution status with a macro for ISPFX00.
by Armen Baloyan
· 11 years ago
0f8cdff
[SCSI] qla2xxx: Add handling for boot indication progress AENs for ISPFX00.
by Armen Baloyan
· 11 years ago
7a8ab9c
[SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.
by Chad Dupuis
· 11 years ago
b77ed25
[SCSI] qla2xxx: Poll during initialization for ISP25xx and ISP83xx
by Giridhar Malavali
· 11 years ago
f324777
[SCSI] qla2xxx: Fix multiqueue MSI-X registration.
by Chad Dupuis
· 11 years ago
6f58c78
qla2xxx: Fix kernel panic on selective retransmission request
by Dr. Greg Wettstein
· 11 years ago
84197a3
tcm_qla2xxx: Fix NAA formatted name for NPIV WWPNs
by Nicholas Bellinger
· 11 years ago
7474f52
tcm_qla2xxx: Perform configfs depend/undepend for base_tpg
by Nicholas Bellinger
· 11 years ago
394d62b
tcm_qla2xxx: Add NPIV specific enable/disable attribute logic
by Nicholas Bellinger
· 11 years ago
3c231bd
qla2xxx: Check + fail when npiv_vports_inuse exists in shutdown
by Nicholas Bellinger
· 11 years ago
ddb9514
qla2xxx: Fix qlt_lport_register base_vha callback race
by Nicholas Bellinger
· 11 years ago
2d15025
qla2xxx: Remove last vestiges of qla_tgt_cmd.cmd_list
by Roland Dreier
· 11 years ago
4e13c5d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
bb1281f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
194e57f
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
49a47f2
qla2xxx: Configure NPIV fc_vport via tcm_qla2xxx_npiv_make_lport
by Nicholas Bellinger
· 11 years ago
0e8cd71
qla2xxx: Enhancements to enable NPIV support for QLOGIC ISPs with TCM/LIO.
by Saurav Kashyap
· 11 years ago
2930d44
qla2xxx: Fix scsi_host leak on qlt_lport_register callback failure
by Nicholas Bellinger
· 11 years ago
Next »