aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2013-09-30libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil
2013-09-30libceph: unregister request in __map_request failed and nofail == falsemajianpeng
2013-07-22libceph: Fix NULL pointer dereference in auth client codeTyler Hicks
2013-06-13libceph: must hold mutex for reset_changed_osds()Alex Elder
2013-06-13libceph: always reset osds when kickingAlex Elder
2013-06-13libceph: register request before unregister lingerAlex Elder
2013-06-12libceph: wrap auth methods in a mutexSage Weil
2013-06-12libceph: wrap auth ops in wrapper functionsSage Weil
2013-06-12libceph: add update_authorizer auth methodSage Weil
2013-06-12libceph: fix authorizer invalidationSage Weil
2013-06-12libceph: clear messenger auth_retry flag when we authenticateSage Weil
2012-11-20libceph: check for invalid mappingSage Weil
2012-11-20libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil
2012-11-20rbd: reset BACKOFF if unable to re-queueAlex Elder
2012-11-20libceph: only kunmap kmapped pagesAlex Elder
2012-11-20libceph: avoid truncation due to racing bannersJim Schutt
2012-11-20libceph: delay debugfs initialization until we learn global_idSage Weil
2012-11-20libceph: fix crypto key null deref, memory leakSylvain Munaut
2012-11-20libceph: recheck con state after allocating incoming messageSage Weil
2012-11-20libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil
2012-11-20libceph: avoid dropping con mutex before faultSage Weil
2012-11-20libceph: verify state after retaking con lock after dispatchSage Weil
2012-11-20libceph: revoke mon_client messages on session restartSage Weil
2012-11-20libceph: fix handling of immediate socket connect failureSage Weil
2012-11-20libceph: clear all flags on con_closeSage Weil
2012-11-20libceph: clean up con flagsSage Weil
2012-11-20libceph: replace connection state bits with statesSage Weil
2012-11-20libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil
2012-11-20libceph: close socket directly from ceph_con_close()Sage Weil
2012-11-20libceph: drop gratuitous socket close calls in con_workSage Weil
2012-11-20libceph: move ceph_con_send() closed check under the con mutexSage Weil
2012-11-20libceph: move msgr clear_standby under con mutex protectionSage Weil
2012-11-20libceph: fix fault locking; close socket on lossy faultSage Weil
2012-11-20libceph: reset connection retry on successfully negotiationSage Weil
2012-11-20libceph: protect ceph_con_open() with mutexSage Weil
2012-11-20libceph: (re)initialize bio_iter on start of message receiveSage Weil
2012-11-20libceph: resubmit linger ops when pg mapping changesSage Weil
2012-11-20libceph: fix mutex coverage for ceph_con_closeSage Weil
2012-11-20libceph: report socket read/write error messageSage Weil
2012-11-20libceph: prevent the race of incoming work during teardownGuanjun He
2012-11-20libceph: initialize msgpool message typesSage Weil
2012-11-20libceph: allow sock transition from CONNECTING to CLOSEDSage Weil
2012-11-20libceph: initialize mon_client con only onceSage Weil
2012-11-20libceph: set peer name on con_open, not initSage Weil
2012-11-20libceph: add some fine ASCII artAlex Elder
2012-11-20libceph: small changes to messenger.cAlex Elder
2012-11-20libceph: distinguish two phases of connect sequenceAlex Elder
2012-11-20libceph: separate banner and connect writesAlex Elder
2012-11-20libceph: define and use an explicit CONNECTED stateAlex Elder
2012-11-20libceph: clear NEGOTIATING when doneAlex Elder