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