aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li1-6/+8
2021-11-08ceph: shut down access to inode when async create failsJeff Layton1-2/+31
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton1-3/+4
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-2/+0
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton1-9/+2
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton1-25/+3
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton1-2/+2
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton1-4/+2
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton1-0/+2
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-15/+21
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton1-0/+3
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton1-11/+11
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao1-0/+1
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-04-27ceph: fix fscache invalidationJeff Layton1-0/+1
2021-03-08ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton1-4/+23
2021-03-08ceph: fix up error handling with snapdirsJeff Layton1-1/+13
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-8/+10
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton1-0/+6
2021-02-16ceph: clean up inode work queueingJeff Layton1-49/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-14ceph: don't reach into request header for readdir infoJeff Layton1-3/+2
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton1-9/+4
2020-12-14ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2
2020-12-14ceph: ensure we have Fs caps when fetching dir link countJeff Layton1-5/+14
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton1-1/+1
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li1-1/+6
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-3/+2
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-10/+9
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-2/+2
2020-03-30ceph: fix snapshot directory timestampsLuis Henriques1-0/+4
2020-03-30ceph: check all mds' caps after page writebackYan, Zheng1-1/+1
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng1-7/+1
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng1-1/+0
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-1/+9
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton1-0/+2
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton1-23/+24
2020-03-30ceph: track primary dentry linkJeff Layton1-1/+7
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton1-0/+1
2020-03-30ceph: add refcounting for Fx capsJeff Layton1-0/+1
2020-01-27ceph: don't clear I_NEW until inode metadata is fully populatedJeff Layton1-4/+23
2020-01-27ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton1-1/+4
2020-01-27ceph: drop unused ttl_from parameter from fill_inodeJeff Layton1-9/+6
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-09-16ceph: update the mtime when truncating upJeff Layton1-20/+21
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-0/+2