summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2019-11-28ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng
2019-10-17ceph: fix directories inode i_blkbits initializationLuis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-05-04ceph: fix use-after-free on symlink traversalAl Viro
2018-11-21Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng
2018-08-24ceph: fix dentry leak in splice_dentry()Yan, Zheng
2017-10-21ceph: don't update_dentry_lease unless we actually got oneJeff Layton
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-01-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara
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