summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2016-05-25ceph: don't forbid marking directory complete after forward seekYan, Zheng
2016-05-25ceph: record 'offset' for each entry of readdir resultYan, Zheng
2016-05-25ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng
2016-05-25ceph: define struct for dir entry in readdir replyYan, Zheng
2016-05-25ceph: simplify 'offset in frag'Yan, Zheng
2016-05-25ceph: remove unnecessary checks in __dcache_readdirYan, Zheng
2016-05-25ceph: search cache postion for dcache readdirYan, Zheng
2016-05-25ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng
2016-05-25ceph: report mount root in session metadataYan, Zheng
2016-05-25ceph: don't show symlink target in debugfs/mdscYan, Zheng
2016-05-25ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng
2016-05-25ceph: renew caps for read/write if mds session got killed.Yan, Zheng
2016-05-25ceph: CEPH_FEATURE_MDSENC supportYan, Zheng
2016-05-25ceph: multiple filesystem supportYan, Zheng
2016-05-25libceph: a major OSD client updateIlya Dryomov
2016-05-25libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov
2016-05-25libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov
2016-05-25libceph: switch to calc_target(), part 2Ilya Dryomov
2016-05-25libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov
2016-05-25libceph: rename ceph_calc_pg_primary()Ilya Dryomov
2016-05-25libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov
2016-05-25libceph: DEFINE_RB_FUNCS macroIlya Dryomov
2016-05-25libceph: variable-sized ceph_object_idIlya Dryomov
2016-05-25libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov
2016-05-25libceph: make ceph_osdc_put_request() accept NULLIlya 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: use kmem_cache_zallocGeliang Tang
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng
2016-03-25ceph: fix security xattr deadlockYan, Zheng
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng
2016-03-25ceph: fix mounting same fs multiple timesYan, Zheng
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng
2016-03-25ceph: avoid updating directory inode's i_size accidentallyYan, Zheng
2016-03-25ceph: fix race during filling readdir cacheYan, Zheng
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov
2016-03-25ceph: fix a wrong comparisonAnton Protopopov
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-25ceph: scattered page writebackYan, Zheng
2016-03-25ceph: remove useless BUG_ONYan, Zheng
2016-03-25ceph: don't enable rbytes mount option by defaultYan, Zheng
2016-03-25ceph: encode ctime in cap messageYan, Zheng
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
2016-02-04ceph: fix snap context leak in error pathYan, Zheng
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter