aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10ceph: generalize mon requests, add pool op supportYehuda Sadeh1-17/+153
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh1-3/+3
2010-06-13ceph: some endianity fixesYehuda Sadeh1-1/+2
2010-06-01ceph: fix memory leak in statfsYehuda Sadeh1-0/+2
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-21ceph: reuse mon subscribe message instead of allocated anewSage Weil1-9/+13
2010-05-21ceph: avoid resending queued message to monitorSage Weil1-0/+2
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser1-2/+2
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh1-7/+8
2010-05-17ceph: Use kzallocJulia Lawall1-2/+1
2010-05-17ceph: make mon client statfs handling more genericYehuda Sadeh1-41/+41
2010-05-17ceph: simplify ceph_msg_newSage Weil1-9/+7
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-18/+7
2010-05-17ceph: drop unnecessary msgpool for mon_client subscribe_ackSage Weil1-8/+12
2010-05-17ceph: drop unnecessary msgpool for mon_client auth_replySage Weil1-7/+12
2010-05-17ceph: clean up statfsSage Weil1-55/+94
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-23ceph: fix up unexpected message handlingSage Weil1-5/+9
2010-02-16ceph: fix authentication races, auth_none oopsSage Weil1-16/+13
2010-02-16ceph: use rbtree for mon statfs requestsSage Weil1-20/+47
2010-02-10ceph: allow renewal of auth credentialsSage Weil1-7/+48
2010-01-25ceph: alloc message data pages and check if tid existsYehuda Sadeh1-0/+1
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh1-7/+18
2010-01-14ceph: remove unused erank fieldSage Weil1-2/+1
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil1-2/+2
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+2
2009-12-11ceph: fix leak of monc mutexSage Weil1-2/+3
2009-12-03ceph: whitespace cleanupSage Weil1-1/+1
2009-11-20ceph: remove dead codeSage Weil1-21/+0
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil1-105/+8
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-40/+170
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil1-0/+2
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-0/+38
2009-10-15ceph: warn on allocation from msgpool with larger front_lenSage Weil1-3/+4
2009-10-15ceph: correct subscribe_ack msgpool payload sizeSage Weil1-4/+7
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil1-2/+2
2009-10-12ceph: ignore trailing data in monampSage Weil1-3/+0
2009-10-09ceph: update to mon client protocol v15Sage Weil1-2/+6
2009-10-08ceph: renew mon subscription before it expiresSage Weil1-2/+2
2009-10-06ceph: monitor clientSage Weil1-0/+694