index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-20
ecryptfs: pass packet set buffer size to parser
Yichong Chen
1
-1
/
+1
2026-06-04
ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_name
Thorsten Blum
1
-17
/
+7
2026-04-20
Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+15
2026-04-02
ecryptfs: Drop TODO comment in ecryptfs_derive_iv
Thorsten Blum
1
-4
/
+0
2026-04-02
ecryptfs: Fix typo in ecryptfs_derive_iv function comment
Thorsten Blum
1
-1
/
+1
2026-03-25
ecryptfs: Log function name only once in decode_and_decrypt_filename
Thorsten Blum
1
-2
/
+1
2026-03-25
ecryptfs: Remove redundant if checks in encrypt_and_encode_filename
Thorsten Blum
1
-11
/
+10
2026-03-25
ecryptfs: Fix tag number in encrypt_filename() error message
Thorsten Blum
1
-3
/
+3
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-20
Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-25
/
+13
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
1
-1
/
+1
2026-01-12
ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filename
Thorsten Blum
1
-14
/
+4
2025-12-23
ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_context
Thorsten Blum
1
-7
/
+2
2025-12-23
ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_string
Thorsten Blum
1
-2
/
+4
2025-12-23
ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_vals
Thorsten Blum
1
-1
/
+2
2025-12-23
ecryptfs: comment typo fix
Zipeng Zhang
1
-1
/
+1
2025-10-31
ecryptfs: Use MD5 library instead of crypto_shash
Eric Biggers
1
-81
/
+9
2024-11-05
ecryptfs: Pass the folio index to crypt_extent()
Matthew Wilcox (Oracle)
1
-4
/
+6
2024-11-05
ecryptfs: Convert lower_offset_for_page() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-11-05
ecryptfs: Convert ecryptfs_decrypt_page() to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2024-11-05
ecryptfs: Convert ecryptfs_encrypt_page() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-04-24
fs: ecryptfs: replace deprecated strncpy with strscpy
Justin Stitt
1
-3
/
+1
2024-01-23
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
1
-10
/
+0
2023-07-10
fs/ecryptfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2023-02-21
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-27
/
+3
2023-02-13
fs: ecryptfs: Use crypto_wait_req
Herbert Xu
1
-27
/
+3
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-1
/
+1
2021-05-13
fs: ecryptfs: remove BUG_ON from crypt_scatterlist
Phillip Potter
1
-2
/
+0
2021-05-13
Revert "ecryptfs: replace BUG_ON with error handling code"
Greg Kroah-Hartman
1
-4
/
+2
2021-04-19
ecryptfs: Fix typo in message
Sascha Hauer
1
-1
/
+1
2021-04-19
ecryptfs: crypto: Supply some missing param descriptions and demote abuses
Lee Jones
1
-10
/
+10
2021-04-19
Merge tag 'v5.12-rc7' into ecryptfs/next
Tyler Hicks
1
-2
/
+2
2021-01-30
ecryptfs: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
1
-2
/
+1
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-2
/
+2
2020-05-08
ecryptfs: use crypto_shash_tfm_digest()
Eric Biggers
1
-16
/
+1
2020-02-17
Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2020-02-14
ecryptfs: replace BUG_ON with error handling code
Aditya Pakki
1
-2
/
+4
2019-12-11
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
1
-1
/
+1
2019-07-14
Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-17
/
+25
2019-07-02
ecryptfs: Change return type of ecryptfs_process_flags
Hariprasad Kelam
1
-11
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-15
/
+1
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-02-16
eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...
Robbie Ko
1
-2
/
+15
2019-02-16
eCryptfs: fix a couple type promotion bugs
Dan Carpenter
1
-4
/
+8
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-2
/
+3
2018-04-16
eCryptfs: don't pass up plaintext names when using filename encryption
Tyler Hicks
1
-13
/
+28
2017-11-06
ecryptfs: use ARRAY_SIZE
Jérémy Lefaure
1
-4
/
+3
[next]