aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-21ceph: plug leak of incoming message during connection fault/closeSage Weil1-2/+8
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+20
2009-12-21ceph: don't save sent messages on lossy connectionsSage Weil1-3/+7
2009-12-21ceph: detect lossy state of connectionSage Weil1-2/+4
2009-12-21ceph: plug msg leak in con_faultSage Weil1-2/+7
2009-12-21ceph: carry explicit msg reference for currently sending messageSage Weil1-4/+18
2009-12-07ceph: use kref for ceph_msgSage Weil1-29/+18
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil1-1/+1
2009-11-20ceph: reset msgr backoff during open, not after successful handshakeSage Weil1-2/+1
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-2/+52
2009-11-18ceph: remove unnecessary ceph_con_shutdownSage Weil1-12/+1
2009-11-10ceph: separate banner and connect during handshake into distinct stagesSage Weil1-42/+75
2009-11-04ceph: convert port endiannessSage Weil1-2/+2
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil1-5/+18
2009-10-09ceph: update to mon client protocol v15Sage Weil1-1/+1
2009-10-06ceph: messenger librarySage Weil1-0/+2019