summaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.h
AgeCommit message (Expand)AuthorLines
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh-257/+0
2010-10-20ceph: messenger and osdc changes for rbdYehuda Sadeh-0/+4
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil-0/+1
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh-1/+1
2010-05-17ceph: save peer feature bits in connection structureSage Weil-0/+1
2010-05-17ceph: resync headers with userlandSage Weil-3/+1
2010-05-17ceph: clean up connection resetSage Weil-1/+0
2010-05-17ceph: simplify ceph_msg_newSage Weil-3/+1
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil-0/+1
2010-03-23ceph: avoid reopening osd connections when address hasn't changedSage Weil-0/+1
2010-03-01ceph: reset bits on connection closeSage Weil-1/+0
2010-02-10ceph: allow renewal of auth credentialsSage Weil-0/+1
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh-2/+2
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh-4/+0
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh-7/+2
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil-0/+1
2009-12-23ceph: control access to page vector for incoming dataSage Weil-0/+2
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil-1/+2
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil-0/+2
2009-12-21ceph: carry explicit msg reference for currently sending messageSage Weil-0/+1
2009-12-07ceph: use kref for ceph_msgSage Weil-5/+8
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil-0/+10
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil-1/+0
2009-11-10ceph: separate banner and connect during handshake into distinct stagesSage Weil-2/+2
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil-0/+1
2009-10-06ceph: messenger librarySage Weil-0/+243