summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+15
2026-04-03ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum1-4/+0
2026-04-03ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum1-1/+1
2026-03-26ecryptfs: Log function name only once in decode_and_decrypt_filenameThorsten Blum1-2/+1
2026-03-26ecryptfs: Remove redundant if checks in encrypt_and_encode_filenameThorsten Blum1-11/+10
2026-03-26ecryptfs: Fix tag number in encrypt_filename() error messageThorsten Blum1-3/+3
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-3/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-21Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-25/+13
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-1/+1
2026-01-13ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filenameThorsten Blum1-14/+4
2025-12-24ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum1-7/+2
2025-12-24ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum1-2/+4
2025-12-24ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_valsThorsten Blum1-1/+2
2025-12-24ecryptfs: comment typo fixZipeng Zhang1-1/+1
2025-10-31ecryptfs: Use MD5 library instead of crypto_shashEric Biggers1-81/+9
2024-11-05ecryptfs: Pass the folio index to crypt_extent()Matthew Wilcox (Oracle)1-4/+6
2024-11-05ecryptfs: Convert lower_offset_for_page() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-11-05ecryptfs: Convert ecryptfs_decrypt_page() to take a folioMatthew Wilcox (Oracle)1-5/+6
2024-11-05ecryptfs: Convert ecryptfs_encrypt_page() to take a folioMatthew Wilcox (Oracle)1-6/+6
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-04-25fs: ecryptfs: replace deprecated strncpy with strscpyJustin Stitt1-3/+1
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-10/+0
2023-07-10fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-27/+3
2023-02-13fs: ecryptfs: Use crypto_wait_reqHerbert Xu1-27/+3
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2021-05-13fs: ecryptfs: remove BUG_ON from crypt_scatterlistPhillip Potter1-2/+0
2021-05-13Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman1-4/+2
2021-04-19ecryptfs: Fix typo in messageSascha Hauer1-1/+1
2021-04-19ecryptfs: crypto: Supply some missing param descriptions and demote abusesLee Jones1-10/+10
2021-04-19Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks1-2/+2
2021-01-30ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+2
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Eric Biggers1-16/+1
2020-02-18Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-15Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-17eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko1-2/+15
2019-02-17eCryptfs: 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