summaryrefslogtreecommitdiffstats
path: root/net/ceph/mon_client.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov2016-12-121-6/+6
* libceph: support for blacklisting clientsDouglas Fuller2016-08-241-0/+82
* libceph: make cancel_generic_request() staticWei Yongjun2016-08-081-1/+1
* libceph: fsmap.user subscription supportYan, Zheng2016-07-281-1/+3
* libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2016-05-261-5/+13
* libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-261-14/+0
* libceph: async MON client generic requestsIlya Dryomov2016-05-261-106/+210
* libceph: handle_one_map()Ilya Dryomov2016-05-261-0/+8
* libceph: DEFINE_RB_FUNCS macroIlya Dryomov2016-05-261-44/+8
* libceph: nuke unused fields and functionsIlya Dryomov2016-05-261-3/+0
* libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov2016-03-251-14/+9
* libceph: reschedule tick in mon_fault()Ilya Dryomov2016-03-251-4/+4
* libceph: introduce and switch to reopen_session()Ilya Dryomov2016-03-251-17/+16
* libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-251-9/+16
* libceph: monc ping rate is 10sIlya Dryomov2016-03-251-6/+2
* libceph: pick a different monitor when reconnectingIlya Dryomov2016-03-251-28/+57
* libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-251-76/+134
* libceph: decouple hunting and subs managementIlya Dryomov2016-03-251-9/+22
* libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov2016-03-251-51/+1
* libceph: remove outdated commentIlya Dryomov2016-01-211-4/+0
* libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-081-8/+29
* libceph: a couple tweaks for wait loopsIlya Dryomov2015-06-251-1/+1
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-2/+9
* libceph: use mon_client.c/put_generic_request() moreIlya Dryomov2015-02-191-2/+2
* libceph: nuke pool op infrastructureIlya Dryomov2015-02-191-132/+3
* libceph: fix sparse endianness warningsIlya Dryomov2015-01-081-1/+1
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-141-4/+4
* libceph: gracefully handle large reply messages from the monSage Weil2014-09-101-0/+8
* libceph: add ceph_monc_wait_osdmap()Ilya Dryomov2014-06-061-0/+27
* libceph: mon_get_version request infrastructureIlya Dryomov2014-06-061-5/+118
* libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-01-141-4/+4
* libceph: wrap auth ops in wrapper functionsSage Weil2013-05-011-4/+3
* libceph: eliminate sparse warningsAlex Elder2013-02-251-1/+1
* libceph: Fix sparse warningIulius Curt2012-10-011-3/+3
* libceph: remove unused monc->have_fsidSage Weil2012-10-011-1/+0
* libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-201-5/+46
* libceph: revoke mon_client messages on session restartSage Weil2012-07-301-0/+4
* libceph: initialize mon_client con only onceSage Weil2012-07-051-4/+3
* libceph: set peer name on con_open, not initSage Weil2012-07-051-2/+2
* Merge tag 'v3.5-rc1'Sage Weil2012-06-151-5/+5
|\
| * net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-5/+5
* | libceph: flush msgr queue during mon_client shutdownSage Weil2012-06-151-0/+8
* | libceph: make ceph_con_revoke() a msg operationAlex Elder2012-06-061-4/+4
* | libceph: tweak ceph_alloc_msg()Alex Elder2012-06-061-0/+3
* | libceph: fully initialize connection in con_init()Alex Elder2012-06-061-5/+3
* | libceph: init monitor connection when openingAlex Elder2012-06-061-7/+6
* | libceph: drop connection refcounting for mon_clientSage Weil2012-06-061-2/+16
* | libceph: embed ceph connection structure in mon_clientAlex Elder2012-06-061-27/+20
* | libceph: embed ceph messenger structure in ceph_clientAlex Elder2012-06-011-3/+3
|/
* ceph: initialize client debugfs outside of monc->mutexSage Weil2012-02-021-1/+12