aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil1-35/+34
2009-11-20ceph: reset requested max_size after mds reconnectSage Weil1-4/+17
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil1-10/+2
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-4/+65
2009-11-18ceph: handle errors during osd client initSage Weil1-1/+2
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil1-12/+18
2009-11-11ceph: pr_info when mds reconnect completesSage Weil1-0/+1
2009-11-10ceph: remove recon_gen logicSage Weil1-14/+1
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil1-3/+6
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-3/+3
2009-10-15ceph: flush dirty caps via the cap_dirty listSage Weil1-3/+3
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil1-10/+10
2009-10-06ceph: MDS clientSage Weil1-0/+2912