aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesGravatar Xiubo Li 1-1/+6
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-3/+2
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-10/+9
2020-06-01ceph: add caps perf metric for each superblockGravatar Xiubo Li 1-2/+2
2020-03-30ceph: fix snapshot directory timestampsGravatar Luis Henriques 1-0/+4
2020-03-30ceph: check all mds' caps after page writebackGravatar Yan, Zheng 1-1/+1
2020-03-30ceph: simplify calling of ceph_get_fmode()Gravatar Yan, Zheng 1-7/+1
2020-03-30ceph: remove delay check logic from ceph_check_caps()Gravatar Yan, Zheng 1-1/+0
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-1/+9
2020-03-30ceph: cache layout in parent dir on first sync createGravatar Jeff Layton 1-0/+2
2020-03-30ceph: make ceph_fill_inode non-staticGravatar Jeff Layton 1-23/+24
2020-03-30ceph: track primary dentry linkGravatar Jeff Layton 1-1/+7
2020-03-30ceph: add flag to designate that a request is asynchronousGravatar Jeff Layton 1-0/+1
2020-03-30ceph: add refcounting for Fx capsGravatar Jeff Layton 1-0/+1
2020-01-27ceph: don't clear I_NEW until inode metadata is fully populatedGravatar Jeff Layton 1-4/+23
2020-01-27ceph: ensure we have a new cap before continuing in fill_inodeGravatar Jeff Layton 1-1/+4
2020-01-27ceph: drop unused ttl_from parameter from fill_inodeGravatar Jeff Layton 1-9/+6
2019-10-29ceph: add missing check in d_revalidate snapdir handlingGravatar Al Viro 1-0/+1
2019-09-16ceph: update the mtime when truncating upGravatar Jeff Layton 1-20/+21
2019-09-16ceph: track and report error of async metadata operationGravatar Yan, Zheng 1-0/+2
2019-09-16ceph: fix directories inode i_blkbits initializationGravatar Luis Henriques 1-1/+6
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Gravatar Luis Henriques 1-3/+4
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeGravatar Luis Henriques 1-10/+0
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceGravatar Yan, Zheng 1-2/+5
2019-07-08ceph: add change_attr field to ceph_inode_infoGravatar Jeff Layton 1-0/+5
2019-07-08ceph: allow querying of STATX_BTIME in ceph_getattrGravatar Jeff Layton 1-3/+13
2019-07-08ceph: add btime field to ceph_inode_infoGravatar Jeff Layton 1-0/+2
2019-07-08ceph: add selinux supportGravatar Yan, Zheng 1-0/+1
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeGravatar Yan, Zheng 1-1/+1
2019-07-08ceph: close race between d_name_cmp() and update_dentry_lease()Gravatar Yan, Zheng 1-76/+88
2019-07-08ceph: carry snapshot creation time with inodesGravatar David Disseldorp 1-0/+1
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadGravatar Yan, Zheng 1-4/+27
2019-06-05ceph: single workqueue for inode related worksGravatar Yan, Zheng 1-68/+56
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-28/+57
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+1
2019-05-07ceph: properly handle granular statx requestsGravatar Jeff Layton 1-28/+57
2019-05-01ceph: use ->free_inode()Gravatar Al Viro 1-4/+1
2019-04-23ceph: handle the case where a dentry has been renamed on outstanding reqGravatar Jeff Layton 1-1/+15
2019-03-27ceph: fix use-after-free on symlink traversalGravatar Al Viro 1-1/+1
2019-03-05ceph: periodically trim stale dentriesGravatar Yan, Zheng 1-4/+5
2019-03-05ceph: delete stale dentry when last reference is droppedGravatar Yan, Zheng 1-1/+1
2019-03-05ceph: send cap releases more aggressivelyGravatar Yan, Zheng 1-1/+1
2019-03-05ceph: support getting ceph.dir.pin vxattrGravatar Yan, Zheng 1-0/+1
2019-03-05ceph: map snapid to anonymous bdev IDGravatar Yan, Zheng 1-14/+23
2019-03-05ceph: set special inode's blocksize to page sizeGravatar Yan, Zheng 1-0/+1
2018-12-26ceph: cleanup splice_dentry()Gravatar Yan, Zheng 1-36/+24
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceGravatar Yan, Zheng 1-1/+3
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateGravatar Yan, Zheng 1-1/+0
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Gravatar Yan, Zheng 1-2/+6
2018-08-13ceph: add additional size check in ceph_setattr()Gravatar Chengguang Xu 1-0/+5