aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-07-28ceph: optimize cap flush waitingYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng
2016-07-28ceph: update cap reconnect message to version 3Yan, Zheng
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton
2016-07-28ceph: don't use ->d_timeMiklos Szeredi
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng
2016-05-26ceph: report mount root in session metadataYan, Zheng
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ceph: fix security xattr deadlockYan, Zheng
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
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