Commit Graph

66 Commits (eec7ecfede74bb996060efefd5c157acd5794e8a)

Author SHA1 Message Date
Sage Weil 213c99ee0c ceph: whitespace cleanup 15 years ago
Sage Weil 6a2593823a ceph: specify supported features in super.h 15 years ago
Yehuda Sadeh cd84db6e40 ceph: code cleanup 15 years ago
Sage Weil f91d3471cc ceph: fix creation of ipv6 sockets 15 years ago
Sage Weil 39139f64e1 ceph: fix parsing of ipv6 addresses 15 years ago
Sage Weil d06dbaf6c2 ceph: fix printing of ipv6 addrs 15 years ago
Sage Weil ed98adad3d ceph: fix message revocation 15 years ago
Sage Weil ae32be3134 ceph: fix message memory leak, uninitialized variable 15 years ago
Yehuda Sadeh 0cf5537b15 ceph: some endianity fixes 15 years ago
Sage Weil a922d38fd1 ceph: close out mds, osd connections before stopping auth 15 years ago
Yehuda Sadeh 34d23762d9 ceph: all allocation functions should get gfp_mask 15 years ago
Sage Weil aba558e28a ceph: save peer feature bits in connection structure 15 years ago
Sage Weil ca9d93a292 ceph: resync headers with userland 15 years ago
Sage Weil dbad185d49 ceph: drop src address(es) from message header [new protocol feature] 15 years ago
Sage Weil 9dd4658db1 ceph: close messenger race 15 years ago
Sage Weil 6f2bc3ff4c ceph: clean up connection reset 15 years ago
Sage Weil bb257664f7 ceph: simplify ceph_msg_new 15 years ago
Sage Weil a79832f26b ceph: make ceph_msg_new return NULL on failure; clean up, fix callers 15 years ago
Yehuda Sadeh 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru 15 years ago
Sage Weil e84346b726 ceph: preserve seq # on requeued messages after transient transport errors 15 years ago
Sage Weil 45c6ceb547 ceph: zero unused message header, footer fields 15 years ago
Sage Weil ae18756b9f ceph: discard incoming messages with bad seq # 15 years ago
Sage Weil 684be25c52 ceph: fix seq counting for skipped messages 15 years ago
Sage Weil a6a5349d17 ceph: use separate class for ceph sockets' sk_lock 15 years ago
Sage Weil 0e0d5e0c4b ceph: fix ack counter reset on connection reset 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Sage Weil 87b315a5b5 ceph: avoid reopening osd connections when address hasn't changed 15 years ago
Sage Weil 3c3f2e32ef ceph: fix connection fault con_work reentrancy problem 15 years ago
Sage Weil 63733a0fc5 ceph: fix authenticator timeout 15 years ago
Sage Weil 3ca02ef96e ceph: reset front len on return to msgpool; BUG on mismatched front iov 15 years ago
Sage Weil 1679f876a6 ceph: reset bits on connection close 15 years ago
Sage Weil e80a52d14f ceph: fix connection fault STANDBY check 15 years ago
Sage Weil 161fd65ac9 ceph: invalidate_authorizer without con->mutex held 15 years ago
Sage Weil 5b3a4db3e4 ceph: fix up unexpected message handling 15 years ago
Sage Weil 91e45ce389 ceph: cancel delayed work when closing connection 15 years ago
Sage Weil e2663ab60d ceph: allow connection to be reopened by fault callback 15 years ago
Sage Weil 6c5d1a49e5 ceph: fix msgr to keep sent messages until acked 15 years ago
Sage Weil 9bd2e6f8ba ceph: allow renewal of auth credentials 15 years ago
Sage Weil ac8839d7b2 ceph: include type in ceph_entity_addr, filepath 15 years ago
Yehuda Sadeh 0d59ab81c3 ceph: keep reserved replies on the request structure 15 years ago
Yehuda Sadeh 0547a9b30a ceph: alloc message data pages and check if tid exists 15 years ago
Yehuda Sadeh 9d7f0f139e ceph: refactor messages data section allocation 15 years ago
Yehuda Sadeh 2450418c47 ceph: allocate middle of message before stating to read 15 years ago
Sage Weil 103e2d3ae5 ceph: remove unused erank field 15 years ago
Sage Weil 58bb3b374b ceph: support ceph_pagelist for message payload 15 years ago
Sage Weil 04a419f908 ceph: add feature bits to connection handshake (protocol change) 15 years ago
Sage Weil 350b1c32ea ceph: control access to page vector for incoming data 15 years ago
Sage Weil ec302645f4 ceph: use connection mutex to protect read and write stages 15 years ago
Yehuda Sadeh 169e16ce81 ceph: remove unaccessible code 15 years ago
Sage Weil cf3e5c409b ceph: plug leak of incoming message during connection fault/close 15 years ago