aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/mon_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01libceph: Fix sparse warningIulius Curt1-3/+3
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil1-5/+46
2012-07-30libceph: revoke mon_client messages on session restartSage Weil1-0/+4
2012-07-05libceph: initialize mon_client con only onceSage Weil1-4/+3
2012-07-05libceph: set peer name on con_open, not initSage Weil1-2/+2
2012-06-15Merge tag 'v3.5-rc1'Sage Weil1-5/+5
2012-06-15libceph: flush msgr queue during mon_client shutdownSage Weil1-0/+8
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder1-4/+4
2012-06-06libceph: tweak ceph_alloc_msg()Alex Elder1-0/+3
2012-06-06libceph: fully initialize connection in con_init()Alex Elder1-5/+3
2012-06-06libceph: init monitor connection when openingAlex Elder1-7/+6
2012-06-06libceph: drop connection refcounting for mon_clientSage Weil1-2/+16
2012-06-06libceph: embed ceph connection structure in mon_clientAlex Elder1-27/+20
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder1-3/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-5/+5
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil1-1/+12
2011-10-25ceph: fix ceph_monc_init memory leakNoah Watkins1-3/+7
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil1-9/+15
2011-10-25libceph: always preallocate mon connectionSage Weil1-25/+22
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen1-1/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+1027