summaryrefslogtreecommitdiff
path: root/fs/ceph/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques1-6/+6
2023-08-24ceph: add encryption support to writepage and writepagesJeff Layton1-1/+17
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li1-0/+21
2023-08-24ceph: add infrastructure for file encryption and decryptionJeff Layton1-0/+80
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques1-0/+6
2023-08-24ceph: add some fscrypt guardrailsJeff Layton1-0/+4
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li1-0/+10
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton1-0/+46
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton1-0/+9
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques1-0/+32
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton1-0/+28
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton1-0/+36
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh1-48/+0
2010-08-02ceph: code cleanupYehuda Sadeh1-2/+2
2010-02-11ceph: aes crypto and base64 encode/decode helpersSage Weil1-0/+48