aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara1-8/+11
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-8/+32
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-1/+1
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-2/+2
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-0/+8
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng1-1/+1
2016-07-28ceph: rados pool namespace supportYan, Zheng1-4/+16
2016-07-28libceph: rados pool namespace supportYan, Zheng1-0/+3
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-3/+4
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-35/+124
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng1-1/+3
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng1-7/+15
2016-05-26ceph: improve fragtree change detectionYan, Zheng1-4/+20
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, Zheng1-6/+25
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-0/+1
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng1-10/+11
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng1-4/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng1-0/+11
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+17
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher1-6/+7
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher1-6/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng1-0/+1
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-4/+14
2016-03-25ceph: avoid updating directory inode's i_size accidentallyYan, Zheng1-0/+4
2016-03-25ceph: fix race during filling readdir cacheYan, Zheng1-2/+7
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-1/+1
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+5
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro1-3/+1
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro1-13/+4
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+2
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+4
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng1-4/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng1-0/+1
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-34/+121
2015-06-25ceph: rework dcache readdirYan, Zheng1-29/+89
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-2/+13
2015-06-25ceph: track pending caps flushing globallyYan, Zheng1-1/+0
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng1-2/+1