aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds2-3/+3
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2016-06-24ceph: fix d_obtain_alias() misusesAl Viro1-7/+3
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds2-3/+3
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng1-0/+3
2016-06-01ceph: improve fscache revalidationYan, Zheng4-83/+41
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng4-53/+52
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng1-6/+3
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng1-1/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-4/+4
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds14-418/+773
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng1-1/+1
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2-5/+7
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng1-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng1-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng1-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng1-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng1-27/+39
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu2-2/+2
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng1-7/+15
2016-05-26ceph: improve fragtree change detectionYan, Zheng2-4/+21
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng1-5/+23
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng1-0/+3
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng1-0/+13
2016-05-26ceph: fix inode reference leakYan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng5-47/+135
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, Zheng1-5/+0
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng5-29/+59
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng3-3/+8
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng4-52/+50
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng2-13/+4
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng1-2/+0
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng1-46/+83
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng1-6/+11
2016-05-26ceph: report mount root in session metadataYan, Zheng3-15/+23
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, Zheng1-1/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng3-9/+38
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng4-11/+93
2016-05-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2-12/+36
2016-05-26ceph: multiple filesystem supportYan, Zheng2-0/+10
2016-05-26libceph: a major OSD client updateIlya Dryomov2-8/+8
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2-2/+3
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2-9/+7
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov2-23/+9
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2-2/+2
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov1-1/+1