aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix cap flush race reentrancySage Weil2011-05-241-0/+1
* ceph: drop redundant r_mds fieldSage Weil2011-01-121-1/+0
* ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-121-0/+1
* ceph: Handle file locks in replies from the MDS.Herb Shiu2010-12-011-10/+21
* ceph: fix uid/gid on resent mds requestsSage Weil2010-11-081-0/+2
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-13/+7
* ceph: fix multiple mds session shutdownSage Weil2010-08-221-1/+2
* ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum2010-08-011-1/+1
* ceph: connect to export targets on cap exportSage Weil2010-08-011-0/+3
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-011-0/+22
* ceph: drop unused argumentSage Weil2010-08-011-2/+1
* ceph: do not include cap/dentry releases in replayed messagesSage Weil2010-07-161-0/+1
* ceph: try to send partial cap release on cap message on missing inodeSage Weil2010-06-101-0/+3
* ceph: release cap on import if we don't have the inodeSage Weil2010-06-101-0/+3
* ceph: use common helper for aborted dir request invalidationSage Weil2010-05-171-0/+2
* ceph: fix race between aborted requests and fill_traceSage Weil2010-05-171-0/+2
* ceph: clean up mds reply, error handlingSage Weil2010-05-171-1/+1
* ceph: fix iterate_caps removal raceSage Weil2010-02-171-1/+1
* ceph: use rbtree for snap_realmsSage Weil2010-02-161-2/+1
* ceph: use rbtree for mds requestsSage Weil2010-02-161-1/+3
* ceph: properly handle aborted mds requestsSage Weil2010-01-251-0/+1
* ceph: do not touch_caps while iterating over caps listSage Weil2009-12-231-0/+1
* ceph: use kref for struct ceph_mds_requestSage Weil2009-12-071-3/+8
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-0/+4
* ceph: handle errors during osd client initSage Weil2009-11-181-1/+1
* ceph: build cleanly without CONFIG_DEBUG_FSSage Weil2009-11-121-0/+2
* ceph: remove recon_gen logicSage Weil2009-11-101-2/+0
* ceph: do not confuse stale and dead (unreconnected) capsSage Weil2009-11-091-0/+2
* ceph: MDS clientSage Weil2009-10-061-0/+321