summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: remove bogus mds forward warningSage Weil2010-02-261-5/+1Star
* ceph: fix client_request_forward decodingSage Weil2010-02-231-8/+2Star
* ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-231-43/+42Star
* ceph: fix iterate_caps removal raceSage Weil2010-02-171-9/+42
* ceph: use rbtree for snap_realmsSage Weil2010-02-171-11/+5Star
* ceph: use rbtree for mds requestsSage Weil2010-02-171-59/+90
* ceph: allow renewal of auth credentialsSage Weil2010-02-111-0/+13
* ceph: include type in ceph_entity_addr, filepathSage Weil2010-01-291-1/+1
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-251-2/+0Star
* ceph: properly handle aborted mds requestsSage Weil2010-01-251-5/+23
* ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil2009-12-231-100/+56Star
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-231-2/+3
* ceph: do not touch_caps while iterating over caps listSage Weil2009-12-231-4/+10
* ceph: make mds ops interruptibleSage Weil2009-12-221-6/+9
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-221-0/+4
* ceph: use kref for struct ceph_mds_requestSage Weil2009-12-071-35/+34Star
* ceph: reset requested max_size after mds reconnectSage Weil2009-11-201-4/+17
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-10/+2Star
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-191-4/+65
* ceph: handle errors during osd client initSage Weil2009-11-191-1/+2
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-181-12/+18
* ceph: pr_info when mds reconnect completesSage Weil2009-11-121-0/+1
* ceph: remove recon_gen logicSage Weil2009-11-111-14/+1Star
* ceph: do not confuse stale and dead (unreconnected) capsSage Weil2009-11-091-3/+6
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-3/+3
* ceph: flush dirty caps via the cap_dirty listSage Weil2009-10-161-3/+3
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-141-10/+10
* ceph: MDS clientSage Weil2009-10-061-0/+2912