summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng
2016-05-26ceph: improve fragtree change detectionYan, Zheng
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng
2016-05-26ceph: fix inode reference leakYan, Zheng
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, 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: simplify 'offset in frag'Yan, Zheng
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng
2016-05-26ceph: report mount root in session metadataYan, Zheng
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, 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-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng
2016-05-26ceph: multiple filesystem supportYan, Zheng
2016-05-26libceph: a major OSD client updateIlya Dryomov
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01ceph: use generic_write_syncChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov
2016-04-23ceph: kill __ceph_removexattr()Yan, Zheng
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher