Age | Commit message (Expand) | Author | Files | Lines |
2019-01-24 | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 1 | -231/+0 |
2018-06-11 | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -3/+10 |
2018-05-20 | fscrypt: clean up after fscrypt_prepare_lookup() conversions | Eric Biggers | 1 | -10/+0 |
2018-05-03 | fscrypt: allow synchronous bio decryption | Eric Biggers | 1 | -3/+10 |
2018-01-12 | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() | Eric Biggers | 1 | -2/+1 |
2018-01-12 | fscrypt: fix up fscrypt_fname_encrypted_size() for internal use | Eric Biggers | 1 | -8/+0 |
2018-01-12 | fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names | Eric Biggers | 1 | -1/+1 |
2018-01-12 | fscrypt: remove fscrypt_fname_usr_to_disk() | Eric Biggers | 1 | -7/+0 |
2018-01-12 | fscrypt: new helper function - fscrypt_get_symlink() | Eric Biggers | 1 | -0/+8 |
2018-01-12 | fscrypt: new helper functions for ->symlink() | Eric Biggers | 1 | -0/+16 |
2018-01-12 | fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions | Eric Biggers | 1 | -0/+5 |
2018-01-12 | fscrypt: move fscrypt_control_page() to supp/notsupp headers | Eric Biggers | 1 | -0/+5 |
2018-01-12 | fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers | Eric Biggers | 1 | -0/+5 |
2017-11-14 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+36 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-19 | fscrypt: new helper function - fscrypt_prepare_lookup() | Eric Biggers | 1 | -0/+6 |
2017-10-19 | fscrypt: new helper function - fscrypt_prepare_rename() | Eric Biggers | 1 | -0/+9 |
2017-10-19 | fscrypt: new helper function - fscrypt_prepare_link() | Eric Biggers | 1 | -0/+6 |
2017-10-19 | fscrypt: new helper function - fscrypt_file_open() | Eric Biggers | 1 | -0/+9 |
2017-10-19 | fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED() | Eric Biggers | 1 | -1/+1 |
2017-10-19 | fscrypt: clean up include file mess | Dave Chinner | 1 | -2/+5 |
2017-05-04 | fscrypt: introduce helper function for filename matching | Eric Biggers | 1 | -0/+9 |
2017-02-07 | fscrypt: split supp and notsupp declarations into their own headers | Eric Biggers | 1 | -0/+168 |