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