aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-13ceph: convert to ctime accessor functionsGravatar Jeff Layton 1-7/+9
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+7
2023-01-26ceph: report the inode version in getattr if requestedGravatar Jeff Layton 1-5/+11
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+3
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-12-12ceph: remove useless session parameter for check_caps()Gravatar Xiubo Li 1-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-11-14ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Gravatar Dan Carpenter 1-1/+1
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-04ceph: fix incorrectly showing the .snap size for statGravatar Xiubo Li 1-4/+23
2022-10-04ceph: increment i_version when doing a setattr with capsGravatar Jeff Layton 1-0/+1
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opGravatar Xiubo Li 1-0/+1
2022-08-03ceph: don't get the inline data for new creating filesGravatar Xiubo Li 1-2/+3
2022-08-03ceph: choose auth MDS for getxattr with the Xs capsGravatar Xiubo Li 1-1/+7
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-8/+5
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowGravatar Linus Torvalds 1-0/+3
2022-05-25ceph: fix statfs for subdir mountsGravatar Luís Henriques 1-1/+1
2022-05-25ceph: try to choose the auth MDS if possible for getattrGravatar Xiubo Li 1-1/+25
2022-05-25ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkGravatar Xiubo Li 1-1/+1
2022-05-25ceph: no need to invalidate the fscache twiceGravatar Xiubo Li 1-1/+0
2022-05-25ceph: update the dlease for the hashed dentry when removingGravatar Xiubo Li 1-1/+3
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+61
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Gravatar Xiubo Li 1-2/+8
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-3/+3
2022-03-01ceph: add getvxattr opGravatar Milind Changire 1-0/+51
2022-03-01ceph: fix comments mentioning i_mutexGravatar hongnanli 1-2/+2
2022-01-11ceph: conversion to new fscache APIGravatar Jeff Layton 1-6/+16
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedGravatar Xiubo Li 1-6/+8
2021-11-08ceph: shut down access to inode when async create failsGravatar Jeff Layton 1-2/+31
2021-11-08ceph: print inode numbers instead of pointer valuesGravatar Jeff Layton 1-3/+4
2021-10-19ceph: fix handling of "meta" errorsGravatar Jeff Layton 1-2/+0
2021-09-02ceph: add ceph_change_snap_realm() helperGravatar Jeff Layton 1-9/+2
2021-06-29ceph: eliminate ceph_async_iput()Gravatar Jeff Layton 1-25/+3
2021-06-29ceph: eliminate session->s_gen_ttl_lockGravatar Jeff Layton 1-2/+2
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRGravatar Jeff Layton 1-4/+2
2021-06-22ceph: must hold snap_rwsem when filling inode for async createGravatar Jeff Layton 1-0/+2
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-15/+21
2021-04-27ceph: don't allow access to MDS-private inodesGravatar Jeff Layton 1-0/+3