Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
588e00902b06528c476eed38019dba4a087def01
/
include
/
scsi
71d530c
Merge branch 'master' into upstream
by Jeff Garzik
· 18 years ago
28e4b22
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 18 years ago
cee4cca
Merge git://git.infradead.org/hdrcleanup-2.6
by Linus Torvalds
· 18 years ago
73c0996
[SCSI] srp.h: Add I/O Class values
by Ramachandra K
· 18 years ago
beb4048
[SCSI] remove scsi_request infrastructure
by Christoph Hellwig
· 18 years ago
f0cd91a
Merge ../linux-2.6
by James Bottomley
· 18 years ago
3219e52
[SCSI] iscsi: fix writepsace race
by Mike Christie
· 18 years ago
67a6111
[SCSI] iscsi: don't switch states when just cleaning up
by Mike Christie
· 18 years ago
66643de
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 19 years ago
e0ecae8
[SCSI] iscsi: update version
by Mike Christie
· 19 years ago
656cffc
[SCSI] iscsi: fix command requeues during iscsi recovery
by Mike Christie
· 19 years ago
f8bbfc2
[PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports
by Tejun Heo
· 19 years ago
efa6e7e
Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-merge
by Jeff Garzik
· 19 years ago
ee7863b
[PATCH] SCSI: implement shost->host_eh_scheduled
by Tejun Heo
· 19 years ago
89f48c4
[PATCH] SCSI: Introduce scsi_req_abort_cmd (REPOST)
by Luben Tuikov
· 19 years ago
8d2860b
[SCSI] iscsi: increment expstatsn during login
by Mike Christie
· 19 years ago
be2df72
[SCSI] iscsi: align printks
by Or Gerlitz
· 19 years ago
264faaa
[SCSI] iscsi: add transport end point callbacks
by Or Gerlitz
· 19 years ago
ec448a0
[SCSI] srp.h: avoid padding of structs
by Roland Dreier
· 19 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
cdb8c2a
[SCSI] dc395x: dynamically map scatter-gather for PIO
by Guennadi Liakhovetski
· 19 years ago
84d891d
Merge ../scsi-rc-fixes-2.6
by James Bottomley
· 19 years ago
7996a77
[SCSI] iscsi: add libiscsi
by Mike Christie
· 19 years ago
30a6c65
[SCSI] iscsi: fix up iscsi eh
by Mike Christie
· 19 years ago
fd7255f
[SCSI] iscsi: add sysfs attrs for uspace sync up
by Mike Christie
· 19 years ago
b5c7a12
[SCSI] iscsi: rm kernel iscsi handles usage for session and connection
by Mike Christie
· 19 years ago
13f7e5a
[SCSI] BLIST_ATTACH_PQ3 flags
by Kurt Garloff
· 19 years ago
aedf349
[SCSI] FC transport: fixes for workq deadlocks
by James Smart
· 19 years ago
4d7db04
[SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictions
by James Bottomley
· 19 years ago
21b2f0c
[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations
by Christoph Hellwig
· 19 years ago
9227c33
[PATCH] move ->eh_strategy_handler to the transport class
by Christoph Hellwig
· 19 years ago
082776e
[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.
by Nigel Cunningham
· 19 years ago
d04cdb6
Merge ../linux-2.6
by James Bottomley
· 19 years ago
2f8600d
[SCSI] eliminate rphy allocation in favour of expander/end device allocation
by James Bottomley
· 19 years ago
5baba83
[SCSI] add scsi_mode_select to scsi_lib.c
by James Bottomley
· 19 years ago
e28482c
[SCSI] add scsi_reprobe_device
by James Bottomley
· 19 years ago
79cb181
[SCSI] add preliminary expander support to the sas transport class
by James Bottomley
· 19 years ago
c829c39
[SCSI] FC transport : Avoid device offline cases by stalling aborts until device unblocked
by James Smart
· 19 years ago
42ab036
[PATCH] convert aic94xx over to using the sas transport end device
by James Bottomley
· 19 years ago
7e6dff6
[SCSI] add 6.0 Gbit phy definitions to the sas transport class
by James Bottomley
· 19 years ago
ffedb45
[SCSI] fix scsi process problems and clean up the target reap issues
by James Bottomley
· 19 years ago
1bfc5d9
[SCSI] Recognize missing LUNs for non-standard devices
by Alan Stern
· 19 years ago
a012564
[SCSI] sas: add support for enclosure and bad ID rphy attributes
by Christoph Hellwig
· 19 years ago
6ea3c0b
[SCSI] Add spi_populate_*_msg functions
by Matthew Wilcox
· 19 years ago
5e3c34c
[SCSI] Remove devfs support from the SCSI subsystem
by Greg KH
· 19 years ago
c67a848
[SCSI] Neaten comments in scsi_cmnd.h
by Matthew Wilcox
· 19 years ago
5b2ffed
Merge branch 'master'
by Jeff Garzik
· 19 years ago
faead26
[PATCH] add scsi_execute_in_process_context() API
by James Bottomley
· 19 years ago
7b7232f
[SCSI] iscsi update: cleanup iscsi class interface
by Mike Christie
· 19 years ago
18ee361
Merge branch 'master'
by Jeff Garzik
· 19 years ago
e0ae235
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 19 years ago
041c5fc
[PATCH] SCSI: export scsi_eh_finish_cmd() and scsi_eh_flush_done_q()
by Tejun Heo
· 19 years ago
bb1d107
[SCSI] Prevent scsi_execute_async from guessing cdb length
by brking@us.ibm.com
· 19 years ago
dfcd77d
[SCSI] Remove host template ordered_flush variable
by Tetsuo Takata
· 19 years ago
c8d338c
[PATCH] scsi_transport_spi build fix
by Andrew Morton
· 19 years ago
7b8631b
[SCSI] iscsi: seperate iscsi interface from setup functions
by Mike Christie
· 19 years ago
e02f3f5
[SCSI] remove target parent limitiation
by Christoph Hellwig
· 19 years ago
d158d26
[SCSI] sem2mutex: scsi_transport_spi.c
by Jes Sorensen
· 19 years ago
6b7281d
[SCSI] fc transport: add permanent_port_name fc_host attribute
by Andreas Herrmann
· 19 years ago
776b23a
[SCSI] always handle REQ_BLOCK_PC requests in common code
by Christoph Hellwig
· 19 years ago
0b95067
[SCSI] turn most scsi semaphores into mutexes
by Arjan van de Ven
· 19 years ago
d99cf9d
Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
9b84754
[PATCH] Suspend support for libata
by Jens Axboe
· 19 years ago
461d4e9
[BLOCK] update SCSI to use new blk_ordered for barriers
by Tejun Heo
· 19 years ago
f61ea1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 19 years ago
42e3314
[SCSI] fix for fc transport recursion problem.
by James.Smart@Emulex.Com
· 19 years ago
1abfd37
[SCSI] Rename scsi_print_msg to spi_print_msg
by Matthew Wilcox
· 19 years ago
7b16318
Fix up SCSI mismerge
by James Bottomley
· 19 years ago
2a1e137
Merge by hand (conflicts in scsi_lib.c)
by James Bottomley
· 19 years ago
6e68af6
[SCSI] Convert SCSI mid-layer to scsi_execute_async
by Mike Christie
· 19 years ago
c952649
[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)
by James Bottomley
· 19 years ago
829b846
[SCSI] Make scsi_transport_spi.h includable by itself
by Matthew Wilcox
· 19 years ago
7f23e14
[SCSI] correct some dropped const compiler warnings
by James Bottomley
· 19 years ago
7dfdc9a
[SCSI] use a completion in scsi_send_eh_cmnd
by Christoph Hellwig
· 19 years ago
262eef6
[SCSI] remove scsi_wait_req
by Christoph Hellwig
· 19 years ago
474838d
[SCSI] remove Scsi_Host.eh_active
by Christoph Hellwig
· 19 years ago
849a892
Merge by Hand
by James Bottomley
· 19 years ago
127f2fa
Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
aef9ec3
IB: Add SCSI RDMA Protocol (SRP) initiator
by Roland Dreier
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
19a7b4a
[SCSI] update fc_transport for removal of block/unblock functions
by James.Smart@Emulex.Com
· 19 years ago
01d7b3b
[SCSI] introduce sfoo_printk, sfoo_id, sfoo_channel helpers
by Jeff Garzik
· 19 years ago
13ec92b
[SCSI] kill unused scsi_scan_single_target()
by Jeff Garzik
· 19 years ago
91ca7b0
[SCSI] Add an 'Issue LIP' device attribute in fc_transport class
by Andrew Vasquez
· 19 years ago
07ba3a9
[SCSI] sas: add support for PHY resets
by Christoph Hellwig
· 19 years ago
ac01bbb
[SCSI] sas: add flag for locally attached PHYs
by Christoph Hellwig
· 19 years ago
c3ee74c
[SCSI] scsi_transport_sas: support link error attributes
by Christoph Hellwig
· 19 years ago
9ccfc75
[SCSI] move the mid-layer printk's over to shost/starget/sdev_printk
by James Bottomley
· 19 years ago
38a9a62
Merge HEAD from ../scsi-misc-2.6-old
by James Bottomley
· 19 years ago
96b88fb
Merge branch 'master'
by Jeff Garzik
· 19 years ago
c53033f
[PATCH] gfp_t: drivers/scsi
by Al Viro
· 19 years ago
2ee73cc
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
6f3a202
[SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3
by James Bottomley
· 19 years ago
c1d9728
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
fa0a695
[SCSI] iscsi: rename some proto defs
by Mike Christie
· 19 years ago
baebc49
[SCSI] iscsi: update some iscsi proto defs
by Mike Christie
· 19 years ago
3ed7a47
[SCSI] Fix thread termination for the SCSI error handle
by James Bottomley
· 19 years ago
939647e
[SCSI] fix oops on usb storage device disconnect
by James Bottomley
· 19 years ago
1832a58
[SCSI] change port speed definitions for scsi_transport_fc
by Andreas Herrmann
· 19 years ago
165415f
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
Next »