summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)AuthorLines
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-34/+93
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng-3/+26
2015-02-19client: include kernel version in client metadataYan, Zheng-1/+2
2015-02-19ceph: fix request time stamp encodingYan, Zheng-2/+10
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng-9/+4
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng-17/+34
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng-2/+7
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng-0/+10
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton-4/+0
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng-0/+10
2014-12-17ceph: message versioning fixesJohn Spray-2/+5
2014-12-17libceph: message signature supportYan, Zheng-0/+16
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring-4/+2
2014-12-17ceph: fix file lock interruptionYan, Zheng-0/+2
2014-10-14ceph: export ceph_session_state_name functionJohn Spray-7/+7
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng-5/+9
2014-10-14libceph: reference counting pagelistYan, Zheng-1/+0
2014-10-14ceph: send client metadata to MDSJohn Spray-1/+70
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng-3/+4
2014-10-14ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng-0/+1
2014-10-14ceph: protect kick_requests() with mdsc->mutexYan, Zheng-2/+3
2014-10-14ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng-10/+13
2014-08-07ceph: fix kick_requests()Yan, Zheng-2/+3
2014-07-14ceph: reset r_resend_mds after receiving -ESTALEYan, Zheng-0/+1
2014-07-08ceph: include time stamp in replayed MDS requestsYan, Zheng-2/+8
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+8
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick-3/+3
2014-06-06ceph: include time stamp in every MDS requestSage Weil-1/+8
2014-04-04ceph: flush cap release queue when trimming session capsYan, Zheng-0/+3
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng-15/+51
2014-04-04ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng-9/+12
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil-3/+4
2014-01-21ceph: add open export target session helperYan, Zheng-15/+36
2014-01-21ceph: handle session flush messageYan, Zheng-0/+19
2014-01-21ceph: handle -ESTALE replyYan, Zheng-20/+11
2014-01-21ceph: fix trim capsYan, Zheng-6/+11
2013-12-31libceph: all features fields must be u64Ilya Dryomov-7/+7
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng-3/+18
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng-4/+2
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng-2/+1
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng-1/+1
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil-5/+5
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng-0/+31
2013-08-09ceph: fix null pointer dereferenceNathaniel Yazdani-0/+3
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+5
2013-07-05helper for reading ->d_countAl Viro-1/+1
2013-07-03ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng-1/+3