Age | Commit message (Expand) | Author |
2019-01-23 | fscrypt: remove filesystem specific build config option | Chandan Rajendra |
2018-06-11 | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2018-05-20 | fscrypt: make fscrypt_operations.max_namelen an integer | Eric Biggers |
2018-05-20 | fscrypt: clean up after fscrypt_prepare_lookup() conversions | Eric Biggers |
2018-05-02 | fscrypt: allow synchronous bio decryption | Eric Biggers |
2018-01-11 | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() | Eric Biggers |
2018-01-11 | fscrypt: fix up fscrypt_fname_encrypted_size() for internal use | Eric Biggers |
2018-01-11 | fscrypt: remove fscrypt_fname_usr_to_disk() | Eric Biggers |
2018-01-11 | fscrypt: new helper function - fscrypt_get_symlink() | Eric Biggers |
2018-01-11 | fscrypt: new helper functions for ->symlink() | Eric Biggers |
2018-01-11 | fscrypt: trim down fscrypt.h includes | Eric Biggers |
2018-01-11 | fscrypt: move fscrypt_operations declaration to fscrypt_supp.h | Eric Biggers |
2018-01-11 | fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions | Eric Biggers |
2018-01-11 | fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h | Eric Biggers |
2018-01-11 | fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h | Eric Biggers |
2018-01-11 | fscrypt: move fscrypt_control_page() to supp/notsupp headers | Eric Biggers |
2018-01-11 | fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers | Eric Biggers |
2017-11-14 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-18 | fscrypt: new helper function - fscrypt_prepare_lookup() | Eric Biggers |
2017-10-18 | fscrypt: new helper function - fscrypt_prepare_rename() | Eric Biggers |
2017-10-18 | fscrypt: new helper function - fscrypt_prepare_link() | Eric Biggers |
2017-10-18 | fscrypt: new helper function - fscrypt_file_open() | Eric Biggers |
2017-10-18 | fscrypt: clean up include file mess | Dave Chinner |
2017-06-23 | fscrypt: inline fscrypt_free_filename() | Eric Biggers |
2017-05-04 | fscrypt: correct collision claim for digested names | Eric Biggers |
2017-05-04 | fscrypt: introduce helper function for filename matching | Eric Biggers |
2017-02-06 | fscrypt: split supp and notsupp declarations into their own headers | Eric Biggers |