Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
52fa2bbc8ec46255039e2048d616bbd0852ee292
/
fs
/
ceph
/
messenger.c
ae32be3
ceph: fix message memory leak, uninitialized variable
by Sage Weil
· 14 years ago
0cf5537
ceph: some endianity fixes
by Yehuda Sadeh
· 14 years ago
a922d38
ceph: close out mds, osd connections before stopping auth
by Sage Weil
· 14 years ago
34d2376
ceph: all allocation functions should get gfp_mask
by Yehuda Sadeh
· 15 years ago
aba558e
ceph: save peer feature bits in connection structure
by Sage Weil
· 14 years ago
ca9d93a
ceph: resync headers with userland
by Sage Weil
· 14 years ago
dbad185
ceph: drop src address(es) from message header [new protocol feature]
by Sage Weil
· 15 years ago
9dd4658
ceph: close messenger race
by Sage Weil
· 15 years ago
6f2bc3f
ceph: clean up connection reset
by Sage Weil
· 15 years ago
bb25766
ceph: simplify ceph_msg_new
by Sage Weil
· 15 years ago
a79832f
ceph: make ceph_msg_new return NULL on failure; clean up, fix callers
by Sage Weil
· 15 years ago
31459fe
ceph: use __page_cache_alloc and add_to_page_cache_lru
by Yehuda Sadeh
· 15 years ago
e84346b
ceph: preserve seq # on requeued messages after transient transport errors
by Sage Weil
· 15 years ago
45c6ceb
ceph: zero unused message header, footer fields
by Sage Weil
· 15 years ago
ae18756
ceph: discard incoming messages with bad seq #
by Sage Weil
· 15 years ago
684be25
ceph: fix seq counting for skipped messages
by Sage Weil
· 15 years ago
96e35b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 15 years ago
a6a5349
ceph: use separate class for ceph sockets' sk_lock
by Sage Weil
· 15 years ago
0e0d5e0
ceph: fix ack counter reset on connection reset
by Sage Weil
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
87b315a
ceph: avoid reopening osd connections when address hasn't changed
by Sage Weil
· 15 years ago
3c3f2e3
ceph: fix connection fault con_work reentrancy problem
by Sage Weil
· 15 years ago
63733a0
ceph: fix authenticator timeout
by Sage Weil
· 15 years ago
3ca02ef
ceph: reset front len on return to msgpool; BUG on mismatched front iov
by Sage Weil
· 15 years ago
1679f87
ceph: reset bits on connection close
by Sage Weil
· 15 years ago
e80a52d
ceph: fix connection fault STANDBY check
by Sage Weil
· 15 years ago
161fd65
ceph: invalidate_authorizer without con->mutex held
by Sage Weil
· 15 years ago
5b3a4db
ceph: fix up unexpected message handling
by Sage Weil
· 15 years ago
91e45ce
ceph: cancel delayed work when closing connection
by Sage Weil
· 15 years ago
e2663ab
ceph: allow connection to be reopened by fault callback
by Sage Weil
· 15 years ago
6c5d1a4
ceph: fix msgr to keep sent messages until acked
by Sage Weil
· 15 years ago
9bd2e6f
ceph: allow renewal of auth credentials
by Sage Weil
· 15 years ago
ac8839d
ceph: include type in ceph_entity_addr, filepath
by Sage Weil
· 15 years ago
0d59ab8
ceph: keep reserved replies on the request structure
by Yehuda Sadeh
· 15 years ago
0547a9b
ceph: alloc message data pages and check if tid exists
by Yehuda Sadeh
· 15 years ago
9d7f0f1
ceph: refactor messages data section allocation
by Yehuda Sadeh
· 15 years ago
2450418
ceph: allocate middle of message before stating to read
by Yehuda Sadeh
· 15 years ago
103e2d3
ceph: remove unused erank field
by Sage Weil
· 15 years ago
58bb3b3
ceph: support ceph_pagelist for message payload
by Sage Weil
· 15 years ago
04a419f
ceph: add feature bits to connection handshake (protocol change)
by Sage Weil
· 15 years ago
350b1c3
ceph: control access to page vector for incoming data
by Sage Weil
· 15 years ago
ec30264
ceph: use connection mutex to protect read and write stages
by Sage Weil
· 15 years ago
169e16c
ceph: remove unaccessible code
by Yehuda Sadeh
· 15 years ago
cf3e5c4
ceph: plug leak of incoming message during connection fault/close
by Sage Weil
· 15 years ago
9ec7cab
ceph: hex dump corrupt server data to KERN_DEBUG
by Sage Weil
· 15 years ago
b3d1dbb
ceph: don't save sent messages on lossy connections
by Sage Weil
· 15 years ago
92ac41d
ceph: detect lossy state of connection
by Sage Weil
· 15 years ago
5e095e8
ceph: plug msg leak in con_fault
by Sage Weil
· 15 years ago
c86a293
ceph: carry explicit msg reference for currently sending message
by Sage Weil
· 15 years ago
c2e552e
ceph: use kref for ceph_msg
by Sage Weil
· 15 years ago
b6c1d5b
ceph: simplify ceph_buffer interface
by Sage Weil
· 15 years ago
03c677e
ceph: reset msgr backoff during open, not after successful handshake
by Sage Weil
· 15 years ago
4e7a5dc
ceph: negotiate authentication protocol; implement AUTH_NONE protocol
by Sage Weil
· 15 years ago
71ececd
ceph: remove unnecessary ceph_con_shutdown
by Sage Weil
· 15 years ago
eed0ef2
ceph: separate banner and connect during handshake into distinct stages
by Sage Weil
· 15 years ago
f28bcfb
ceph: convert port endianness
by Sage Weil
· 15 years ago
63f2d21
ceph: use fixed endian encoding for ceph_entity_addr
by Sage Weil
· 15 years ago
13e38c8
ceph: update to mon client protocol v15
by Sage Weil
· 15 years ago
31b8006
ceph: messenger library
by Sage Weil
· 15 years ago