summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2020-03-30ceph: fix snapshot directory timestampsLuis Henriques
2020-03-30ceph: check all mds' caps after page writebackYan, Zheng
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton
2020-03-30ceph: track primary dentry linkJeff Layton
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton
2020-03-30ceph: add refcounting for Fx capsJeff Layton
2020-01-27ceph: don't clear I_NEW until inode metadata is fully populatedJeff Layton
2020-01-27ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton
2020-01-27ceph: drop unused ttl_from parameter from fill_inodeJeff Layton
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro
2019-09-16ceph: update the mtime when truncating upJeff Layton
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-09-16ceph: fix directories inode i_blkbits initializationLuis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton
2019-07-08ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton
2019-07-08ceph: add selinux supportYan, Zheng
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng
2019-07-08ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng
2019-06-05ceph: single workqueue for inode related worksYan, Zheng
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07ceph: properly handle granular statx requestsJeff Layton
2019-05-01ceph: use ->free_inode()Al Viro
2019-04-23ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton
2019-03-27ceph: fix use-after-free on symlink traversalAl Viro
2019-03-05ceph: periodically trim stale dentriesYan, Zheng
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng
2019-03-05ceph: set special inode's blocksize to page sizeYan, Zheng
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng
2018-08-13ceph: add additional size check in ceph_setattr()Chengguang Xu
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds