summaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c
AgeCommit message (Expand)AuthorLines
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil-0/+6
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh-5/+5
2010-05-17ceph: save peer feature bits in connection structureSage Weil-0/+1
2010-05-17ceph: resync headers with userlandSage Weil-12/+0
2010-05-17ceph: drop src address(es) from message header [new protocol feature]Sage Weil-8/+6
2010-05-17ceph: close messenger raceSage Weil-7/+7
2010-05-17ceph: clean up connection resetSage Weil-0/+2
2010-05-17ceph: simplify ceph_msg_newSage Weil-11/+9
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil-13/+7
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh-1/+1
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil-1/+10
2010-05-11ceph: zero unused message header, footer fieldsSage Weil-1/+5
2010-05-03ceph: discard incoming messages with bad seq #Sage Weil-0/+20
2010-05-03ceph: fix seq counting for skipped messagesSage Weil-0/+2
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-0/+9
2010-04-13ceph: use separate class for ceph sockets' sk_lockSage Weil-0/+8
2010-04-02ceph: fix ack counter reset on connection resetSage Weil-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-23ceph: avoid reopening osd connections when address hasn't changedSage Weil-0/+8
2010-03-23ceph: fix connection fault con_work reentrancy problemSage Weil-2/+0
2010-03-20ceph: fix authenticator timeoutSage Weil-8/+1
2010-03-01ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil-0/+2
2010-03-01ceph: reset bits on connection closeSage Weil-0/+3
2010-02-25ceph: fix connection fault STANDBY checkSage Weil-18/+13
2010-02-25ceph: invalidate_authorizer without con->mutex heldSage Weil-8/+9
2010-02-23ceph: fix up unexpected message handlingSage Weil-2/+3
2010-02-16ceph: cancel delayed work when closing connectionSage Weil-2/+5
2010-02-16ceph: allow connection to be reopened by fault callbackSage Weil-1/+1
2010-02-13ceph: fix msgr to keep sent messages until ackedSage Weil-2/+2
2010-02-10ceph: allow renewal of auth credentialsSage Weil-0/+9
2010-01-29ceph: include type in ceph_entity_addr, filepathSage Weil-0/+1
2010-01-25ceph: keep reserved replies on the request structureYehuda Sadeh-10/+10
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh-31/+2
2010-01-25ceph: refactor messages data section allocationYehuda Sadeh-28/+39
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh-60/+82
2010-01-14ceph: remove unused erank fieldSage Weil-11/+8
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil-4/+20
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil-10/+37
2009-12-23ceph: control access to page vector for incoming dataSage Weil-0/+29
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil-18/+31
2009-12-21ceph: remove unaccessible codeYehuda Sadeh-4/+0
2009-12-21ceph: plug leak of incoming message during connection fault/closeSage Weil-2/+8
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil-0/+20
2009-12-21ceph: don't save sent messages on lossy connectionsSage Weil-3/+7
2009-12-21ceph: detect lossy state of connectionSage Weil-2/+4
2009-12-21ceph: plug msg leak in con_faultSage Weil-2/+7
2009-12-21ceph: carry explicit msg reference for currently sending messageSage Weil-4/+18
2009-12-07ceph: use kref for ceph_msgSage Weil-29/+18
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil-1/+1
2009-11-20ceph: reset msgr backoff during open, not after successful handshakeSage Weil-2/+1