summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-021-9/+2
* ceph: eliminate ceph_async_iput()Jeff Layton2021-06-291-25/+3
* ceph: eliminate session->s_gen_ttl_lockJeff Layton2021-06-291-2/+2
* ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton2021-06-291-4/+2
* ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-221-0/+2
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-061-15/+21
|\
| * ceph: don't allow access to MDS-private inodesJeff Layton2021-04-271-0/+3
| * ceph: fix up some bare fetches of i_sizeJeff Layton2021-04-271-11/+11
| * ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao2021-04-271-0/+1
| * ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton2021-04-271-4/+5
| * ceph: fix fscache invalidationJeff Layton2021-04-271-0/+1
* | ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton2021-03-081-4/+23
* | ceph: fix up error handling with snapdirsJeff Layton2021-03-081-1/+13
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-8/+10
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-161-0/+6
* | ceph: clean up inode work queueingJeff Layton2021-02-161-49/+6
|/
* ceph: don't reach into request header for readdir infoJeff Layton2020-12-141-3/+2
* ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2020-12-141-9/+4
* ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton2020-12-141-0/+2
* ceph: ensure we have Fs caps when fetching dir link countJeff Layton2020-12-141-5/+14
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-1/+1
* ceph: metrics for opened files, pinned caps and opened inodesXiubo Li2020-10-121-1/+6
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-3/+2
* 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