Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-11 | fscrypt: fix inline encryption not used on new files | Eric Biggers | 1 | -1/+1 |
2020-09-22 | fscrypt: stop pretending that key setup is nofs-safe | Eric Biggers | 1 | -5/+2 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -2/+3 |
2020-07-30 | fscrypt: don't load ->i_crypt_info before it's known to be valid | Eric Biggers | 1 | -1/+2 |
2020-07-21 | fscrypt: use smp_load_acquire() for fscrypt_prepared_key | Eric Biggers | 1 | -2/+4 |
2020-07-08 | fscrypt: add inline encryption support | Satya Tangirala | 1 | -0/+364 |