summaryrefslogtreecommitdiffstats
path: root/fs/ceph/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-15/+28
|\
| * ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-031-1/+1
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-13/+26
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-1/+1
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-0/+1
|\ \ | |/ |/|
| * fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-0/+1
* | ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques2023-10-091-1/+1
* | ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques2023-09-181-4/+2
|/
* ceph: add support for encrypted snapshot namesLuís Henriques2023-08-241-31/+166
* ceph: add infrastructure for file encryption and decryptionJeff Layton2023-08-241-0/+171
* ceph: mark directory as non-complete after loading keyLuís Henriques2023-08-241-2/+33
* ceph: add support to readdir for encrypted namesXiubo Li2023-08-241-7/+20
* ceph: add helpers for converting names for userland presentationJeff Layton2023-08-241-0/+77
* ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton2023-08-241-0/+53
* ceph: add base64 endcoding routines for encrypted namesLuís Henriques2023-08-221-0/+60
* ceph: implement -o test_dummy_encryption mount optionJeff Layton2023-08-221-0/+56
* ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-0/+77
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-412/+0
* ceph: move AES iv definition to shared headerSage Weil2010-08-021-1/+1
* ceph: code cleanupYehuda Sadeh2010-08-011-12/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: aes crypto and base64 encode/decode helpersSage Weil2010-02-101-0/+408