summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18ceph: convert to new timestamp accessorsJeff Layton
2023-10-09ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton
2023-08-24ceph: allow encrypting a directory while not having Ax capsLuís Henriques
2023-08-24ceph: add some fscrypt guardrailsJeff Layton
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13ceph: convert to ctime accessor functionsJeff Layton
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-26ceph: report the inode version in getattr if requestedJeff Layton
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-14ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-04ceph: fix incorrectly showing the .snap size for statXiubo Li
2022-10-04ceph: increment i_version when doing a setattr with capsJeff Layton
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li
2022-08-03ceph: choose auth MDS for getxattr with the Xs capsXiubo Li
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds
2022-05-25ceph: fix statfs for subdir mountsLuís Henriques
2022-05-25ceph: try to choose the auth MDS if possible for getattrXiubo Li
2022-05-25ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkXiubo Li
2022-05-25ceph: no need to invalidate the fscache twiceXiubo Li
2022-05-25ceph: update the dlease for the hashed dentry when removingXiubo Li
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