aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.h
AgeCommit message (Expand)Author
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: ignore lease maskSage Weil
2011-05-24ceph: fix cap flush race reentrancySage Weil
2011-01-12ceph: drop redundant r_mds fieldSage Weil
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-08-22ceph: fix multiple mds session shutdownSage Weil
2010-08-01ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum
2010-08-01ceph: connect to export targets on cap exportSage Weil
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh
2010-08-01ceph: drop unused argumentSage Weil
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil
2010-05-17ceph: fix race between aborted requests and fill_traceSage Weil
2010-05-17ceph: clean up mds reply, error handlingSage Weil
2010-02-17ceph: fix iterate_caps removal raceSage Weil
2010-02-16ceph: use rbtree for snap_realmsSage Weil
2010-02-16ceph: use rbtree for mds requestsSage Weil
2010-01-25ceph: properly handle aborted mds requestsSage Weil
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil
2009-11-18ceph: handle errors during osd client initSage Weil
2009-11-12ceph: build cleanly without CONFIG_DEBUG_FSSage Weil
2009-11-10ceph: remove recon_gen logicSage Weil
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil
2009-10-06ceph: MDS clientSage Weil