summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: don't get the inline data for new creating filesXiubo Li2022-08-031-2/+3
* ceph: choose auth MDS for getxattr with the Xs capsXiubo Li2022-08-031-1/+7
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-8/+5
* netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-091-0/+3
* ceph: fix statfs for subdir mountsLuís Henriques2022-05-251-1/+1
* ceph: try to choose the auth MDS if possible for getattrXiubo Li2022-05-251-1/+25
* ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkXiubo Li2022-05-251-1/+1
* ceph: no need to invalidate the fscache twiceXiubo Li2022-05-251-1/+0
* ceph: update the dlease for the hashed dentry when removingXiubo Li2022-05-251-1/+3
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-3/+3
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-3/+3
* | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-241-4/+61
|\ \
| * | ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li2022-03-211-2/+8
| |/
| * ceph: add getvxattr opMilind Changire2022-03-011-0/+51
| * ceph: fix comments mentioning i_mutexhongnanli2022-03-011-2/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* ceph: conversion to new fscache APIJeff Layton2022-01-111-6/+16
* ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li2021-11-081-6/+8
* ceph: shut down access to inode when async create failsJeff Layton2021-11-081-2/+31
* ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-081-3/+4
* ceph: fix handling of "meta" errorsJeff Layton2021-10-191-2/+0
* 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