summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng
2016-03-25ceph: fix security xattr deadlockYan, Zheng
2016-03-25ceph: avoid updating directory inode's i_size accidentallyYan, Zheng
2016-03-25ceph: fix race during filling readdir cacheYan, Zheng
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-05-10ceph: switch to simple_follow_link()Al Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-02-19ceph: fix dentry leaksYan, Zheng
2015-02-19ceph: properly mark empty directory as completeYan, Zheng
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng
2014-12-17ceph: add inline data to pagecacheYan, Zheng
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-14ceph: remove redundant code for max file size verificationChao Yu
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng
2014-06-06ceph: introduce ceph_fill_fragtree()Yan, Zheng
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng
2014-06-06ceph: update inode fields according to issued capsYan, Zheng
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng
2014-04-04ceph: don't grabs open file reference for aborted requestYan, Zheng
2014-04-04ceph: Remove get/set acl on symlinksFabian Frederick
2014-04-04ceph: update i_max_size even if inode version does not changeYan, Zheng
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil