aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng1-1/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-1/+5
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng1-0/+3
2015-06-25ceph: track pending caps flushing globallyYan, Zheng1-45/+48
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng1-0/+20
2015-06-25ceph: ratelimit warn messages for MDS closes sessionYan, Zheng1-3/+7
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov1-8/+10
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-6/+6
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng1-7/+23
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng1-137/+86
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng1-24/+62
2015-06-25ceph: don't trim auth cap when there are cap snapsYan, Zheng1-1/+2
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-0/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+12
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng1-1/+2
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng1-0/+28
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng1-7/+0
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng1-1/+1
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng1-6/+13
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-12/+12
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-34/+93
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng1-3/+26
2015-02-19client: include kernel version in client metadataYan, Zheng1-1/+2
2015-02-19ceph: fix request time stamp encodingYan, Zheng1-2/+10
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
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton1-4/+0
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-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