aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCEGravatar Seraphime Kirkovski 1-5/+5
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itGravatar Jeff Layton 1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathGravatar Jeff Layton 1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathGravatar Jeff Layton 1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsGravatar Jeff Layton 1-22/+42
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraGravatar Jeff Layton 1-4/+5
2017-01-12ceph: fix mds cluster availability checkGravatar Yan, Zheng 1-0/+5
2016-12-12ceph: check availability of mds cluster on mountGravatar Yan, Zheng 1-5/+14
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Gravatar Ilya Dryomov 1-2/+2
2016-10-03ceph: use list_move instead of list_del/list_addGravatar Wei Yongjun 1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageGravatar Yan, Zheng 1-5/+22
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Gravatar Ilya Dryomov 1-0/+1
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-169/+189
2016-07-28ceph: optimize cap flush waitingGravatar Yan, Zheng 1-0/+8
2016-07-28ceph: unify cap flush and snapcap flushGravatar Yan, Zheng 1-71/+6
2016-07-28ceph: use list instead of rbtree to track cap flushesGravatar Yan, Zheng 1-21/+20
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageGravatar Yan, Zheng 1-1/+16
2016-07-28ceph: update cap reconnect message to version 3Gravatar Yan, Zheng 1-21/+47
2016-07-28ceph: mount non-default filesystem by nameGravatar Yan, Zheng 1-2/+85
2016-07-28ceph: remove ceph_mdsc_lease_releaseGravatar Jeff Layton 1-41/+0
2016-07-28ceph: don't use ->d_timeGravatar Miklos Szeredi 1-2/+2
2016-07-28ceph: rados pool namespace supportGravatar Yan, Zheng 1-12/+7
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-26ceph: fix wake_up_session_cb()Gravatar Yan, Zheng 1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetGravatar Yan, Zheng 1-0/+1
2016-05-26ceph: record 'offset' for each entry of readdir resultGravatar Yan, Zheng 1-0/+2
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsGravatar Yan, Zheng 1-2/+5
2016-05-26ceph: define struct for dir entry in readdir replyGravatar Yan, Zheng 1-23/+19
2016-05-26ceph: report mount root in session metadataGravatar Yan, Zheng 1-1/+3
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startGravatar Yan, Zheng 1-7/+15
2016-05-26ceph: renew caps for read/write if mds session got killed.Gravatar Yan, Zheng 1-1/+5
2016-05-26libceph: DEFINE_RB_FUNCS macroGravatar Ilya Dryomov 1-41/+13
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientGravatar Ilya Dryomov 1-4/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-25ceph: fix security xattr deadlockGravatar Yan, Zheng 1-0/+2
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-1/+1
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolGravatar Ilya Dryomov 1-1/+2
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportGravatar Yan, Zheng 1-0/+16
2015-11-02libceph: msg signing callouts don't need con argumentGravatar Ilya Dryomov 1-6/+8
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeGravatar Yan, Zheng 1-0/+14
2015-11-02ceph: add request to i_unsafe_dirops when getting unsafe replyGravatar Yan, Zheng 1-7/+11
2015-11-02ceph: don't invalidate page cache when inode is no longer usedGravatar Yan, Zheng 1-1/+8
2015-11-02ceph: fix message length computationGravatar Arnd Bergmann 1-1/+1
2015-09-08ceph: cleanup use of ceph_msg_getGravatar Jianpeng Ma 1-2/+1
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsGravatar Brad Hubbard 1-1/+1
2015-09-08ceph: EIO all operations after forced umountGravatar Yan, Zheng 1-11/+43
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELGravatar Yan, Zheng 1-1/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingGravatar Yan, Zheng 1-1/+5
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageGravatar Yan, Zheng 1-0/+3
2015-06-25ceph: track pending caps flushing globallyGravatar Yan, Zheng 1-45/+48