| Commit message (Expand) | Author | Age | Files | Lines |
* | ecryptfs: use crypto_shash_tfm_digest() | Eric Biggers | 2020-05-08 | 1 | -16/+1 |
* | Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-02-17 | 1 | -2/+4 |
|\ |
|
| * | ecryptfs: replace BUG_ON with error handling code | Aditya Pakki | 2020-02-14 | 1 | -2/+4 |
* | | crypto: skcipher - remove crypto_skcipher::keysize | Eric Biggers | 2019-12-11 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-07-14 | 1 | -17/+25 |
|\ |
|
| * | ecryptfs: Change return type of ecryptfs_process_flags | Hariprasad Kelam | 2019-07-02 | 1 | -11/+2 |
| * | eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ... | Robbie Ko | 2019-02-16 | 1 | -2/+15 |
| * | eCryptfs: fix a couple type promotion bugs | Dan Carpenter | 2019-02-16 | 1 | -4/+8 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -1/+0 |
* | | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 1 | -2/+3 |
|/ |
|
* | eCryptfs: don't pass up plaintext names when using filename encryption | Tyler Hicks | 2018-04-16 | 1 | -13/+28 |
* | ecryptfs: use ARRAY_SIZE | Jérémy Lefaure | 2017-11-06 | 1 | -4/+3 |
* | ecryptfs: Adjust four checks for null pointers | Markus Elfring | 2017-11-06 | 1 | -3/+3 |
* | ecryptfs: Delete 21 error messages for a failed memory allocation | Markus Elfring | 2017-11-06 | 1 | -16/+0 |
* | ecryptfs: remove private bin2hex implementation | Rasmus Villemoes | 2017-11-04 | 1 | -15/+0 |
* | ecryptfs: fix spelling mistakes | Chris J Arges | 2016-06-20 | 1 | -2/+2 |
* | eCryptfs: fix typos in comment | Wei Yuan | 2016-06-20 | 1 | -2/+2 |
* | switch ->setxattr() to passing dentry and inode separately | Al Viro | 2016-05-27 | 1 | -4/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-17 | 1 | -1/+4 |
|\ |
|
| * | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-02 | 1 | -1/+4 |
| |\ |
|
| | * | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 1 | -1/+4 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-05-17 | 1 | -16/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | eCryptfs: Do not allocate hash tfm in NORECLAIM context | Herbert Xu | 2016-04-20 | 1 | -16/+16 |
| |/ |
|
* / | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -11/+11 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-03-19 | 1 | -18/+9 |
|\ |
|
| * | ecryptfs_encrypt_and_encode_filename(): drop unused argument | Al Viro | 2016-02-22 | 1 | -18/+9 |
* | | eCryptfs: Use skcipher and shash | Herbert Xu | 2016-01-27 | 1 | -59/+48 |
|/ |
|
* | eCryptfs: Delete a check before the function call "key_put" | Markus Elfring | 2015-08-18 | 1 | -2/+1 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-19 | 1 | -1/+0 |
|\ |
|
| * | eCryptfs: Remove buggy and unnecessary write in file name decode routine | Michael Halcrow | 2014-11-26 | 1 | -1/+0 |
* | | kill f_dentry uses | Al Viro | 2014-11-19 | 1 | -1/+1 |
|/ |
|
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -1/+1 |
* | eCryptfs: fix 32 bit corruption issue | Colin Ian King | 2013-10-24 | 1 | -1/+1 |
* | ecryptfs: avoid ctx initialization race | Kees Cook | 2013-09-06 | 1 | -6/+6 |
* | ecryptfs: remove check for if an array is NULL | Dan Carpenter | 2013-09-06 | 1 | -4/+0 |
* | Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-07-11 | 1 | -259/+78 |
|\ |
|
| * | eCryptfs: Make extent and scatterlist crypt function parameters similar | Tyler Hicks | 2013-06-07 | 1 | -8/+8 |
| * | eCryptfs: Collapse crypt_page_offset() into crypt_extent() | Tyler Hicks | 2013-06-07 | 1 | -36/+14 |
| * | eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent() | Tyler Hicks | 2013-06-07 | 1 | -54/+20 |
| * | eCryptfs: Combine page_offset crypto functions | Tyler Hicks | 2013-06-07 | 1 | -51/+18 |
| * | eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist() | Tyler Hicks | 2013-06-07 | 1 | -86/+20 |
| * | eCryptfs: Decrypt pages in-place | Tyler Hicks | 2013-06-07 | 1 | -16/+5 |
| * | eCryptfs: Accept one offset parameter in page offset crypto functions | Tyler Hicks | 2013-06-07 | 1 | -26/+16 |
| * | eCryptfs: Simplify lower file offset calculation | Tyler Hicks | 2013-06-07 | 1 | -11/+7 |
| * | eCryptfs: Read/write entire page during page IO | Tyler Hicks | 2013-06-07 | 1 | -35/+31 |
| * | eCryptfs: Use entire helper page during page crypto operations | Tyler Hicks | 2013-06-07 | 1 | -13/+16 |
* | | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb | Al Viro | 2013-06-29 | 1 | -3/+2 |
|/ |
|
* | eCryptfs: Use the ablkcipher crypto API | Tyler Hicks | 2013-05-09 | 1 | -40/+101 |