Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-05-20 | fscrypt: use a common logging function | Eric Biggers | 1 | -2/+3 |
2018-02-01 | fscrypt: fix build with pre-4.6 gcc versions | Eric Biggers | 1 | -1/+1 |
2018-01-12 | fscrypt: fix up fscrypt_fname_encrypted_size() for internal use | Eric Biggers | 1 | -5/+5 |
2018-01-12 | fscrypt: calculate NUL-padding length in one place only | Eric Biggers | 1 | -6/+1 |
2018-01-12 | fscrypt: new helper function - fscrypt_get_symlink() | Eric Biggers | 1 | -0/+73 |
2018-01-12 | fscrypt: new helper functions for ->symlink() | Eric Biggers | 1 | -0/+90 |
2017-10-19 | fscrypt: new helper function - fscrypt_prepare_lookup() | Eric Biggers | 1 | -0/+18 |
2017-10-19 | fscrypt: new helper function - fscrypt_prepare_rename() | Eric Biggers | 1 | -0/+30 |
2017-10-19 | fscrypt: new helper function - fscrypt_prepare_link() | Eric Biggers | 1 | -0/+15 |
2017-10-19 | fscrypt: new helper function - fscrypt_file_open() | Eric Biggers | 1 | -0/+49 |