aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: whitespace cleanupSage Weil2010-08-031-4/+5
* ceph: specify supported features in super.hSage Weil2010-08-011-3/+3
* ceph: code cleanupYehuda Sadeh2010-08-011-4/+4
* ceph: fix creation of ipv6 socketsSage Weil2010-07-091-3/+5
* ceph: fix parsing of ipv6 addressesSage Weil2010-07-091-6/+19
* ceph: fix printing of ipv6 addrsSage Weil2010-07-081-18/+6
* ceph: fix message revocationSage Weil2010-07-051-7/+7
* ceph: fix message memory leak, uninitialized variableSage Weil2010-06-131-0/+2
* ceph: some endianity fixesYehuda Sadeh2010-06-131-1/+1
* ceph: close out mds, osd connections before stopping authSage Weil2010-05-291-0/+6
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-171-5/+5
* ceph: save peer feature bits in connection structureSage Weil2010-05-171-0/+1
* ceph: resync headers with userlandSage Weil2010-05-171-12/+0
* ceph: drop src address(es) from message header [new protocol feature]Sage Weil2010-05-171-8/+6
* ceph: close messenger raceSage Weil2010-05-171-7/+7
* ceph: clean up connection resetSage Weil2010-05-171-0/+2
* ceph: simplify ceph_msg_newSage Weil2010-05-171-11/+9
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-171-13/+7
* ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh2010-05-171-1/+1
* ceph: preserve seq # on requeued messages after transient transport errorsSage Weil2010-05-111-1/+10
* ceph: zero unused message header, footer fieldsSage Weil2010-05-111-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-141-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-021-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/+0
* ceph: fix authenticator timeoutSage Weil2010-03-201-8/+1
* ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil2010-03-011-0/+2
* ceph: reset bits on connection closeSage Weil2010-03-011-0/+3
* ceph: fix connection fault STANDBY checkSage Weil2010-02-251-18/+13
* 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-161-2/+5
* ceph: allow connection to be reopened by fault callbackSage Weil2010-02-161-1/+1
* ceph: fix msgr to keep sent messages until ackedSage Weil2010-02-131-2/+2
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-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/+2
* 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/+8
* 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-211-4/+0