index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
7 days
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-04
fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
Yongpeng Yang
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-09-29
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2025-09-05
fscrypt: use HMAC-SHA512 library for HKDF
Eric Biggers
2025-08-21
fscrypt: add support for info in fs-specific part of inode
Eric Biggers
2025-08-21
fscrypt: replace raw loads of info pointer with helper function
Eric Biggers
2025-08-11
fscrypt: Remove redundant __GFP_NOWARN
Qianfeng Rong
2025-07-10
fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
Eric Biggers
2025-07-10
fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()
Eric Biggers
2025-07-10
fscrypt: Switch to sync_skcipher and on-stack requests
Eric Biggers
2025-07-10
fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
Eric Biggers
2025-07-10
fscrypt: Don't use asynchronous CryptoAPI algorithms
Eric Biggers
2025-07-04
fscrypt: Don't use problematic non-inline crypto engines
Eric Biggers
2025-06-20
fscrypt: Explicitly include <linux/export.h>
Eric Biggers
2025-04-08
fscrypt: add support for hardware-wrapped keys
Eric Biggers
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-25
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2025-03-20
crypto,fs: Separate out hkdf_extract() and hkdf_expand()
Hannes Reinecke
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
2025-02-17
Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"
Eric Biggers
2025-02-10
blk-crypto: add basic hardware-wrapped key support
Eric Biggers
2025-01-27
fscrypt_d_revalidate(): use stable parent inode passed by caller
Al Viro
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-10-03
fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
Uros Bizjak
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-08
fscrypt: try to avoid refing parent dentry in fscrypt_file_open
Mateusz Guzik
2024-05-05
fscrypt: convert bh_get_inode_and_lblk_num to use a folio
Matthew Wilcox (Oracle)
2024-03-12
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2024-03-07
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-02-27
fscrypt: Factor out a helper to configure the lookup dentry
Gabriel Krisman Bertazi
2024-02-23
fscrypt: shrink the size of struct fscrypt_inode_info slightly
Eric Biggers
2024-02-23
fscrypt: write CBC-CTS instead of CTS-CBC
Eric Biggers
2024-02-06
fscrypt: clear keyring before calling key_put()
Luis Henriques
2024-01-31
fscrypt: explicitly require that inode->i_blkbits be set
Xiubo Li
2024-01-23
Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-01-23
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
2023-12-26
fscrypt: document that CephFS supports fscrypt now
Eric Biggers
2023-12-09
fscrypt: update comment for do_remove_key()
Eric Biggers
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-10-16
fscrypt: track master key presence separately from secret
Eric Biggers
2023-10-08
fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023-09-25
fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
2023-09-25
fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
2023-09-25
fscrypt: compute max_lblk_bits from s_maxbytes and block size
Eric Biggers
2023-09-24
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023-09-24
fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
2023-09-15
fscrypt: Do not include crypto/algapi.h
Herbert Xu
[next]