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