aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-04ceph: fix incorrectly showing the .snap size for statXiubo Li1-4/+23
2022-10-04ceph: increment i_version when doing a setattr with capsJeff Layton1-0/+1
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li1-0/+1
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li1-2/+3
2022-08-03ceph: choose auth MDS for getxattr with the Xs capsXiubo Li1-1/+7
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-8/+5
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds1-0/+3
2022-05-25ceph: fix statfs for subdir mountsLuís Henriques1-1/+1
2022-05-25ceph: try to choose the auth MDS if possible for getattrXiubo Li1-1/+25
2022-05-25ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkXiubo Li1-1/+1
2022-05-25ceph: no need to invalidate the fscache twiceXiubo Li1-1/+0
2022-05-25ceph: update the dlease for the hashed dentry when removingXiubo Li1-1/+3
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-3/+3
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-4/+61
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li1-2/+8
2022-03-18netfs: Add a netfs inode contextDavid Howells1-3/+3
2022-03-01ceph: add getvxattr opMilind Changire1-0/+51
2022-03-01ceph: fix comments mentioning i_mutexhongnanli1-2/+2
2022-01-11ceph: conversion to new fscache APIJeff Layton1-6/+16
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