summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng2016-05-261-27/+39
| * ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-262-2/+2
| * ceph: tolerate bad i_size for symlink inodeYan, Zheng2016-05-261-7/+15
| * ceph: improve fragtree change detectionYan, Zheng2016-05-262-4/+21
| * ceph: keep leaf frag when updating fragtreeYan, Zheng2016-05-261-5/+23
| * ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng2016-05-261-0/+3
| * ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng2016-05-261-0/+13
| * ceph: fix inode reference leakYan, Zheng2016-05-261-1/+1
| * ceph: using hash value to compose dentry offsetYan, Zheng2016-05-265-47/+135
| * ceph: don't forbid marking directory complete after forward seekYan, Zheng2016-05-261-5/+0Star
| * ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-265-29/+59
| * ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-263-3/+8
| * ceph: define struct for dir entry in readdir replyYan, Zheng2016-05-264-52/+50Star
| * ceph: simplify 'offset in frag'Yan, Zheng2016-05-262-13/+4Star
| * ceph: remove unnecessary checks in __dcache_readdirYan, Zheng2016-05-261-2/+0Star
| * ceph: search cache postion for dcache readdirYan, Zheng2016-05-261-46/+83
| * ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng2016-05-261-6/+11
| * ceph: report mount root in session metadataYan, Zheng2016-05-263-15/+23
| * ceph: don't show symlink target in debugfs/mdscYan, Zheng2016-05-261-1/+1
| * ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng2016-05-263-9/+38
| * ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-264-11/+93
| * ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2016-05-262-12/+36
| * ceph: multiple filesystem supportYan, Zheng2016-05-262-0/+10
| * libceph: a major OSD client updateIlya Dryomov2016-05-262-8/+8
| * libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-262-2/+3
| * libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-262-9/+7Star
| * libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-262-23/+9Star
| * libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-262-2/+2
| * libceph: rename ceph_calc_pg_primary()Ilya Dryomov2016-05-261-1/+1
| * libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2016-05-261-1/+1
| * libceph: DEFINE_RB_FUNCS macroIlya Dryomov2016-05-261-41/+13Star
| * libceph: variable-sized ceph_object_idIlya Dryomov2016-05-263-6/+4Star
| * libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-262-0/+15
| * libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov2016-05-261-6/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-185-197/+53Star
|\ \
| * | ceph: kill __ceph_removexattr()Yan, Zheng2016-04-231-126/+0Star
| * | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-234-52/+38Star
| * | ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-234-33/+29Star
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-182-8/+6Star
|\ \ \
| * | | ceph: use generic_write_syncChristoph Hellwig2016-05-021-6/+5Star
| * | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-2/+1Star
* | | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-4/+2Star
|\ \ \ \ | | |_|/ | |/| |
| * | | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-4/+2Star
| |/ /
* | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-033-5/+7
|\ \ \ | |/ / |/| / | |/
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-112-5/+5
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-048-85/+85
|/
* ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
* ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
* ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5Star