index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libceph: use a do..while loop in con_work()
Alex Elder
2013-02-25
1
-41
/
+42
*
libceph: use a flag to indicate a fault has occurred
Alex Elder
2013-02-25
1
-12
/
+12
*
libceph: separate non-locked fault handling
Alex Elder
2013-02-25
1
-19
/
+23
*
libceph: encapsulate connection backoff
Alex Elder
2013-02-25
1
-13
/
+24
*
libceph: eliminate sparse warnings
Alex Elder
2013-02-25
1
-1
/
+1
*
libceph: define connection flag helpers
Alex Elder
2013-02-25
1
-29
/
+78
*
libceph: fix messenger CONFIG_BLOCK dependencies
Alex Elder
2013-02-13
1
-1
/
+4
*
libceph: fix protocol feature mismatch failure path
Sage Weil
2012-12-27
1
-10
/
+4
*
libceph: WARN, don't BUG on unexpected connection states
Alex Elder
2012-12-27
1
-6
/
+5
*
libceph: report connection fault with warning
Alex Elder
2012-12-20
1
-1
/
+1
*
libceph: socket can close in any connection state
Alex Elder
2012-12-17
1
-17
/
+30
*
libceph: avoid NULL kref_put from NULL alloc_msg return
Sage Weil
2012-10-26
1
-1
/
+2
*
rbd: define common queue_con_delay()
Alex Elder
2012-10-09
1
-15
/
+23
*
rbd: let con_work() handle backoff
Alex Elder
2012-10-09
1
-18
/
+2
*
rbd: reset BACKOFF if unable to re-queue
Alex Elder
2012-10-09
1
-1
/
+2
*
libceph: only kunmap kmapped pages
Alex Elder
2012-09-21
1
-4
/
+1
*
libceph: avoid truncation due to racing banners
Jim Schutt
2012-08-21
1
-2
/
+9
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-07-31
1
-353
/
+572
|
\
|
*
libceph: recheck con state after allocating incoming message
Sage Weil
2012-07-30
1
-1
/
+8
|
*
libceph: change ceph_con_in_msg_alloc convention to be less weird
Sage Weil
2012-07-30
1
-25
/
+31
|
*
libceph: avoid dropping con mutex before fault
Sage Weil
2012-07-30
1
-3
/
+1
|
*
libceph: verify state after retaking con lock after dispatch
Sage Weil
2012-07-30
1
-1
/
+2
|
*
libceph: fix handling of immediate socket connect failure
Sage Weil
2012-07-30
1
-7
/
+19
|
*
libceph: clear all flags on con_close
Sage Weil
2012-07-30
1
-0
/
+2
|
*
libceph: clean up con flags
Sage Weil
2012-07-30
1
-26
/
+36
|
*
libceph: replace connection state bits with states
Sage Weil
2012-07-30
1
-62
/
+68
|
*
libceph: drop unnecessary CLOSED check in socket state change callback
Sage Weil
2012-07-30
1
-3
/
+0
|
*
libceph: close socket directly from ceph_con_close()
Sage Weil
2012-07-30
1
-7
/
+1
|
*
libceph: drop gratuitous socket close calls in con_work
Sage Weil
2012-07-30
1
-4
/
+4
|
*
libceph: move ceph_con_send() closed check under the con mutex
Sage Weil
2012-07-30
1
-9
/
+7
|
*
libceph: move msgr clear_standby under con mutex protection
Sage Weil
2012-07-30
1
-3
/
+4
|
*
libceph: fix fault locking; close socket on lossy fault
Sage Weil
2012-07-30
1
-7
/
+7
|
*
libceph: reset connection retry on successfully negotiation
Sage Weil
2012-07-30
1
-0
/
+2
|
*
libceph: protect ceph_con_open() with mutex
Sage Weil
2012-07-30
1
-0
/
+2
|
*
libceph: (re)initialize bio_iter on start of message receive
Sage Weil
2012-07-30
1
-5
/
+6
|
*
libceph: fix mutex coverage for ceph_con_close
Sage Weil
2012-07-30
1
-1
/
+7
|
*
libceph: report socket read/write error message
Sage Weil
2012-07-30
1
-2
/
+6
|
*
libceph: prevent the race of incoming work during teardown
Guanjun He
2012-07-30
1
-0
/
+5
|
*
libceph: fix messenger retry
Sage Weil
2012-07-30
1
-6
/
+6
|
*
libceph: allow sock transition from CONNECTING to CLOSED
Sage Weil
2012-07-05
1
-12
/
+13
|
*
libceph: set peer name on con_open, not init
Sage Weil
2012-07-05
1
-5
/
+7
|
*
libceph: add some fine ASCII art
Alex Elder
2012-07-05
1
-1
/
+41
|
*
libceph: small changes to messenger.c
Alex Elder
2012-07-05
1
-32
/
+31
|
*
libceph: distinguish two phases of connect sequence
Alex Elder
2012-07-05
1
-24
/
+28
|
*
libceph: separate banner and connect writes
Alex Elder
2012-07-05
1
-9
/
+11
|
*
libceph: define and use an explicit CONNECTED state
Alex Elder
2012-07-05
1
-2
/
+7
|
*
libceph: clear NEGOTIATING when done
Alex Elder
2012-07-05
1
-3
/
+5
|
*
libceph: clear CONNECTING in ceph_con_close()
Alex Elder
2012-07-05
1
-1
/
+2
|
*
libceph: don't touch con state in con_close_socket()
Alex Elder
2012-07-05
1
-1
/
+7
|
*
libceph: just set SOCK_CLOSED when state changes
Alex Elder
2012-07-05
1
-2
/
+2
[next]