aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+8
2014-06-06fs/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-04ceph: flush cap release queue when trimming session capsYan, Zheng1-0/+3
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng1-15/+51
2014-04-04ceph: 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-09-30ceph: 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-09ceph: fix freeing inode vs removing session caps raceYan, Zheng1-0/+31
2013-08-09ceph: fix null pointer dereferenceNathaniel Yazdani1-0/+3
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+5
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-07-03ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng1-1/+3
2013-07-03ceph: clear migrate seq when MDS restartsYan, Zheng1-0/+1
2013-07-03ceph: 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
2013-05-01libceph: add, don't set data for a messageAlex Elder1-2/+2
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil1-14/+12
2013-05-01libceph: add update_authorizer auth methodSage Weil1-1/+6
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng1-7/+3
2013-05-01ceph: only set message data pointers if non-emptyAlex Elder1-3/+10
2013-05-01libceph: isolate other message data fieldsAlex Elder1-1/+1
2013-05-01libceph: set page info with byte lengthAlex Elder1-1/+1
2013-05-01libceph: isolate message page field manipulationAlex Elder1-2/+2
2013-05-01libceph: no need for alignment for mds messageAlex Elder1-1/+0