summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorLines
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-0/+11
2025-10-08ceph: fix potential NULL dereference issue in ceph_fill_trace()Viacheslav Dubeyko-0/+11
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-09-09ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze-12/+69
2025-09-09ceph: fix race condition validating r_parent before applying stateAlex Markuze-4/+3
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers-0/+1
2025-07-10ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()Eric Biggers-2/+1
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-1/+1
2025-04-03ceph: Fix incorrect flush end position calculationDavid Howells-1/+1
2025-03-05ceph: Fix error handling in fill_readdir_cache()Matthew Wilcox (Oracle)-2/+5
2025-02-28ceph: Convert ceph_readdir_cache_control to store a folioMatthew Wilcox (Oracle)-12/+14
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov-1/+1
2024-09-28Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-1/+1
2024-09-24ceph: Fix typo in the commentYan Zhen-1/+1
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells-0/+1
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells-2/+0
2024-07-03ceph: drop usage of page_indexKairui Song-1/+1
2024-05-25Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-9/+37
2024-05-23ceph: check the cephx mds auth access for setattrXiubo Li-9/+37
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells-0/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li-0/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells-1/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells-1/+1
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-229/+282
2023-11-03ceph: allow idmapped setattr inode opChristian Brauner-8/+12
2023-11-03ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn-3/+3
2023-11-03ceph: allow idmapped permission inode opChristian Brauner-1/+1
2023-11-03ceph: allow idmapped getattr inode opChristian Brauner-1/+1
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li-218/+267
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li-7/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-29/+35
2023-10-18ceph: convert to new timestamp accessorsJeff Layton-29/+35
2023-10-09ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li-3/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-54/+571
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li-11/+24
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques-4/+29
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li-7/+193
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton-3/+30
2023-08-24ceph: allow encrypting a directory while not having Ax capsLuís Henriques-1/+2
2023-08-24ceph: add some fscrypt guardrailsJeff Layton-8/+18
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton-12/+101
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li-4/+8
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton-2/+28
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton-2/+8
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton-2/+62
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton-7/+77
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+1
2023-07-13ceph: convert to ctime accessor functionsJeff Layton-7/+9
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+7
2023-01-26ceph: report the inode version in getattr if requestedJeff Layton-5/+11