summaryrefslogtreecommitdiff
path: root/fs/ceph/messenger.c
AgeCommit message (Expand)Author
2010-03-01ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil
2010-03-01ceph: reset bits on connection closeSage Weil
2010-02-25ceph: fix connection fault STANDBY checkSage Weil
2010-02-25ceph: invalidate_authorizer without con->mutex heldSage Weil
2010-02-23ceph: fix up unexpected message handlingSage Weil
2010-02-16ceph: cancel delayed work when closing connectionSage Weil
2010-02-16ceph: allow connection to be reopened by fault callbackSage Weil
2010-02-13ceph: fix msgr to keep sent messages until ackedSage Weil
2010-02-10ceph: allow renewal of auth credentialsSage Weil
2010-01-29ceph: include type in ceph_entity_addr, filepathSage Weil
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh
2010-01-25ceph: refactor messages data section allocationYehuda Sadeh
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh
2010-01-14ceph: remove unused erank fieldSage Weil
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil
2009-12-23ceph: control access to page vector for incoming dataSage Weil
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil
2009-12-21ceph: remove unaccessible codeYehuda Sadeh
2009-12-21ceph: plug leak of incoming message during connection fault/closeSage Weil
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil
2009-12-21ceph: don't save sent messages on lossy connectionsSage Weil
2009-12-21ceph: detect lossy state of connectionSage Weil
2009-12-21ceph: plug msg leak in con_faultSage Weil
2009-12-21ceph: carry explicit msg reference for currently sending messageSage Weil
2009-12-07ceph: use kref for ceph_msgSage Weil
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil
2009-11-20ceph: reset msgr backoff during open, not after successful handshakeSage Weil
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil
2009-11-18ceph: remove unnecessary ceph_con_shutdownSage Weil
2009-11-10ceph: separate banner and connect during handshake into distinct stagesSage Weil
2009-11-04ceph: convert port endiannessSage Weil
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil
2009-10-09ceph: update to mon client protocol v15Sage Weil
2009-10-06ceph: messenger librarySage Weil