summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2017-02-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: don't use ->d_timeMiklos Szeredi
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng
2016-05-26ceph: improve fragtree change detectionYan, Zheng
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng
2016-05-26ceph: fix inode reference leakYan, Zheng
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher
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