| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-20 | ceph: replace local base64 helpers with lib/base64 | Guan-Chun Wu | 1 | -5/+1 |
| 2025-07-28 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 1 | -6/+4 |
| 2025-07-10 | ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*() | Eric Biggers | 1 | -6/+4 |
| 2025-06-17 | ceph: fix a race with rename() in ceph_mdsc_build_path() | Al Viro | 1 | -14/+4 |
| 2024-11-18 | ceph: miscellaneous spelling fixes | Dmitry Antipov | 1 | -1/+1 |
| 2023-08-24 | ceph: add support for encrypted snapshot names | Luís Henriques | 1 | -6/+6 |
| 2023-08-24 | ceph: add encryption support to writepage and writepages | Jeff Layton | 1 | -1/+17 |
| 2023-08-24 | ceph: add truncate size handling support for fscrypt | Xiubo Li | 1 | -0/+21 |
| 2023-08-24 | ceph: add infrastructure for file encryption and decryption | Jeff Layton | 1 | -0/+80 |
| 2023-08-24 | ceph: mark directory as non-complete after loading key | Luís Henriques | 1 | -0/+6 |
| 2023-08-24 | ceph: add some fscrypt guardrails | Jeff Layton | 1 | -0/+4 |
| 2023-08-24 | ceph: add support to readdir for encrypted names | Xiubo Li | 1 | -0/+10 |
| 2023-08-24 | ceph: add helpers for converting names for userland presentation | Jeff Layton | 1 | -0/+46 |
| 2023-08-24 | ceph: encode encrypted name in ceph_mdsc_build_path and dentry release | Jeff Layton | 1 | -0/+9 |
| 2023-08-22 | ceph: add base64 endcoding routines for encrypted names | Luís Henriques | 1 | -0/+32 |
| 2023-08-22 | ceph: implement -o test_dummy_encryption mount option | Jeff Layton | 1 | -0/+28 |
| 2023-08-22 | ceph: fscrypt_auth handling for ceph | Jeff Layton | 1 | -0/+36 |
| 2010-10-20 | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 1 | -48/+0 |
| 2010-08-01 | ceph: code cleanup | Yehuda Sadeh | 1 | -2/+2 |
| 2010-02-10 | ceph: aes crypto and base64 encode/decode helpers | Sage Weil | 1 | -0/+48 |