summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-05-251-9/+37
|\
| * ceph: check the cephx mds auth access for setattrXiubo Li2024-05-231-9/+37
* | netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-291-0/+2
|/
* ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li2024-02-071-0/+2
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
* netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-1/+1
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-229/+282
|\
| * ceph: allow idmapped setattr inode opChristian Brauner2023-11-031-8/+12
| * ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-031-3/+3
| * ceph: allow idmapped permission inode opChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped getattr inode opChristian Brauner2023-11-031-1/+1
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-218/+267
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-7/+7
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-29/+35
|\ \ | |/ |/|
| * ceph: convert to new timestamp accessorsJeff Layton2023-10-181-29/+35
* | ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-091-3/+1
|/
* Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-061-54/+571
|\
| * ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li2023-08-241-11/+24
| * ceph: add support for encrypted snapshot namesLuís Henriques2023-08-241-4/+29
| * ceph: add truncate size handling support for fscryptXiubo Li2023-08-241-7/+193
| * ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-241-3/+30
| * ceph: allow encrypting a directory while not having Ax capsLuís Henriques2023-08-241-1/+2
| * ceph: add some fscrypt guardrailsJeff Layton2023-08-241-8/+18
| * ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton2023-08-241-12/+101
| * ceph: add support to readdir for encrypted namesXiubo Li2023-08-241-4/+8
| * ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton2023-08-241-2/+28
| * ceph: implement -o test_dummy_encryption mount optionJeff Layton2023-08-221-2/+8
| * ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-2/+62
| * ceph: preallocate inode for ops that may create oneJeff Layton2023-08-221-7/+77
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | ceph: convert to ctime accessor functionsJeff Layton2023-07-131-7/+9
|/
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-7/+7
|\
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | ceph: report the inode version in getattr if requestedJeff Layton2023-01-261-5/+11
|/
* Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-12-141-3/+3
|\
| * ceph: remove useless session parameter for check_caps()Xiubo Li2022-12-121-3/+3
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-2/+2
|\ \
| * | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| |/
* / ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter2022-11-141-1/+1
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | ceph: fix incorrectly showing the .snap size for statXiubo Li2022-10-041-4/+23
* | ceph: increment i_version when doing a setattr with capsJeff Layton2022-10-041-0/+1
* | ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-041-0/+1
|/