summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-10/+9
* ceph: add caps perf metric for each superblockXiubo Li2020-06-011-2/+2
* ceph: fix snapshot directory timestampsLuis Henriques2020-03-301-0/+4
* ceph: check all mds' caps after page writebackYan, Zheng2020-03-301-1/+1
* ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-301-7/+1
* ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-301-1/+0
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-1/+9
* ceph: cache layout in parent dir on first sync createJeff Layton2020-03-301-0/+2
* ceph: make ceph_fill_inode non-staticJeff Layton2020-03-301-23/+24
* ceph: track primary dentry linkJeff Layton2020-03-301-1/+7
* ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-301-0/+1
* ceph: add refcounting for Fx capsJeff Layton2020-03-301-0/+1
* ceph: don't clear I_NEW until inode metadata is fully populatedJeff Layton2020-01-271-4/+23
* ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-01-271-1/+4
* ceph: drop unused ttl_from parameter from fill_inodeJeff Layton2020-01-271-9/+6
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-10-291-0/+1
* ceph: update the mtime when truncating upJeff Layton2019-09-161-20/+21
* ceph: track and report error of async metadata operationYan, Zheng2019-09-161-0/+2
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-09-161-1/+6
* ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-08-221-3/+4
* ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques2019-07-081-10/+0
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-081-2/+5
* ceph: add change_attr field to ceph_inode_infoJeff Layton2019-07-081-0/+5
* ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton2019-07-081-3/+13
* ceph: add btime field to ceph_inode_infoJeff Layton2019-07-081-0/+2
* ceph: add selinux supportYan, Zheng2019-07-081-0/+1
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-07-081-1/+1
* ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng2019-07-081-76/+88
* ceph: carry snapshot creation time with inodesDavid Disseldorp2019-07-081-0/+1
* ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-051-4/+27
* ceph: single workqueue for inode related worksYan, Zheng2019-06-051-68/+56
* Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-161-28/+57
|\
| * ceph: properly handle granular statx requestsJeff Layton2019-05-071-28/+57
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-4/+1
|\ \ | |/ |/|
| * ceph: use ->free_inode()Al Viro2019-05-011-4/+1
* | ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton2019-04-231-1/+15
|/
* ceph: fix use-after-free on symlink traversalAl Viro2019-03-271-1/+1
* ceph: periodically trim stale dentriesYan, Zheng2019-03-051-4/+5
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-051-1/+1
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-051-1/+1
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-051-0/+1
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-051-14/+23
* ceph: set special inode's blocksize to page sizeYan, Zheng2019-03-051-0/+1
* ceph: cleanup splice_dentry()Yan, Zheng2018-12-261-36/+24
* ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng2018-10-221-1/+3
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2018-10-221-1/+0
* Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-10-221-2/+6
* ceph: add additional size check in ceph_setattr()Chengguang Xu2018-08-131-0/+5
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-021-1/+1
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-021-40/+36