index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libfc
/
fc_lport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: libfc: fix ELS request handling
Martin Wilck
2017-11-28
1
-0
/
+4
*
scsi: libfc: don't assign resid_len in fc_lport_bsg_request
Christoph Hellwig
2017-10-16
1
-3
/
+0
*
scsi: libfc: directly call ELS request handlers
Johannes Thumshirn
2017-04-11
1
-11
/
+9
*
block: split scsi_request out of struct request
Christoph Hellwig
2017-01-27
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-12-14
1
-61
/
+65
|
\
|
*
scsi: fc: use bsg_job_done
Johannes Thumshirn
2016-11-17
1
-2
/
+2
|
*
scsi: change FC drivers to use 'struct bsg_job'
Johannes Thumshirn
2016-11-17
1
-5
/
+5
|
*
scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()
Johannes Thumshirn
2016-11-17
1
-2
/
+0
|
*
scsi: fc: provide fc_bsg_to_rport() helper
Johannes Thumshirn
2016-11-17
1
-2
/
+2
|
*
scsi: fc: provide fc_bsg_to_shost() helper
Johannes Thumshirn
2016-11-17
1
-1
/
+1
|
*
scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
Johannes Thumshirn
2016-11-17
1
-2
/
+4
|
*
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
Johannes Thumshirn
2016-11-17
1
-10
/
+13
|
*
scsi: libfc: Replace ->exch_done callback with function call
Hannes Reinecke
2016-11-08
1
-1
/
+1
|
*
scsi: libfc: Replace ->rport_flush_queue callback with function call
Hannes Reinecke
2016-11-08
1
-1
/
+1
|
*
scsi: libfc: Replace ->rport_recv_req callback with function call
Hannes Reinecke
2016-11-08
1
-1
/
+1
|
*
scsi: libfc: Replace ->rport_logoff callback with function call
Hannes Reinecke
2016-11-08
1
-5
/
+5
|
*
scsi: libfc: Replace ->rport_login callback with function call
Hannes Reinecke
2016-11-08
1
-3
/
+3
|
*
scsi: libfc: Replace ->rport_create callback with function call
Hannes Reinecke
2016-11-08
1
-3
/
+3
|
*
scsi: libfc: Replace ->rport_lookup callback with function call
Hannes Reinecke
2016-11-08
1
-1
/
+1
|
*
scsi: libfc: Replace ->rport_destroy callback with function call
Hannes Reinecke
2016-11-08
1
-3
/
+3
|
*
scsi: libfc: Replace ->exch_seq_send callback with function call
Hannes Reinecke
2016-11-08
1
-4
/
+4
|
*
scsi: libfc: Replace ->lport_recv with function call
Hannes Reinecke
2016-11-08
1
-6
/
+3
|
*
scsi: libfc: Replace ->lport_reset callback with function call
Hannes Reinecke
2016-11-08
1
-3
/
+0
|
*
scsi: libfc: Replace ->seq_els_rsp_send callback with function call
Hannes Reinecke
2016-11-08
1
-3
/
+3
|
*
scsi: libfc: sanitize E_D_TOV and R_A_TOV setting
Hannes Reinecke
2016-11-08
1
-3
/
+5
|
*
scsi: libfc: Fixup disc_mutex handling
Hannes Reinecke
2016-11-08
1
-2
/
+7
*
|
scsi: libfc: fix seconds_since_last_reset miscalculation
Johannes Thumshirn
2016-11-17
1
-1
/
+1
|
/
*
scsi: libfc: fix seconds_since_last_reset calculation
Arnd Bergmann
2016-07-12
1
-4
/
+1
*
libfc: Update rport reference counting
Hannes Reinecke
2016-07-12
1
-7
/
+12
*
libfc: Debug code fixes
Bart Van Assche
2013-09-04
1
-1
/
+1
*
libfc: Source code comment spelling fixes
Bart Van Assche
2013-09-04
1
-1
/
+1
*
[SCSI] libfc: fix retries with FDMI lport states
Vasu Dev
2012-07-20
1
-2
/
+3
*
[SCSI] libfc: don't exch_done() on invalid sequence ptr
Yi Zou
2012-07-20
1
-1
/
+2
*
[SCSI] libfc: update fcp and exch stats
Vasu Dev
2012-07-20
1
-0
/
+7
*
[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_stats
Vasu Dev
2012-07-20
1
-27
/
+27
*
Merge tag 'isci-for-3.5' into misc
James Bottomley
2012-05-21
1
-5
/
+7
|
\
|
*
[SCSI] libfc: update mfs boundry checking
Vasu Dev
2012-04-25
1
-5
/
+7
*
|
[SCSI] libfc: flush lport worker after its disabled
Vasu Dev
2012-05-10
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...
Linus Torvalds
2012-03-31
1
-1
/
+9
|
\
|
*
[SCSI] libfc: update fc_host mfs along with updating lport->mfs
Vasu Dev
2012-03-28
1
-1
/
+9
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...
Linus Torvalds
2012-03-22
1
-3
/
+224
|
\
\
|
|
/
|
*
[SCSI] libfc: Add support for FDMI
Neerav Parikh
2012-02-19
1
-3
/
+224
*
|
scsi: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-1
/
+1
|
/
*
[SCSI] libfc: Declare local functions static
Bart Van Assche
2012-01-16
1
-2
/
+3
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
|
*
scsi: Fix up files implicitly depending on module.h inclusion
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
[SCSI] libfc: improve flogi retries to avoid lport stuck
Vasu Dev
2011-10-31
1
-41
/
+49
*
|
[SCSI] libfc: avoid exchanges collision during lport reset
Vasu Dev
2011-10-31
1
-9
/
+1
|
/
*
[SCSI] libfc: fix fc_eh_host_reset
Vasu Dev
2011-08-28
1
-1
/
+10
*
[SCSI] libfc: fix warn on in lport retry
Vasu Dev
2011-07-28
1
-1
/
+0
[next]