index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
crypto.c
Age
Commit message (
Expand
)
Author
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