Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8080699a3649cb0a0aed2c650a7a3a76c2025b30
/
drivers
/
scsi
/
libfc
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
670ffcc
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1f0849d
scsi: libfc: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
67ec299
scsi: libfc: don't assign resid_len in fc_lport_bsg_request
by Christoph Hellwig
· 7 years ago
d1b3f51
scsi: libfc: fix a deadlock in fc_rport_work
by Satish Kharat
· 7 years ago
20081c1
scsi: fc_fcp: do not call fc_block_scsi_eh() from host reset
by Hannes Reinecke
· 7 years ago
6f37e21
scsi: libfc: pass an error pointer to fc_disc_error()
by Dan Carpenter
· 7 years ago
b080db5
networking: convert many more places to skb_put_zero()
by Johannes Berg
· 8 years ago
dd6e1f7
scsi: libfc: fix incorrect variable assignment
by Gustavo A. R. Silva
· 8 years ago
c106125
scsi: libfc: do not flood console with messages 'libfc: queue full ...'
by Hannes Reinecke
· 8 years ago
fcabb09
scsi: libfc: directly call ELS request handlers
by Johannes Thumshirn
· 8 years ago
22c70d1
scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
82ed4db
block: split scsi_request out of struct request
by Christoph Hellwig
· 8 years ago
a829a84
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
27c3d76
scsi: libfc: Remove an unneeded condition
by Dan Carpenter
· 8 years ago
208da78
scsi: libfc: fix seconds_since_last_reset miscalculation
by Johannes Thumshirn
· 8 years ago
0654816
scsi: fc: use bsg_job_done
by Johannes Thumshirn
· 8 years ago
75cc8cf
scsi: change FC drivers to use 'struct bsg_job'
by Johannes Thumshirn
· 8 years ago
7ac6500
scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()
by Johannes Thumshirn
· 8 years ago
1d69b12
scsi: fc: provide fc_bsg_to_rport() helper
by Johannes Thumshirn
· 8 years ago
cd21c60
scsi: fc: provide fc_bsg_to_shost() helper
by Johannes Thumshirn
· 8 years ago
1abaede
scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
by Johannes Thumshirn
· 8 years ago
01e0e15
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
by Johannes Thumshirn
· 8 years ago
d5c3eb2
scsi: libfc: Don't have fc_exch_find log errors on a new exchange
by Chris Leech
· 8 years ago
9625cc4
scsi: libfc: Replace ->seq_release callback with function call
by Hannes Reinecke
· 8 years ago
96d564e
scsi: libfc: Replace ->seq_assign callback with function call
by Hannes Reinecke
· 8 years ago
f1d61e6
scsi: libfc: Replace ->seq_set_resp callback with direct function call
by Hannes Reinecke
· 8 years ago
c6865b3
scsi: libfc: Replace ->seq_start_next callback with function call
by Hannes Reinecke
· 8 years ago
768c72c
scsi: libfc: Replace ->exch_done callback with function call
by Hannes Reinecke
· 8 years ago
0ebaed1
scsi: libfc: Replace ->seq_exch_abort callback with function call
by Hannes Reinecke
· 8 years ago
0cac937
scsi: libfc: Replace ->seq_send callback with function call
by Hannes Reinecke
· 8 years ago
a8220de
scsi: libfc: Remove fc_rport_init()
by Hannes Reinecke
· 8 years ago
5922a95
scsi: libfc: Replace ->rport_flush_queue callback with function call
by Hannes Reinecke
· 8 years ago
e76ee65
scsi: libfc: Replace ->rport_recv_req callback with function call
by Hannes Reinecke
· 8 years ago
c96c792
scsi: libfc: Replace ->rport_logoff callback with function call
by Hannes Reinecke
· 8 years ago
05d7d3b
scsi: libfc: Replace ->rport_login callback with function call
by Hannes Reinecke
· 8 years ago
2580064
scsi: libfc: Replace ->rport_create callback with function call
by Hannes Reinecke
· 8 years ago
e87b777
scsi: libfc: Replace ->rport_lookup callback with function call
by Hannes Reinecke
· 8 years ago
944ef96
scsi: libfc: Replace ->rport_destroy callback with function call
by Hannes Reinecke
· 8 years ago
3afd2d1
scsi: libfc: Replace ->exch_seq_send callback with function call
by Hannes Reinecke
· 8 years ago
c5cb444
scsi: libfc: Replace ->lport_recv with function call
by Hannes Reinecke
· 8 years ago
31c0a63
scsi: libfc: Replace ->lport_reset callback with function call
by Hannes Reinecke
· 8 years ago
7ab24dd
scsi: libfc: Replace ->seq_els_rsp_send callback with function call
by Hannes Reinecke
· 8 years ago
e0a2528
scsi: libfc: Check xid when looking up REC exchanges
by Hannes Reinecke
· 8 years ago
87da3b8
scsi: libfc: wait for E_D_TOV when out-of-order sequence is received
by Hannes Reinecke
· 8 years ago
ad3120c
scsi: libfc: reset timeout on queue full
by Hannes Reinecke
· 8 years ago
53db8fa
scsi: libfc: Do not drop out-of-order frames
by Hannes Reinecke
· 8 years ago
d11b44e
scsi: libfc: don't fail sequence abort for completed exchanges
by Hannes Reinecke
· 8 years ago
9ca1e18
scsi: libfc: quarantine timed out xids
by Hannes Reinecke
· 8 years ago
b73aa56
scsi: libfc: safeguard against invalid exchange index
by Hannes Reinecke
· 8 years ago
5d339d1
scsi: libfc: Clarify ramp-down messages
by Hannes Reinecke
· 8 years ago
8acf1b5
scsi: libfc: Return LS_RJT_BUSY for PRLI in status PLOGI
by Hannes Reinecke
· 8 years ago
386b97b
scsi: libfc: Rework PRLI handling
by Hannes Reinecke
· 8 years ago
7c5a51b
scsi: libfc: Implement RTV responder
by Hannes Reinecke
· 8 years ago
9f9504a
scsi: libfc: use error code for fc_rport_error()
by Hannes Reinecke
· 8 years ago
0f4c16a
scsi: libfc: do not overwrite DID_TIME_OUT status
by Hannes Reinecke
· 8 years ago
76e72ad
scsi: libfc: sanitize E_D_TOV and R_A_TOV setting
by Hannes Reinecke
· 8 years ago
a50cc9e
scsi: libfc: use configured rport E_D_TOV
by Hannes Reinecke
· 8 years ago
f7ce413
scsi: libfc: use configured lport R_A_TOV
by Hannes Reinecke
· 8 years ago
a0452bb
scsi: libfc: spurious I/O error under high load
by Hannes Reinecke
· 8 years ago
57d3ec7e
scsi: libfc: additional debugging messages
by Hannes Reinecke
· 8 years ago
f8f91f3
scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jumping to next EM"
by Martin K. Petersen
· 8 years ago
f89b8d6
scsi: libfc: don't advance state machine for incoming FLOGI
by Hannes Reinecke
· 8 years ago
06ee257
scsi: libfc: Do not login if the port is already started
by Hannes Reinecke
· 8 years ago
e5a2000
scsi: libfc: Do not drop down to FLOGI for fc_rport_login()
by Hannes Reinecke
· 8 years ago
785141c
scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS response.
by Chad Dupuis
· 8 years ago
a407c59
scsi: libfc: Fixup disc_mutex handling
by Hannes Reinecke
· 8 years ago
4d2095c
scsi: libfc: Revisit kref handling
by Hannes Reinecke
· 8 years ago
a850ced
scsi: libfc: do not send ABTS when resetting exchanges
by Hannes Reinecke
· 8 years ago
649eb86
scsi: libfc: reset exchange manager during LOGO handling
by Hannes Reinecke
· 8 years ago
d391966
scsi: libfc: send LOGO for PLOGI failure
by Hannes Reinecke
· 8 years ago
166f310
scsi: libfc: Issue PRLI after a PRLO has been received
by Hannes Reinecke
· 8 years ago
fa06883
libfc: sanity check cpu number extracted from xid
by Chris Leech
· 8 years ago
540eb1e
scsi: libfc: fix seconds_since_last_reset calculation
by Arnd Bergmann
· 9 years ago
baa6719
libfc: Update rport reference counting
by Hannes Reinecke
· 9 years ago
c59ab4e
libfc: Use the correct function name in kernel-doc comment.
by Sebastian Herbszt
· 9 years ago
df91039
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
8f2777f
libfc: Fix fc_fcp_cleanup_each_cmd()
by Bart Van Assche
· 10 years ago
f6979ad
libfc: Fix fc_exch_recv_req() error path
by Bart Van Assche
· 10 years ago
ce83a4c
libfc: Fix a typo in a source code comment
by Bart Van Assche
· 10 years ago
db5ed4d
scsi: drop reason argument from ->change_queue_depth
by Christoph Hellwig
· 10 years ago
c40ecc1
scsi: avoid ->change_queue_depth indirection for queue full tracking
by Christoph Hellwig
· 10 years ago
c8b09f6
scsi: don't set tagging state from scsi_adjust_queue_depth
by Christoph Hellwig
· 10 years ago
2ecb204
scsi: always assign block layer tags if enabled
by Christoph Hellwig
· 10 years ago
a62182f
scsi: provide a generic change_queue_type method
by Christoph Hellwig
· 10 years ago
f4303d8
libfc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
by Andreea-Cristina Bernat
· 10 years ago
9de9901
fcp: Do not interpret check condition as underrun
by Bart Van Assche
· 11 years ago
7030fd6
libfc: Do not invoke the response handler after fc_exch_done()
by Bart Van Assche
· 11 years ago
f95b35c
libfc: Reduce exchange lock contention in fc_exch_recv_abts()
by Bart Van Assche
· 11 years ago
cae7b6d
libfc: Avoid that sending after an abort triggers a kernel warning
by Bart Van Assche
· 11 years ago
5d73bea
libfc: Protect ep->esb_stat changes via ex_lock
by Bart Van Assche
· 11 years ago
b867886
libfc: Fix a race in fc_exch_timer_set_locked()
by Bart Van Assche
· 11 years ago
8d08023
libfc: Clarify fc_exch_find()
by Bart Van Assche
· 11 years ago
a84ea8c
libfc: Micro-optimize fc_setup_exch_mgr()
by Bart Van Assche
· 11 years ago
b20d9bf
libfc: Debug code fixes
by Bart Van Assche
· 11 years ago
c1d4542
libfc: Source code comment spelling fixes
by Bart Van Assche
· 11 years ago
622f9a8
Merge tag 'fcoe' into for-linus
by James Bottomley
· 11 years ago
Next »