summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: generalize mon requests, add pool op supportYehuda Sadeh2010-08-101-17/+153
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-271-3/+3
* ceph: some endianity fixesYehuda Sadeh2010-06-131-1/+2
* ceph: fix memory leak in statfsYehuda Sadeh2010-06-011-0/+2
* ceph: do not resend mon requests on auth ticket renewalSage Weil2010-05-291-1/+4
* ceph: reuse mon subscribe message instead of allocated anewSage Weil2010-05-211-9/+13
* ceph: avoid resending queued message to monitorSage Weil2010-05-211-0/+2
* ceph: Storage class should be before const qualifierTobias Klauser2010-05-211-2/+2
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-171-7/+8
* ceph: Use kzallocJulia Lawall2010-05-171-2/+1
* ceph: make mon client statfs handling more genericYehuda Sadeh2010-05-171-41/+41
* ceph: simplify ceph_msg_newSage Weil2010-05-171-9/+7
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-171-18/+7
* ceph: drop unnecessary msgpool for mon_client subscribe_ackSage Weil2010-05-171-8/+12
* ceph: drop unnecessary msgpool for mon_client auth_replySage Weil2010-05-171-7/+12
* ceph: clean up statfsSage Weil2010-05-171-55/+94
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: fix up unexpected message handlingSage Weil2010-02-231-5/+9
* ceph: fix authentication races, auth_none oopsSage Weil2010-02-161-16/+13
* ceph: use rbtree for mon statfs requestsSage Weil2010-02-161-20/+47
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-7/+48
* ceph: alloc message data pages and check if tid existsYehuda Sadeh2010-01-251-0/+1
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-251-7/+18
* ceph: remove unused erank fieldSage Weil2010-01-141-2/+1
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-231-2/+2
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-0/+2
* ceph: fix leak of monc mutexSage Weil2009-12-111-2/+3
* ceph: whitespace cleanupSage Weil2009-12-031-1/+1
* ceph: remove dead codeSage Weil2009-11-201-21/+0
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-105/+8
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-40/+170
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-031-0/+2
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-0/+38
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-151-3/+4
* ceph: correct subscribe_ack msgpool payload sizeSage Weil2009-10-151-4/+7
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-141-2/+2
* ceph: ignore trailing data in monampSage Weil2009-10-121-3/+0
* ceph: update to mon client protocol v15Sage Weil2009-10-091-2/+6
* ceph: renew mon subscription before it expiresSage Weil2009-10-081-2/+2
* ceph: monitor clientSage Weil2009-10-061-0/+694
OpenPOWER on IntegriCloud