index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
inline_crypt.c
Age
Commit message (
Expand
)
Author
2022-11-21
blk-crypto: add a blk_crypto_config_supported_natively helper
Christoph Hellwig
2022-11-21
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
2022-10-03
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-09-21
fscrypt: work on block_devices instead of request_queues
Christoph Hellwig
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
2022-09-11
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
2022-04-13
fscrypt: log when starting to use inline encryption
Eric Biggers
2022-02-08
fscrypt: add functions for direct I/O support
Eric Biggers
2020-11-11
fscrypt: fix inline encryption not used on new files
Eric Biggers
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-07-30
fscrypt: don't load ->i_crypt_info before it's known to be valid
Eric Biggers
2020-07-21
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala