index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
crypto.c
Age
Commit message (
Expand
)
Author
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-11-20
ceph: replace local base64 helpers with lib/base64
Guan-Chun Wu
2025-10-20
ceph: use the new ->i_state accessors
Mateusz Guzik
2025-08-21
ceph: move crypt info pointer to fs-specific part of inode
Eric Biggers
2025-07-28
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2025-07-10
ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()
Eric Biggers
2025-07-10
fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
Eric Biggers
2025-06-17
ceph: fix a race with rename() in ceph_mdsc_build_path()
Al Viro
2025-06-17
prep for ceph_encode_encrypted_fname() fixes
Al Viro
2025-06-17
[ceph] parse_longname(): strrchr() expects NUL-terminated string
Al Viro
2023-11-10
Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-11-03
ceph: pass idmap to __ceph_setattr
Alexander Mikhalitsyn
2023-11-03
ceph: print cluster fsid and client global_id in all debug logs
Xiubo Li
2023-11-03
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
2023-10-30
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2023-10-09
ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()
Luis Henriques
2023-09-24
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023-09-18
ceph: remove unnecessary check for NULL in parse_longname()
Luís Henriques
2023-08-24
ceph: add support for encrypted snapshot names
Luís Henriques
2023-08-24
ceph: add infrastructure for file encryption and decryption
Jeff Layton
2023-08-24
ceph: mark directory as non-complete after loading key
Luís Henriques
2023-08-24
ceph: add support to readdir for encrypted names
Xiubo Li
2023-08-24
ceph: add helpers for converting names for userland presentation
Jeff Layton
2023-08-24
ceph: encode encrypted name in ceph_mdsc_build_path and dentry release
Jeff Layton
2023-08-22
ceph: add base64 endcoding routines for encrypted names
Luís Henriques
2023-08-22
ceph: implement -o test_dummy_encryption mount option
Jeff Layton
2023-08-22
ceph: fscrypt_auth handling for ceph
Jeff Layton
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
2010-08-02
ceph: move AES iv definition to shared header
Sage Weil
2010-08-01
ceph: code cleanup
Yehuda Sadeh
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-10
ceph: aes crypto and base64 encode/decode helpers
Sage Weil