summaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
AgeCommit message (Expand)Author
2013-05-01libceph: kill args in read_partial_message_bio()Alex Elder
2013-05-01libceph: change type of ceph_tcp_sendpage() "more"Alex Elder
2013-05-01libceph: minor byte order problems in read_partial_message()Alex Elder
2013-05-01libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder
2013-05-01libceph: clean up skipped message logicAlex Elder
2013-05-01libceph: define mds_alloc_msg() methodAlex Elder
2013-05-01libceph: drop mutex while allocating a messageAlex Elder
2013-05-01libceph: kill ceph_msg->pagelist_countAlex Elder
2013-05-01libceph: distinguish page array and pagelist countAlex Elder
2013-05-01libceph: make ceph_msg->bio_seg be unsignedAlex Elder
2013-02-25libceph: use a do..while loop in con_work()Alex Elder
2013-02-25libceph: use a flag to indicate a fault has occurredAlex Elder
2013-02-25libceph: separate non-locked fault handlingAlex Elder
2013-02-25libceph: encapsulate connection backoffAlex Elder
2013-02-25libceph: eliminate sparse warningsAlex Elder
2013-02-25libceph: define connection flag helpersAlex Elder
2013-02-13libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder
2012-12-27libceph: fix protocol feature mismatch failure pathSage Weil
2012-12-27libceph: WARN, don't BUG on unexpected connection statesAlex Elder
2012-12-20libceph: report connection fault with warningAlex Elder
2012-12-17libceph: socket can close in any connection stateAlex Elder
2012-10-26libceph: avoid NULL kref_put from NULL alloc_msg returnSage Weil
2012-10-09rbd: define common queue_con_delay()Alex Elder
2012-10-09rbd: let con_work() handle backoffAlex Elder
2012-10-09rbd: reset BACKOFF if unable to re-queueAlex Elder
2012-09-21libceph: only kunmap kmapped pagesAlex Elder
2012-08-21libceph: avoid truncation due to racing bannersJim Schutt
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-07-30libceph: recheck con state after allocating incoming messageSage Weil
2012-07-30libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil
2012-07-30libceph: avoid dropping con mutex before faultSage Weil
2012-07-30libceph: verify state after retaking con lock after dispatchSage Weil
2012-07-30libceph: fix handling of immediate socket connect failureSage Weil
2012-07-30libceph: clear all flags on con_closeSage Weil
2012-07-30libceph: clean up con flagsSage Weil
2012-07-30libceph: replace connection state bits with statesSage Weil
2012-07-30libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil
2012-07-30libceph: close socket directly from ceph_con_close()Sage Weil
2012-07-30libceph: drop gratuitous socket close calls in con_workSage Weil
2012-07-30libceph: move ceph_con_send() closed check under the con mutexSage Weil
2012-07-30libceph: move msgr clear_standby under con mutex protectionSage Weil
2012-07-30libceph: fix fault locking; close socket on lossy faultSage Weil
2012-07-30libceph: reset connection retry on successfully negotiationSage Weil
2012-07-30libceph: protect ceph_con_open() with mutexSage Weil
2012-07-30libceph: (re)initialize bio_iter on start of message receiveSage Weil
2012-07-30libceph: fix mutex coverage for ceph_con_closeSage Weil
2012-07-30libceph: report socket read/write error messageSage Weil
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He
2012-07-30libceph: fix messenger retrySage Weil
2012-07-17libceph: fix messenger retrySage Weil