Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
42e421b184967c8bc70d72eed8e1b179e9a51acb
/
drivers
/
scsi
42e421b
[SCSI] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled.
by Andrew Vasquez
· 17 years ago
e792121
[SCSI] qla2xxx: Correct overflow during dump-processing on large-memory ISP23xx parts.
by Andrew Vasquez
· 17 years ago
031e134
[SCSI] qla2xxx: Skip FDMI registration on ISP21xx/22xx parts.
by Andrew Vasquez
· 17 years ago
5de1f70
[SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-resync.
by Seokmann Ju
· 17 years ago
da57bf8
[SCSI] qla2xxx: Correct vport management of MBA_PORT_UPDATE.
by Seokmann Ju
· 17 years ago
8f0d643
[SCSI] qla2xxx: Correct fcport state-management during loss.
by Seokmann Ju
· 17 years ago
246de42
[SCSI] qla2xxx: Always aquire the parent's hardware_lock.
by Seokmann Ju
· 17 years ago
436a7b1
[SCSI] qla2xxx: Swap enablement order of EFT and FCE.
by Andrew Vasquez
· 17 years ago
1ee2714
[SCSI] qla2xxx: Retrieve board serial-number and description from VPD.
by Joe Carnuccio
· 17 years ago
e5896bd
[SCSI] qla2xxx: Allow the user the option of disabling iIDMA.
by Andrew Vasquez
· 17 years ago
711c1d9
[SCSI] qla2xxx: Cleanup NPIV related functions
by Seokmann Ju
· 17 years ago
032d8dd
[SCSI] qla2xxx: Add LIP count to FC-transport statistics.
by Harish Zunjarrao
· 17 years ago
e5f5f6f
[SCSI] qla2xxx: Track total number of ISP aborts.
by Harish Zunjarrao
· 17 years ago
85821c9
[SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.
by Andrew Vasquez
· 17 years ago
5f3a9a2
[SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.
by Seokmann Ju
· 17 years ago
bbfb21d
[SCSI] qla2xxx: Correct locking during NVRAM manipulation.
by Andrew Vasquez
· 17 years ago
39c1ffe
ibmvfc: Add support for collaborative memory overcommit
by Brian King
· 17 years ago
7912a0a
ibmvscsi: driver enablement for CMO
by Robert Jennings
· 17 years ago
b5684b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
e27420d
ide-scsi: remove kmalloced struct request
by FUJITA Tomonori
· 17 years ago
08da591
ide: add ide_device_{get,put}() helpers
by Bartlomiej Zolnierkiewicz
· 17 years ago
27ac792
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
by Andrea Righi
· 17 years ago
be4c916
ide-scsi: convert to using the new atapi_flags
by Borislav Petkov
· 17 years ago
08feacf
ide-scsi: pass packet command in rq->cmd
by Borislav Petkov
· 17 years ago
db9d286
ide-scsi: use drive->pc_callback instead of pc->callback
by Borislav Petkov
· 17 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
b73c7ee
ide: add ->read_status method
by Bartlomiej Zolnierkiewicz
· 17 years ago
c6dfa86
ide: add ->exec_command method
by Bartlomiej Zolnierkiewicz
· 17 years ago
aab0de2
driver core: remove KOBJ_NAME_LEN define
by Kay Sievers
· 17 years ago
695794a
Driver Core: add ability for class_find_device to start in middle of list
by Greg Kroah-Hartman
· 17 years ago
9def0b9
device create: scsi: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 17 years ago
33af79d
scsi_dh: Verify "dev" is a sdev before accessing it.
by Chandra Seetharaman
· 17 years ago
3ef5eb4
IDE: Remove unused code
by Elias Oltmanns
· 17 years ago
89a93f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
3a628b0
Don't crash on IOMMU overflow in A100U2W driver
by Mikulas Patocka
· 17 years ago
a5db334
BUG_ON on kernel misbehavior on A100U2W driver
by Mikulas Patocka
· 17 years ago
56d387e
Add udelay to A100U2W SCSI driver
by Mikulas Patocka
· 17 years ago
987ff95
Fix endianity in A100U2W SCSI driver
by Mikulas Patocka
· 17 years ago
22a37bc
Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 17 years ago
98339cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
646c0cb
ide: add ide_pc_intr() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
55d82bf
ide-{floppy,scsi}: read Status Register before stopping DMA engine
by Bartlomiej Zolnierkiewicz
· 17 years ago
cdca5c1
ide-scsi: add more debugging to idescsi_pc_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
c6b2d26
ide-scsi: use pc->callback
by Bartlomiej Zolnierkiewicz
· 17 years ago
6bf1641
ide: add ide_issue_pc() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
28c7214
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
4cc1968
ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()
by Bartlomiej Zolnierkiewicz
· 17 years ago
594c16d
ide: add ide_transfer_pc() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
f83cbc7
ide-scsi: set drive->scsi flag for devices handled by the driver
by Bartlomiej Zolnierkiewicz
· 17 years ago
568ca92
ide-{floppy,tape,scsi}: log device name instead of driver name
by Bartlomiej Zolnierkiewicz
· 17 years ago
43a2b5b
ide-scsi: add debug_log() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
c8c5112
ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc()
by Bartlomiej Zolnierkiewicz
· 17 years ago
3e52fb4
ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers()
by Bartlomiej Zolnierkiewicz
· 17 years ago
6c60bd8
ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
c04bbc8
ide-scsi: fix handling of DMA errors in idescsi_pc_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
e8e25f0
ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
b3d96af
ide-scsi: fix race in idescsi_transfer_pc()
by Bartlomiej Zolnierkiewicz
· 17 years ago
63f5abb
ide: remove action argument in ide_do_drive_cmd
by FUJITA Tomonori
· 17 years ago
7e12ca1
ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait
by FUJITA Tomonori
· 17 years ago
f8c4bd0a
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
by Bartlomiej Zolnierkiewicz
· 17 years ago
9a410e7
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
124cafc
ide: remove ide_init_drive_cmd
by FUJITA Tomonori
· 17 years ago
e8a96aa
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
by Bartlomiej Zolnierkiewicz
· 17 years ago
5a86102
Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6
by Linus Torvalds
· 17 years ago
85082fd
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 17 years ago
751851af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 17 years ago
d1794f2
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 17 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 17 years ago
dddec01
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
d2886ea
scsi: sd: optionally set power condition in START STOP UNIT
by Stefan Richter
· 17 years ago
d7f305e
[SCSI] sym53c8xx: Fix bogus sym_que_entry re-implementation of container_of
by Benjamin Herrenschmidt
· 17 years ago
453cd0f
[SCSI] make struct scsi_{host,target}_type static
by Adrian Bunk
· 17 years ago
2476b4d
[SCSI] fix locking in host use of blk_plug_device()
by James Bottomley
· 17 years ago
072b91f
[SCSI] ibmvfc: IBM Power Virtual Fibre Channel Adapter Client Driver
by Brian King
· 17 years ago
39120e1
[SCSI] sg: Add target reset support
by Brian King
· 17 years ago
5b635da
[SCSI] sd: Move scsi_disk() accessor function to sd.h
by Martin K. Petersen
· 17 years ago
aa91696
[SCSI] sd: Move sd.h header file
by Martin K. Petersen
· 17 years ago
dbfe54a
[SCSI] esp: correct module name in Kconfig help for SCSI_SUNESP
by Frans Pop
· 17 years ago
a793804
[SCSI] esp: Correct chip ID probing sequence.
by David S. Miller
· 17 years ago
eac6e8e4
[SCSI] scsi_debug: add support for rotation speed
by Matthew Wilcox
· 17 years ago
f80f868
[SCSI] iscsi class: fix endpoint leak
by Mike Christie
· 17 years ago
4c2133c
[SCSI] iscsi class: update version number
by Mike Christie
· 17 years ago
8e9a20c
[SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools.
by Mike Christie
· 17 years ago
c95fddc
[SCSI] iscsi class: fix refcount leak
by Mike Christie
· 17 years ago
ff0f4cb
[SCSI] lpfc 8.2.7 : Update version to 8.2.7
by James Smart
· 17 years ago
495a714
[SCSI] lpfc 8.2.7 : Miscellaneous Fixes
by James Smart
· 17 years ago
5e9d9b8
[SCSI] lpfc 8.2.7 : Rework the worker thread
by James Smart
· 17 years ago
0d2b6b8
[SCSI] lpfc 8.2.7 : Discovery Fixes
by James Smart
· 17 years ago
915caaa
[SCSI] lpfc 8.2.7 : Change device reset behavior
by James Smart
· 17 years ago
6362abd
[SCSI] Rename scsi_bidi_sdb_cache
by Martin K. Petersen
· 17 years ago
0905071
[SCSI] aacraid: prevent copy_from_user() BUG!
by Mark Salyzyn
· 17 years ago
597136a
[SCSI] scsi_debug: Runtime-configurable sector size
by Martin K. Petersen
· 17 years ago
30e9ba9
[SCSI] iscsi_tcp: Enable any size command
by Boaz Harrosh
· 17 years ago
8f333991
[SCSI] scsi: use get_unaligned_* helpers
by Harvey Harrison
· 17 years ago
3a12b19
[SCSI] Replace __FUNCTION__ with __func__ in iscsi_tcp.
by Harvey Harrison
· 17 years ago
913e5bf
[SCSI] libiscsi, iser, tcp: remove recv_lock
by Mike Christie
· 17 years ago
3cf7b23
[SCSI] libiscsi: fix cmds_max setting
by Mike Christie
· 17 years ago
88dfd34
[SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs.
by Mike Christie
· 17 years ago
06520ede
[SCSI] iscsi_tcp: hook iscsi_tcp into iscsi_endpoint code
by Mike Christie
· 17 years ago
d82ff9be
[SCSI] iscsi class: add endpoint class
by Mike Christie
· 17 years ago
Next »