summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2014-08-07ceph: fix kick_requests()Yan, Zheng
2014-07-14ceph: reset r_resend_mds after receiving -ESTALEYan, Zheng
2014-07-08ceph: include time stamp in replayed MDS requestsYan, Zheng
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2014-06-06ceph: include time stamp in every MDS requestSage Weil
2014-04-04ceph: flush cap release queue when trimming session capsYan, Zheng
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng
2014-04-04ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil
2014-01-21ceph: add open export target session helperYan, Zheng
2014-01-21ceph: handle session flush messageYan, Zheng
2014-01-21ceph: handle -ESTALE replyYan, Zheng
2014-01-21ceph: fix trim capsYan, Zheng
2013-12-31libceph: all features fields must be u64Ilya Dryomov
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng
2013-08-09ceph: fix null pointer dereferenceNathaniel Yazdani
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-07-05helper for reading ->d_countAl Viro
2013-07-03ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng
2013-07-03ceph: clear migrate seq when MDS restartsYan, Zheng
2013-07-03ceph: reset iov_len when discarding cap release messagesYan, Zheng
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt
2013-05-01libceph: add, don't set data for a messageAlex Elder
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil
2013-05-01libceph: add update_authorizer auth methodSage Weil
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: only set message data pointers if non-emptyAlex Elder
2013-05-01libceph: isolate other message data fieldsAlex Elder
2013-05-01libceph: set page info with byte lengthAlex Elder
2013-05-01libceph: isolate message page field manipulationAlex Elder
2013-05-01libceph: no need for alignment for mds messageAlex Elder
2013-05-01libceph: define mds_alloc_msg() methodAlex Elder
2013-05-01libceph: kill ceph_msg->pagelist_countAlex Elder
2013-05-01ceph: revert commit 22cddde104Sage Weil
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-05-01ceph: queue cap release when trimming capYan, Zheng
2013-05-01ceph: fix LSSNAP regressionYan, Zheng
2013-05-01libceph: distinguish page array and pagelist countAlex Elder
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds