summaryrefslogtreecommitdiff
path: root/fs/ceph/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques1-1/+1
2023-09-18ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques1-4/+2
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques1-31/+166
2023-08-24ceph: add infrastructure for file encryption and decryptionJeff Layton1-0/+171
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques1-2/+33
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li1-7/+20
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton1-0/+77
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton1-0/+53
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques1-0/+60
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton1-0/+56
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton1-0/+77
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh1-412/+0
2010-08-03ceph: move AES iv definition to shared headerSage Weil1-1/+1
2010-08-02ceph: code cleanupYehuda Sadeh1-12/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-11ceph: aes crypto and base64 encode/decode helpersSage Weil1-0/+408