index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
scsi
/
scsi_transport_fc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitions
James Smart
2017-11-08
1
-0
/
+2
*
scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmnd
Steffen Maier
2017-08-07
1
-0
/
+1
*
scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
Kefeng Wang
2017-06-26
1
-4
/
+0
*
scsi: scsi_transport_fc: Add dummy initiator role to rport
Cathy Avery
2017-04-19
1
-0
/
+1
*
scsi: remove eh_timed_out methods in the transport template
Christoph Hellwig
2017-02-06
1
-0
/
+1
*
scsi: fc: use bsg_job_done
Johannes Thumshirn
2016-11-17
1
-2
/
+0
*
scsi: change FC drivers to use 'struct bsg_job'
Johannes Thumshirn
2016-11-17
1
-45
/
+18
*
scsi: fc: implement kref backed reference counting
Johannes Thumshirn
2016-11-17
1
-3
/
+1
*
scsi: fc: provide fc_bsg_to_rport() helper
Johannes Thumshirn
2016-11-17
1
-0
/
+5
*
scsi: fc: provide fc_bsg_to_shost() helper
Johannes Thumshirn
2016-11-17
1
-0
/
+5
*
scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
Johannes Thumshirn
2016-11-17
1
-1
/
+2
*
scsi: Get rid of struct fc_bsg_buffer
Johannes Thumshirn
2016-11-17
1
-9
/
+3
*
scsi: fc: use get/put_unaligned64 for wwn access
Arnd Bergmann
2016-03-18
1
-12
/
+3
*
scsi_transport_fc: Add support for 25Gbit speed
James Smart
2015-04-10
1
-0
/
+1
*
scsi: add defines for new FC port speeds.
Dick Kennedy
2014-07-25
1
-0
/
+4
*
[SCSI] scsi_transport_fc: Add 32Gbps speed definition.
Chad Dupuis
2014-03-15
1
-0
/
+1
*
[SCSI] fc: add some more FC specific stats to fc_host
Vasu Dev
2012-07-20
1
-0
/
+12
*
[SCSI] scsi_transport_fc: Getting FC Port Speed in sync with FC-GS
Neerav Parikh
2012-02-19
1
-2
/
+2
*
[SCSI] scsi_transport_fc: Add FDMI host attributes
Neerav Parikh
2012-02-19
1
-0
/
+28
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
[SCSI] fc class: add fc host dev loss sysfs file
Mike Christie
2010-10-07
1
-4
/
+3
*
[SCSI] fc class: add fc host default default dev loss setting
Mike Christie
2010-09-05
1
-0
/
+4
*
[SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh return
Christof Schmitt
2010-04-11
1
-1
/
+1
*
[SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_eh
Christof Schmitt
2009-12-04
1
-0
/
+1
*
[SCSI] FC Pass Thru support
James Smart
2009-06-12
1
-2
/
+50
*
[SCSI] fc-transport: Close state transition-window during rport deletion.
Andrew Vasquez
2009-05-15
1
-2
/
+2
*
[SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD
James Smart
2009-01-06
1
-0
/
+1
*
[SCSI] fc_transport: fix old bug on bitflag definitions
James Smart
2008-11-21
1
-1
/
+1
*
[SCSI] fc class: Add support for new transport errors
Mike Christie
2008-10-13
1
-3
/
+3
*
[SCSI] fc class: unblock target after calling terminate callback (take 2)
Mike Christie
2008-10-13
1
-1
/
+5
*
[SCSI] fc_transport: Add an API to allow an LLD to create vports
Andrew Vasquez
2008-10-03
1
-1
/
+22
*
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
2008-07-21
1
-2
/
+2
*
SCSI: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-7
/
+7
*
include/scsi/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
[SCSI] fc_transport: add target driver support
FUJITA Tomonori
2007-10-12
1
-0
/
+4
*
[SCSI] scsi_transport_fc: Introduce disable_target_scan flag
Christof Schmitt
2007-10-12
1
-0
/
+2
*
[SCSI] fc_transport: fix sysfs deadlock on vport delete
James Smart
2007-05-26
1
-6
/
+7
*
[SCSI] FC Transport support for vports based on NPIV
James Smart
2007-05-16
1
-7
/
+166
*
[SCSI] fc_transport: update potential link speeds
James Smart
2007-03-20
1
-0
/
+2
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-2
/
+2
*
[SCSI] FC transport: Add dev_loss_tmo callbacks, and new fast_io_fail_tmo w/ ...
James Smart
2006-09-04
1
-0
/
+5
*
[SCSI] SCSI & FC transport: extend event vendor id's to 64bits
James Smart
2006-09-02
1
-1
/
+1
*
[SCSI] SCSI and FC Transport: add netlink support for posting of transport ev...
James Smart
2006-09-02
1
-0
/
+34
*
[SCSI] fc transport: add fc_host system_hostname attribute and u64_to_wwn()
James Smart
2006-08-19
1
-11
/
+27
*
[SCSI] fc transport: convert fc_host symbolic_name attribute to a dynamic att...
James Smart
2006-08-19
1
-1
/
+2
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[SCSI] FC transport: fixes for workq deadlocks
James Smart
2006-04-13
1
-11
/
+30
*
[SCSI] fc transport: add permanent_port_name fc_host attribute
Andreas Herrmann
2006-01-14
1
-0
/
+4
*
[SCSI] fix for fc transport recursion problem.
James.Smart@Emulex.Com
2005-12-15
1
-0
/
+11
*
Merge by Hand
James Bottomley
2005-11-04
1
-2
/
+31
|
\
[next]