summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-26Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-9/+37
2024-05-23ceph: check the cephx mds auth access for setattrXiubo Li1-9/+37
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-0/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li1-0/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-1/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-1/+1
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-229/+282
2023-11-04ceph: allow idmapped setattr inode opChristian Brauner1-8/+12
2023-11-04ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn1-3/+3
2023-11-04ceph: allow idmapped permission inode opChristian Brauner1-1/+1
2023-11-04ceph: allow idmapped getattr inode opChristian Brauner1-1/+1
2023-11-04ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-218/+267
2023-11-04ceph: rename _to_client() to _to_fs_client()Xiubo Li1-7/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-29/+35
2023-10-18ceph: convert to new timestamp accessorsJeff Layton1-29/+35
2023-10-09ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-54/+571
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li1-11/+24
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques1-4/+29
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li1-7/+193
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton1-3/+30
2023-08-24ceph: allow encrypting a directory while not having Ax capsLuís Henriques1-1/+2
2023-08-24ceph: add some fscrypt guardrailsJeff Layton1-8/+18
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton1-12/+101
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li1-4/+8
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton1-2/+28
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton1-2/+8
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton1-2/+62
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton1-7/+77
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-13ceph: convert to ctime accessor functionsJeff Layton1-7/+9
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+7
2023-01-26ceph: report the inode version in getattr if requestedJeff Layton1-5/+11
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li1-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-14ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter1-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-12treewide: 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