summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* fs: ecryptfs: replace deprecated strncpy with strscpyJustin Stitt2024-04-241-3/+1
* fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-10/+0
* fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-07-101-4/+4
* Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-27/+3
|\
| * fs: ecryptfs: Use crypto_wait_reqHerbert Xu2023-02-131-27/+3
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* fs: ecryptfs: remove BUG_ON from crypt_scatterlistPhillip Potter2021-05-131-2/+0
* Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman2021-05-131-4/+2
* ecryptfs: Fix typo in messageSascha Hauer2021-04-191-1/+1
* ecryptfs: crypto: Supply some missing param descriptions and demote abusesLee Jones2021-04-191-10/+10
* Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks2021-04-191-2/+2
|\
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-2/+2
* | ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-01-301-2/+1
|/
* ecryptfs: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-16/+1
* Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-02-171-2/+4
|\
| * ecryptfs: replace BUG_ON with error handling codeAditya Pakki2020-02-141-2/+4
* | crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-111-1/+1
|/
* Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-141-17/+25
|\
| * ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam2019-07-021-11/+2
| * eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko2019-02-161-2/+15
| * eCryptfs: fix a couple type promotion bugsDan Carpenter2019-02-161-4/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* | crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+3
|/
* eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks2018-04-161-13/+28
* ecryptfs: use ARRAY_SIZEJérémy Lefaure2017-11-061-4/+3
* ecryptfs: Adjust four checks for null pointersMarkus Elfring2017-11-061-3/+3
* ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring2017-11-061-16/+0
* ecryptfs: remove private bin2hex implementationRasmus Villemoes2017-11-041-15/+0
* ecryptfs: fix spelling mistakesChris J Arges2016-06-201-2/+2
* eCryptfs: fix typos in commentWei Yuan2016-06-201-2/+2
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-1/+4
|\
| * Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+4
| |\
| | * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+4
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-171-16/+16
|\ \ \ | |/ / |/| |
| * | eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu2016-04-201-16/+16
| |/
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-11/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-18/+9
|\
| * ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-221-18/+9
* | eCryptfs: Use skcipher and shashHerbert Xu2016-01-271-59/+48
|/
* eCryptfs: Delete a check before the function call "key_put"Markus Elfring2015-08-181-2/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-191-1/+0
|\
| * eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2014-11-261-1/+0
* | kill f_dentry usesAl Viro2014-11-191-1/+1
|/
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* eCryptfs: fix 32 bit corruption issueColin Ian King2013-10-241-1/+1
* ecryptfs: avoid ctx initialization raceKees Cook2013-09-061-6/+6
* ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-061-4/+0