summaryrefslogtreecommitdiff
path: root/net/ceph/mon_client.c
AgeCommit message (Expand)Author
2017-11-13ceph: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: more accurate statfsDouglas Fuller
2017-07-07libceph: support SERVER_JEWEL feature bitsIlya Dryomov
2017-05-23libceph: drop version variable from ceph_monmap_decode()Ilya Dryomov
2016-12-12libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov
2016-08-24libceph: support for blacklisting clientsDouglas Fuller
2016-08-08libceph: make cancel_generic_request() staticWei Yongjun
2016-07-28libceph: fsmap.user subscription supportYan, Zheng
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov
2016-05-26libceph: async MON client generic requestsIlya Dryomov
2016-05-26libceph: handle_one_map()Ilya Dryomov
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov
2016-05-26libceph: nuke unused fields and functionsIlya Dryomov
2016-03-25libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov
2016-03-25libceph: reschedule tick in mon_fault()Ilya Dryomov
2016-03-25libceph: introduce and switch to reopen_session()Ilya Dryomov
2016-03-25libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov
2016-03-25libceph: monc ping rate is 10sIlya Dryomov
2016-03-25libceph: pick a different monitor when reconnectingIlya Dryomov
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov
2016-03-25libceph: decouple hunting and subs managementIlya Dryomov
2016-03-25libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov
2016-01-21libceph: remove outdated commentIlya Dryomov
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng
2015-06-25libceph: a couple tweaks for wait loopsIlya Dryomov
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-02-19libceph: use mon_client.c/put_generic_request() moreIlya Dryomov
2015-02-19libceph: nuke pool op infrastructureIlya Dryomov
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches
2014-09-10libceph: gracefully handle large reply messages from the monSage Weil
2014-06-06libceph: add ceph_monc_wait_osdmap()Ilya Dryomov
2014-06-06libceph: mon_get_version request infrastructureIlya Dryomov
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil
2013-02-25libceph: eliminate sparse warningsAlex Elder
2012-10-01libceph: Fix sparse warningIulius Curt
2012-10-01libceph: remove unused monc->have_fsidSage Weil
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil
2012-07-30libceph: revoke mon_client messages on session restartSage Weil
2012-07-05libceph: initialize mon_client con only onceSage Weil
2012-07-05libceph: set peer name on con_open, not initSage Weil
2012-06-15Merge tag 'v3.5-rc1'Sage Weil
2012-06-15libceph: flush msgr queue during mon_client shutdownSage Weil
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder
2012-06-06libceph: tweak ceph_alloc_msg()Alex Elder
2012-06-06libceph: fully initialize connection in con_init()Alex Elder
2012-06-06libceph: init monitor connection when openingAlex Elder