| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2026-02-03 | ceph: fix oops due to invalid pointer for kfree() in parse_longname() | Daniel Vogelbacher | 1 | -4/+5 |
| 2025-12-06 | Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -56/+4 |
| 2025-11-20 | ceph: replace local base64 helpers with lib/base64 | Guan-Chun Wu | 1 | -56/+4 |
| 2025-10-20 | ceph: use the new ->i_state accessors | Mateusz Guzik | 1 | -2/+2 |
| 2025-08-21 | ceph: move crypt info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+2 |
| 2025-07-28 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 1 | -8/+5 |
| 2025-07-10 | ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*() | Eric Biggers | 1 | -6/+4 |
| 2025-07-10 | fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace() | Eric Biggers | 1 | -2/+1 |
| 2025-06-17 | ceph: fix a race with rename() in ceph_mdsc_build_path() | Al Viro | 1 | -17/+2 |
| 2025-06-17 | prep for ceph_encode_encrypted_fname() fixes | Al Viro | 1 | -23/+17 |
| 2025-06-17 | [ceph] parse_longname(): strrchr() expects NUL-terminated string | Al Viro | 1 | -19/+12 |
| 2023-11-10 | Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -15/+28 |
| 2023-11-03 | ceph: pass idmap to __ceph_setattr | Alexander Mikhalitsyn | 1 | -1/+1 |
| 2023-11-03 | ceph: print cluster fsid and client global_id in all debug logs | Xiubo Li | 1 | -13/+26 |
| 2023-11-03 | ceph: rename _to_client() to _to_fs_client() | Xiubo Li | 1 | -1/+1 |
| 2023-10-30 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-10-09 | ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr() | Luis Henriques | 1 | -1/+1 |
| 2023-09-24 | fscrypt: make the bounce page pool opt-in instead of opt-out | Eric Biggers | 1 | -0/+1 |
| 2023-09-18 | ceph: remove unnecessary check for NULL in parse_longname() | Luís Henriques | 1 | -4/+2 |
| 2023-08-24 | ceph: add support for encrypted snapshot names | Luís Henriques | 1 | -31/+166 |
| 2023-08-24 | ceph: add infrastructure for file encryption and decryption | Jeff Layton | 1 | -0/+171 |
| 2023-08-24 | ceph: mark directory as non-complete after loading key | Luís Henriques | 1 | -2/+33 |
| 2023-08-24 | ceph: add support to readdir for encrypted names | Xiubo Li | 1 | -7/+20 |
| 2023-08-24 | ceph: add helpers for converting names for userland presentation | Jeff Layton | 1 | -0/+77 |
| 2023-08-24 | ceph: encode encrypted name in ceph_mdsc_build_path and dentry release | Jeff Layton | 1 | -0/+53 |
| 2023-08-22 | ceph: add base64 endcoding routines for encrypted names | Luís Henriques | 1 | -0/+60 |
| 2023-08-22 | ceph: implement -o test_dummy_encryption mount option | Jeff Layton | 1 | -0/+56 |
| 2023-08-22 | ceph: fscrypt_auth handling for ceph | Jeff Layton | 1 | -0/+77 |
| 2010-10-20 | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 1 | -412/+0 |
| 2010-08-02 | ceph: move AES iv definition to shared header | Sage Weil | 1 | -1/+1 |
| 2010-08-01 | ceph: code cleanup | Yehuda Sadeh | 1 | -12/+15 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-10 | ceph: aes crypto and base64 encode/decode helpers | Sage Weil | 1 | -0/+408 |