summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2017-03-06ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2015-12-14ceph: fix message length computationArnd Bergmann
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
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng
2014-04-04ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil
2014-01-21ceph: add open export target session helperYan, Zheng
2014-01-21ceph: handle session flush messageYan, Zheng
2014-01-21ceph: handle -ESTALE replyYan, Zheng
2014-01-21ceph: fix trim capsYan, Zheng
2013-12-31libceph: all features fields must be u64Ilya Dryomov
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng