summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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