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