summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: convert to new timestamp accessorsJeff Layton2023-10-181-29/+35
* 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
|/
* ceph: don't get the inline data for new creating filesXiubo Li2022-08-031-2/+3
* ceph: choose auth MDS for getxattr with the Xs capsXiubo Li2022-08-031-1/+7
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-8/+5
* netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-091-0/+3
* ceph: fix statfs for subdir mountsLuís Henriques2022-05-251-1/+1
* ceph: try to choose the auth MDS if possible for getattrXiubo Li2022-05-251-1/+25
* ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkXiubo Li2022-05-251-1/+1
* ceph: no need to invalidate the fscache twiceXiubo Li2022-05-251-1/+0
* ceph: update the dlease for the hashed dentry when removingXiubo Li2022-05-251-1/+3
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-3/+3
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-3/+3
* | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-241-4/+61
|\ \
| * | ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li2022-03-211-2/+8
| |/
| * ceph: add getvxattr opMilind Changire2022-03-011-0/+51