summaryrefslogtreecommitdiff
path: root/fs/ceph/messenger.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil1-0/+1
2009-12-23ceph: control access to page vector for incoming dataSage Weil1-0/+2
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil1-1/+2
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+2
2009-12-22ceph: carry explicit msg reference for currently sending messageSage Weil1-0/+1
2009-12-08ceph: use kref for ceph_msgSage Weil1-5/+8
2009-11-19ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-0/+10
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil1-1/+0
2009-11-11ceph: separate banner and connect during handshake into distinct stagesSage Weil1-2/+2
2009-11-04ceph: use fixed endian encoding for ceph_entity_addrSage Weil1-0/+1
2009-10-06ceph: messenger librarySage Weil1-0/+243