aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/messenger.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsGravatar Sage Weil 1-0/+1
2010-03-23ceph: avoid reopening osd connections when address hasn't changedGravatar Sage Weil 1-0/+1
2010-03-01ceph: reset bits on connection closeGravatar Sage Weil 1-1/+0
2010-02-10ceph: allow renewal of auth credentialsGravatar Sage Weil 1-0/+1
2010-01-25ceph: keep reserved replies on the request structureGravatar Yehuda Sadeh 1-2/+2
2010-01-25ceph: alloc message data pages and check if tid existsGravatar Yehuda Sadeh 1-4/+0
2010-01-25ceph: allocate middle of message before stating to readGravatar Yehuda Sadeh 1-7/+2
2009-12-23ceph: support ceph_pagelist for message payloadGravatar Sage Weil 1-0/+1
2009-12-23ceph: control access to page vector for incoming dataGravatar Sage Weil 1-0/+2
2009-12-23ceph: use connection mutex to protect read and write stagesGravatar Sage Weil 1-1/+2
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGGravatar Sage Weil 1-0/+2
2009-12-21ceph: carry explicit msg reference for currently sending messageGravatar Sage Weil 1-0/+1
2009-12-07ceph: use kref for ceph_msgGravatar Sage Weil 1-5/+8
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolGravatar Sage Weil 1-0/+10
2009-11-18ceph: remove bad calls to ceph_con_shutdownGravatar Sage Weil 1-1/+0
2009-11-10ceph: separate banner and connect during handshake into distinct stagesGravatar Sage Weil 1-2/+2
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrGravatar Sage Weil 1-0/+1
2009-10-06ceph: messenger libraryGravatar Sage Weil 1-0/+243