aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10fs/ecryptfs: Replace kmap() with kmap_local_page()Gravatar Fabio M. De Francesco 1-4/+4
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-27/+3
2023-02-13fs: ecryptfs: Use crypto_wait_reqGravatar Herbert Xu 1-27/+3
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-1/+1
2021-05-13fs: ecryptfs: remove BUG_ON from crypt_scatterlistGravatar Phillip Potter 1-2/+0
2021-05-13Revert "ecryptfs: replace BUG_ON with error handling code"Gravatar Greg Kroah-Hartman 1-4/+2
2021-04-19ecryptfs: Fix typo in messageGravatar Sascha Hauer 1-1/+1
2021-04-19ecryptfs: crypto: Supply some missing param descriptions and demote abusesGravatar Lee Jones 1-10/+10
2021-04-19Merge tag 'v5.12-rc7' into ecryptfs/nextGravatar Tyler Hicks 1-2/+2
2021-01-30ecryptfs: use DEFINE_MUTEX() for mutex lockGravatar Zheng Yongjun 1-2/+1
2021-01-24xattr: handle idmapped mountsGravatar Tycho Andersen 1-2/+2
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-16/+1
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+4
2020-02-14ecryptfs: replace BUG_ON with error handling codeGravatar Aditya Pakki 1-2/+4
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeGravatar Eric Biggers 1-1/+1
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-17/+25
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsGravatar Hariprasad Kelam 1-11/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Gravatar Robbie Ko 1-2/+15
2019-02-16eCryptfs: fix a couple type promotion bugsGravatar Dan Carpenter 1-4/+8
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+3
2018-04-16eCryptfs: don't pass up plaintext names when using filename encryptionGravatar Tyler Hicks 1-13/+28
2017-11-06ecryptfs: use ARRAY_SIZEGravatar Jérémy Lefaure 1-4/+3
2017-11-06ecryptfs: Adjust four checks for null pointersGravatar Markus Elfring 1-3/+3
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationGravatar Markus Elfring 1-16/+0
2017-11-04ecryptfs: remove private bin2hex implementationGravatar Rasmus Villemoes 1-15/+0
2016-06-20ecryptfs: fix spelling mistakesGravatar Chris J Arges 1-2/+2
2016-06-20eCryptfs: fix typos in commentGravatar Wei Yuan 1-2/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-4/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+4
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-16/+16
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-1/+4
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextGravatar Herbert Xu 1-16/+16
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-1/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-11/+11
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-18/+9
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentGravatar Al Viro 1-18/+9
2016-01-27eCryptfs: Use skcipher and shashGravatar Herbert Xu 1-59/+48
2015-08-18eCryptfs: Delete a check before the function call "key_put"Gravatar Markus Elfring 1-2/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineGravatar Michael Halcrow 1-1/+0
2014-11-19kill f_dentry usesGravatar Al Viro 1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-1/+1
2013-10-24eCryptfs: fix 32 bit corruption issueGravatar Colin Ian King 1-1/+1
2013-09-06ecryptfs: avoid ctx initialization raceGravatar Kees Cook 1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLGravatar Dan Carpenter 1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-259/+78
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbGravatar Al Viro 1-3/+2