aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+12
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng1-1/+2
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng1-0/+28
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng1-7/+0
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng1-1/+1
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng1-6/+13
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-12/+12
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-34/+93
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng1-3/+26
2015-02-19client: include kernel version in client metadataYan, Zheng1-1/+2
2015-02-19ceph: fix request time stamp encodingYan, Zheng1-2/+10
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng1-9/+4
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng1-17/+34