aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.c
Commit message (Expand)AuthorAge
* ceph: whitespace cleanupSage Weil2010-08-03
* ceph: specify supported features in super.hSage Weil2010-08-01
* ceph: code cleanupYehuda Sadeh2010-08-01
* ceph: fix creation of ipv6 socketsSage Weil2010-07-09
* ceph: fix parsing of ipv6 addressesSage Weil2010-07-09
* ceph: fix printing of ipv6 addrsSage Weil2010-07-08
* ceph: fix message revocationSage Weil2010-07-05
* ceph: fix message memory leak, uninitialized variableSage Weil2010-06-13
* ceph: some endianity fixesYehuda Sadeh2010-06-13
* ceph: close out mds, osd connections before stopping authSage Weil2010-05-29
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-17
* ceph: save peer feature bits in connection structureSage Weil2010-05-17
* ceph: resync headers with userlandSage Weil2010-05-17
* ceph: drop src address(es) from message header [new protocol feature]Sage Weil2010-05-17
* ceph: close messenger raceSage Weil2010-05-17
* ceph: clean up connection resetSage Weil2010-05-17
* ceph: simplify ceph_msg_newSage Weil2010-05-17
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-17
* ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh2010-05-17
* ceph: preserve seq # on requeued messages after transient transport errorsSage Weil2010-05-12
* ceph: zero unused message header, footer fieldsSage Weil2010-05-11
* ceph: discard incoming messages with bad seq #Sage Weil2010-05-03
* ceph: fix seq counting for skipped messagesSage Weil2010-05-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-14
|\
| * ceph: use separate class for ceph sockets' sk_lockSage Weil2010-04-13
| * ceph: fix ack counter reset on connection resetSage Weil2010-04-02
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* ceph: avoid reopening osd connections when address hasn't changedSage Weil2010-03-23
* ceph: fix connection fault con_work reentrancy problemSage Weil2010-03-23
* ceph: fix authenticator timeoutSage Weil2010-03-21
* ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil2010-03-01
* ceph: reset bits on connection closeSage Weil2010-03-01
* ceph: fix connection fault STANDBY checkSage Weil2010-02-25
* ceph: invalidate_authorizer without con->mutex heldSage Weil2010-02-25
* ceph: fix up unexpected message handlingSage Weil2010-02-23
* ceph: cancel delayed work when closing connectionSage Weil2010-02-17
* ceph: allow connection to be reopened by fault callbackSage Weil2010-02-17
* ceph: fix msgr to keep sent messages until ackedSage Weil2010-02-13
* ceph: allow renewal of auth credentialsSage Weil2010-02-10
* ceph: include type in ceph_entity_addr, filepathSage Weil2010-01-29
* ceph: keep reserved replies on the request structureYehuda Sadeh2010-01-25
* ceph: alloc message data pages and check if tid existsYehuda Sadeh2010-01-25
* ceph: refactor messages data section allocationYehuda Sadeh2010-01-25
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-25
* ceph: remove unused erank fieldSage Weil2010-01-14
* ceph: support ceph_pagelist for message payloadSage Weil2009-12-23
* ceph: add feature bits to connection handshake (protocol change)Sage Weil2009-12-23
* ceph: control access to page vector for incoming dataSage Weil2009-12-23
* ceph: use connection mutex to protect read and write stagesSage Weil2009-12-23
* ceph: remove unaccessible codeYehuda Sadeh2009-12-21