aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2014-03-30libceph: resend all writes after the osdmap loses the full flagJosh Durgin
2014-03-11libceph: unregister request in __map_request failed and nofail == falsemajianpeng
2013-07-13libceph: Fix NULL pointer dereference in auth client codeTyler Hicks
2013-06-20libceph: wrap auth methods in a mutexSage Weil
2013-06-20libceph: wrap auth ops in wrapper functionsSage Weil
2013-06-20libceph: add update_authorizer auth methodSage Weil
2013-06-20libceph: fix authorizer invalidationSage Weil
2013-06-20libceph: clear messenger auth_retry flag when we authenticateSage Weil
2013-06-20libceph: must hold mutex for reset_changed_osds()Alex Elder
2013-01-17rbd: remove linger unconditionallyAlex Elder
2013-01-17ceph: don't reference req after putAlex Elder
2013-01-17libceph: remove 'osdtimeout' optionSage Weil
2013-01-17libceph: avoid using freed osd in __kick_osd_requests()Alex Elder
2013-01-17libceph: fix osdmap decode error pathsSage Weil
2013-01-17libceph: fix protocol feature mismatch failure pathSage Weil
2013-01-17libceph: WARN, don't BUG on unexpected connection statesAlex Elder
2013-01-17libceph: always reset osds when kickingAlex Elder
2013-01-17libceph: move linger requests sooner in kick_requests()Alex Elder
2013-01-17libceph: register request before unregister lingerAlex Elder
2013-01-17libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder
2013-01-17libceph: init event->node in ceph_osdc_create_event()Alex Elder
2013-01-17libceph: init osd->o_node in create_osd()Alex Elder
2013-01-17libceph: report connection fault with warningAlex Elder
2013-01-17libceph: socket can close in any connection stateAlex Elder
2013-01-17ceph: propagate layout error on osd request creationSage Weil
2012-11-26libceph: check for invalid mappingSage Weil
2012-11-26libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil
2012-11-26rbd: reset BACKOFF if unable to re-queueAlex Elder
2012-11-26libceph: only kunmap kmapped pagesAlex Elder
2012-11-26libceph: avoid truncation due to racing bannersJim Schutt
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil
2012-11-26libceph: fix crypto key null deref, memory leakSylvain Munaut
2012-11-26libceph: recheck con state after allocating incoming messageSage Weil
2012-11-26libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil
2012-11-26libceph: avoid dropping con mutex before faultSage Weil
2012-11-26libceph: verify state after retaking con lock after dispatchSage Weil
2012-11-26libceph: revoke mon_client messages on session restartSage Weil
2012-11-26libceph: fix handling of immediate socket connect failureSage Weil
2012-11-26libceph: clear all flags on con_closeSage Weil
2012-11-26libceph: clean up con flagsSage Weil
2012-11-26libceph: replace connection state bits with statesSage Weil
2012-11-26libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil
2012-11-26libceph: close socket directly from ceph_con_close()Sage Weil
2012-11-26libceph: drop gratuitous socket close calls in con_workSage Weil
2012-11-26libceph: move ceph_con_send() closed check under the con mutexSage Weil
2012-11-26libceph: move msgr clear_standby under con mutex protectionSage Weil
2012-11-26libceph: fix fault locking; close socket on lossy faultSage Weil
2012-11-26libceph: reset connection retry on successfully negotiationSage Weil
2012-11-26libceph: protect ceph_con_open() with mutexSage Weil
2012-11-26libceph: (re)initialize bio_iter on start of message receiveSage Weil