summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng
2015-06-25ceph: ratelimit warn messages for MDS closes sessionYan, Zheng
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng
2015-06-25ceph: don't trim auth cap when there are cap snapsYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng
2015-02-19client: include kernel version in client metadataYan, Zheng
2015-02-19ceph: fix request time stamp encodingYan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng
2014-12-17ceph: message versioning fixesJohn Spray
2014-12-17libceph: message signature supportYan, Zheng
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring
2014-12-17ceph: fix file lock interruptionYan, Zheng
2014-10-14ceph: export ceph_session_state_name functionJohn Spray
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng
2014-10-14libceph: reference counting pagelistYan, Zheng
2014-10-14ceph: send client metadata to MDSJohn Spray
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng
2014-10-14ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng
2014-10-14ceph: protect kick_requests() with mdsc->mutexYan, Zheng
2014-10-14ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng
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