aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng
2015-11-02ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng
2015-11-02ceph: don't invalidate page cache when inode is no longer usedYan, Zheng
2015-11-02ceph: fix message length computationArnd Bergmann
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard
2015-09-08ceph: EIO all operations after forced umountYan, Zheng
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