aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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