summaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: avoid reopening osd connections when address hasn't changedSage Weil2010-03-231-0/+8
* ceph: fix connection fault con_work reentrancy problemSage Weil2010-03-231-2/+0
* ceph: fix authenticator timeoutSage Weil2010-03-201-8/+1
* ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil2010-03-011-0/+2
* ceph: reset bits on connection closeSage Weil2010-03-011-0/+3
* ceph: fix connection fault STANDBY checkSage Weil2010-02-251-18/+13
* ceph: invalidate_authorizer without con->mutex heldSage Weil2010-02-251-8/+9
* ceph: fix up unexpected message handlingSage Weil2010-02-231-2/+3
* ceph: cancel delayed work when closing connectionSage Weil2010-02-161-2/+5
* ceph: allow connection to be reopened by fault callbackSage Weil2010-02-161-1/+1
* ceph: fix msgr to keep sent messages until ackedSage Weil2010-02-131-2/+2
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-0/+9
* ceph: include type in ceph_entity_addr, filepathSage Weil2010-01-291-0/+1
* ceph: keep reserved replies on the request structureYehuda Sadeh2010-01-251-10/+10
* ceph: alloc message data pages and check if tid existsYehuda Sadeh2010-01-251-31/+2
* ceph: refactor messages data section allocationYehuda Sadeh2010-01-251-28/+39
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-251-60/+82
* ceph: remove unused erank fieldSage Weil2010-01-141-11/+8
* ceph: support ceph_pagelist for message payloadSage Weil2009-12-231-4/+20
* ceph: add feature bits to connection handshake (protocol change)Sage Weil2009-12-231-10/+37
* ceph: control access to page vector for incoming dataSage Weil2009-12-231-0/+29
* ceph: use connection mutex to protect read and write stagesSage Weil2009-12-231-18/+31
* ceph: remove unaccessible codeYehuda Sadeh2009-12-211-4/+0
* ceph: plug leak of incoming message during connection fault/closeSage Weil2009-12-211-2/+8
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-0/+20
* ceph: don't save sent messages on lossy connectionsSage Weil2009-12-211-3/+7
* ceph: detect lossy state of connectionSage Weil2009-12-211-2/+4
* ceph: plug msg leak in con_faultSage Weil2009-12-211-2/+7
* ceph: carry explicit msg reference for currently sending messageSage Weil2009-12-211-4/+18
* ceph: use kref for ceph_msgSage Weil2009-12-071-29/+18
* ceph: simplify ceph_buffer interfaceSage Weil2009-12-071-1/+1
* ceph: reset msgr backoff during open, not after successful handshakeSage Weil2009-11-201-2/+1
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-2/+52
* ceph: remove unnecessary ceph_con_shutdownSage Weil2009-11-181-12/+1
* ceph: separate banner and connect during handshake into distinct stagesSage Weil2009-11-101-42/+75
* ceph: convert port endiannessSage Weil2009-11-041-2/+2
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-031-5/+18
* ceph: update to mon client protocol v15Sage Weil2009-10-091-1/+1
* ceph: messenger librarySage Weil2009-10-061-0/+2019