summaryrefslogtreecommitdiffstats
path: root/net/ceph/mon_client.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: ADDR2 support for monmapJeff Layton2019-07-081-8/+13
* libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-3/+3
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-0/+9
* ceph: fix whitespaceStephen Hemminger2018-08-021-1/+1
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-3/+2Star
* libceph: reschedule a tick in finish_hunting()Ilya Dryomov2018-04-241-0/+1
* libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov2018-04-241-3/+10
* libceph: fix misjudgement of maximum monitor numberChengguang Xu2018-04-021-1/+1
* ceph: mark expected switch fall-throughsGustavo A. R. Silva2017-11-131-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: more accurate statfsDouglas Fuller2017-09-061-1/+5
* libceph: support SERVER_JEWEL feature bitsIlya Dryomov2017-07-071-1/+7
* libceph: drop version variable from ceph_monmap_decode()Ilya Dryomov2017-05-231-3/+1Star
* 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/+0Star
* 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/+8Star
* libceph: nuke unused fields and functionsIlya Dryomov2016-05-261-3/+0Star
* libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov2016-03-251-14/+9Star
* libceph: reschedule tick in mon_fault()Ilya Dryomov2016-03-251-4/+4
* libceph: introduce and switch to reopen_session()Ilya Dryomov2016-03-251-17/+16Star
* 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/+2Star
* 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/+1Star
* libceph: remove outdated commentIlya Dryomov2016-01-211-4/+0Star
* 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/+3Star
* 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-021-4/+3Star
* 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/+0Star
* libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-201-5/+46
* libceph: revoke mon_client messages on session restartSage Weil2012-07-311-0/+4