summaryrefslogtreecommitdiffstats
path: root/net/ceph/mon_client.c
AgeCommit message (Expand)AuthorLines
2015-02-19libceph: use mon_client.c/put_generic_request() moreIlya Dryomov-2/+2
2015-02-19libceph: nuke pool op infrastructureIlya Dryomov-132/+3
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov-1/+1
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches-4/+4
2014-09-10libceph: gracefully handle large reply messages from the monSage Weil-0/+8
2014-06-06libceph: add ceph_monc_wait_osdmap()Ilya Dryomov-0/+27
2014-06-06libceph: mon_get_version request infrastructureIlya Dryomov-5/+118
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov-4/+4
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil-4/+3
2013-02-25libceph: eliminate sparse warningsAlex Elder-1/+1
2012-10-01libceph: Fix sparse warningIulius Curt-3/+3
2012-10-01libceph: remove unused monc->have_fsidSage Weil-1/+0
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil-5/+46
2012-07-30libceph: revoke mon_client messages on session restartSage Weil-0/+4
2012-07-05libceph: initialize mon_client con only onceSage Weil-4/+3
2012-07-05libceph: set peer name on con_open, not initSage Weil-2/+2
2012-06-15Merge tag 'v3.5-rc1'Sage Weil-5/+5
2012-06-15libceph: flush msgr queue during mon_client shutdownSage Weil-0/+8
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder-4/+4
2012-06-06libceph: tweak ceph_alloc_msg()Alex Elder-0/+3
2012-06-06libceph: fully initialize connection in con_init()Alex Elder-5/+3
2012-06-06libceph: init monitor connection when openingAlex Elder-7/+6
2012-06-06libceph: drop connection refcounting for mon_clientSage Weil-2/+16
2012-06-06libceph: embed ceph connection structure in mon_clientAlex Elder-27/+20
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder-3/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-5/+5
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil-1/+12
2011-10-25ceph: fix ceph_monc_init memory leakNoah Watkins-3/+7
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil-9/+15
2011-10-25libceph: always preallocate mon connectionSage Weil-25/+22
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen-1/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh-0/+1027