aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-03ceph: whitespace cleanupSage Weil1-4/+5
2010-08-01ceph: specify supported features in super.hSage Weil1-3/+3
2010-08-01ceph: code cleanupYehuda Sadeh1-4/+4
2010-07-09ceph: fix creation of ipv6 socketsSage Weil1-3/+5
2010-07-09ceph: fix parsing of ipv6 addressesSage Weil1-6/+19
2010-07-08ceph: fix printing of ipv6 addrsSage Weil1-18/+6
2010-07-05ceph: fix message revocationSage Weil1-7/+7
2010-06-13ceph: fix message memory leak, uninitialized variableSage Weil1-0/+2
2010-06-13ceph: some endianity fixesYehuda Sadeh1-1/+1
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil1-0/+6
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh1-5/+5
2010-05-17ceph: save peer feature bits in connection structureSage Weil1-0/+1
2010-05-17ceph: resync headers with userlandSage Weil1-12/+0
2010-05-17ceph: drop src address(es) from message header [new protocol feature]Sage Weil1-8/+6
2010-05-17ceph: close messenger raceSage Weil1-7/+7
2010-05-17ceph: clean up connection resetSage Weil1-0/+2
2010-05-17ceph: simplify ceph_msg_newSage Weil1-11/+9
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-13/+7
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh1-1/+1
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