aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+2
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Eric Biggers1-16/+1
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-2/+4
2020-02-14ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers1-1/+1
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-17/+25
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam1-11/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly fileRobbie Ko1-2/+15
2019-02-16eCryptfs: fix a couple type promotion bugsDan Carpenter1-4/+8
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+3
2018-04-16eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks1-13/+28
2017-11-06ecryptfs: use ARRAY_SIZEJérémy Lefaure1-4/+3
2017-11-06ecryptfs: Adjust four checks for null pointersMarkus Elfring1-3/+3
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-16/+0
2017-11-04ecryptfs: remove private bin2hex implementationRasmus Villemoes1-15/+0
2016-06-20ecryptfs: fix spelling mistakesChris J Arges1-2/+2
2016-06-20eCryptfs: fix typos in commentWei Yuan1-2/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-4/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-16/+16
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+4
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu1-16/+16
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-11/+11
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+9
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro1-18/+9
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-59/+48
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring1-2/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-1/+0
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2014-11-19kill f_dentry usesAl Viro1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King1-1/+1
2013-09-06ecryptfs: avoid ctx initialization raceKees Cook1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLDan Carpenter1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-259/+78
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro1-3/+2
2013-06-07eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks1-8/+8
2013-06-07eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks1-36/+14
2013-06-07eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks1-54/+20
2013-06-07eCryptfs: Combine page_offset crypto functionsTyler Hicks1-51/+18
2013-06-07eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks1-86/+20
2013-06-07eCryptfs: Decrypt pages in-placeTyler Hicks1-16/+5
2013-06-07eCryptfs: Accept one offset parameter in page offset crypto functionsTyler Hicks1-26/+16
2013-06-07eCryptfs: Simplify lower file offset calculationTyler Hicks1-11/+7
2013-06-07eCryptfs: Read/write entire page during page IOTyler Hicks1-35/+31
2013-06-07eCryptfs: Use entire helper page during page crypto operationsTyler Hicks1-13/+16