aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03ceph: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng1-5/+22
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov1-0/+1
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-169/+189
2016-07-28ceph: optimize cap flush waitingYan, Zheng1-0/+8
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng1-71/+6
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-21/+20
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng1-1/+16
2016-07-28ceph: update cap reconnect message to version 3Yan, Zheng1-21/+47
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng1-2/+85
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton1-41/+0
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-2/+2
2016-07-28ceph: rados pool namespace supportYan, Zheng1-12/+7
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-0/+1
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-0/+2
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng1-2/+5
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng1-23/+19
2016-05-26ceph: report mount root in session metadataYan, Zheng1-1/+3
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng1-7/+15
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng1-1/+5
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov1-41/+13
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov1-4/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-0/+2
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-1/+1
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov1-1/+2
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+16
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov1-6/+8
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng1-0/+14
2015-11-02ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng1-7/+11
2015-11-02ceph: don't invalidate page cache when inode is no longer usedYan, Zheng1-1/+8
2015-11-02ceph: fix message length computationArnd Bergmann1-1/+1
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma1-2/+1
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard1-1/+1
2015-09-08ceph: EIO all operations after forced umountYan, Zheng1-11/+43
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