summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorFilesLines
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/vir...Linus 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-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/sag...Linus Torvalds1-4/+4
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng1-4/+4
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-11-03ceph: 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/sag...Linus 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
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng1-0/+15
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-0/+3
2015-05-11ceph: switch to simple_follow_link()Al Viro1-9/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-26/+26
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-19/+22
2015-02-19ceph: fix dentry leaksYan, Zheng1-3/+5
2015-02-19ceph: properly mark empty directory as completeYan, Zheng1-14/+15
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng1-2/+2
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2014-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-12/+47
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng1-9/+25
2014-12-17ceph: add inline data to pagecacheYan, Zheng1-0/+16
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng1-5/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-8/+6
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-14ceph: remove redundant code for max file size verificationChao Yu1-6/+0
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-5/+5
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-93/+154
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng1-2/+2
2014-06-07fs/ceph: replace pr_warning by pr_warnFabian Frederick1-1/+1
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng1-1/+7