summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-01ceph: add getvxattr opMilind Changire
2022-03-01ceph: fix comments mentioning i_mutexhongnanli
2022-01-11ceph: conversion to new fscache APIJeff Layton
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li
2021-11-08ceph: shut down access to inode when async create failsJeff Layton
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton
2021-10-19ceph: fix handling of "meta" errorsJeff Layton
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-04-27ceph: fix fscache invalidationJeff Layton
2021-03-08ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton
2021-03-08ceph: fix up error handling with snapdirsJeff Layton
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton
2021-02-16ceph: clean up inode work queueingJeff Layton
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-14ceph: don't reach into request header for readdir infoJeff Layton
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton
2020-12-14ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton
2020-12-14ceph: ensure we have Fs caps when fetching dir link countJeff Layton
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
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