aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil1-1/+10
2010-05-11ceph: zero unused message header, footer fieldsSage Weil1-1/+5
2010-05-03ceph: discard incoming messages with bad seq #Sage Weil1-0/+20
2010-05-03ceph: fix seq counting for skipped messagesSage Weil1-0/+2
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+9
2010-04-13ceph: use separate class for ceph sockets' sk_lockSage Weil1-0/+8
2010-04-02ceph: fix ack counter reset on connection resetSage Weil1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23ceph: avoid reopening osd connections when address hasn't changedSage Weil1-0/+8
2010-03-23ceph: fix connection fault con_work reentrancy problemSage Weil1-2/+0
2010-03-20ceph: fix authenticator timeoutSage Weil1-8/+1
2010-03-01ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil1-0/+2
2010-03-01ceph: reset bits on connection closeSage Weil1-0/+3
2010-02-25ceph: fix connection fault STANDBY checkSage Weil1-18/+13
2010-02-25ceph: invalidate_authorizer without con->mutex heldSage Weil1-8/+9
2010-02-23ceph: fix up unexpected message handlingSage Weil1-2/+3
2010-02-16ceph: cancel delayed work when closing connectionSage Weil1-2/+5
2010-02-16ceph: allow connection to be reopened by fault callbackSage Weil1-1/+1
2010-02-13ceph: fix msgr to keep sent messages until ackedSage Weil1-2/+2
2010-02-10ceph: allow renewal of auth credentialsSage Weil1-0/+9
2010-01-29ceph: include type in ceph_entity_addr, filepathSage Weil1-0/+1
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh1-10/+10
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh1-31/+2
2010-01-25ceph: refactor messages data section allocationYehuda Sadeh1-28/+39
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh1-60/+82
2010-01-14ceph: remove unused erank fieldSage Weil1-11/+8
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil1-4/+20
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil1-10/+37
2009-12-23ceph: control access to page vector for incoming dataSage Weil1-0/+29
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil1-18/+31
2009-12-21ceph: remove unaccessible codeYehuda Sadeh1-4/+0
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