aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng1-0/+3
2015-09-08ceph: EIO all operations after forced umountYan, Zheng1-0/+1
2015-06-25ceph: rework dcache readdirYan, Zheng1-0/+3
2015-06-25ceph: track pending caps flushing globallyYan, Zheng1-1/+1
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng1-0/+1
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-1/+1
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng1-0/+2
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng1-3/+0
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng1-0/+1
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-0/+9
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng1-0/+1
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng1-0/+1
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng1-0/+1
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng1-0/+3
2014-12-17ceph: fix file lock interruptionYan, Zheng1-0/+6
2014-10-14ceph: export ceph_session_state_name functionJohn Spray1-0/+2
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng1-3/+1
2014-06-06ceph: include time stamp in every MDS requestSage Weil1-0/+1
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng1-1/+3
2014-01-21ceph: add open export target session helperYan, Zheng1-0/+2
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng1-0/+1
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+6
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman1-2/+2
2013-01-17ceph: Check for created flag in response from mdsSam Lang1-0/+6
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder1-3/+2
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder1-2/+5
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-1/+1
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil1-0/+1
2011-07-26ceph: ignore lease maskSage Weil1-1/+1
2011-05-24ceph: fix cap flush race reentrancySage Weil1-0/+1
2011-01-12ceph: drop redundant r_mds fieldSage Weil1-1/+0
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil1-0/+1
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu1-10/+21
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil1-0/+2
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-13/+7
2010-08-22ceph: fix multiple mds session shutdownSage Weil1-1/+2
2010-08-01ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum1-1/+1
2010-08-01ceph: connect to export targets on cap exportSage Weil1-0/+3
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh1-0/+22
2010-08-01ceph: drop unused argumentSage Weil1-2/+1
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil1-0/+1
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil1-0/+3
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil1-0/+3
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil1-0/+2
2010-05-17ceph: fix race between aborted requests and fill_traceSage Weil1-0/+2
2010-05-17ceph: clean up mds reply, error handlingSage Weil1-1/+1
2010-02-17ceph: fix iterate_caps removal raceSage Weil1-1/+1
2010-02-16ceph: use rbtree for snap_realmsSage Weil1-2/+1
2010-02-16ceph: use rbtree for mds requestsSage Weil1-1/+3
2010-01-25ceph: properly handle aborted mds requestsSage Weil1-0/+1