summaryrefslogtreecommitdiff
path: root/fs/ceph/crypto.c
AgeCommit message (Expand)Author
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-11-20ceph: replace local base64 helpers with lib/base64Guan-Chun Wu
2025-10-20ceph: use the new ->i_state accessorsMateusz Guzik
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-07-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2025-07-10ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()Eric Biggers
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()Eric Biggers
2025-06-17ceph: fix a race with rename() in ceph_mdsc_build_path()Al Viro
2025-06-17prep for ceph_encode_encrypted_fname() fixesAl Viro
2025-06-17[ceph] parse_longname(): strrchr() expects NUL-terminated stringAl Viro
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-11-03ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-10-09ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-09-18ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques
2023-08-24ceph: add infrastructure for file encryption and decryptionJeff Layton
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-08-02ceph: move AES iv definition to shared headerSage Weil
2010-08-01ceph: code cleanupYehuda Sadeh
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-10ceph: aes crypto and base64 encode/decode helpersSage Weil