index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keysetup.c
Age
Commit message (
Expand
)
Author
12 days
fscrypt: Remove FSCRYPT_MODE_MAX
Eric Biggers
12 days
fscrypt: Use lock guards for mutexes
Eric Biggers
2026-06-22
fscrypt: Fix key setup in edge case with multiple data unit sizes
Eric Biggers
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2026-03-09
fscrypt: pass a byte offset to fscrypt_generate_dun
Christoph Hellwig
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
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-07-10
fscrypt: Switch to sync_skcipher and on-stack requests
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
2024-02-23
fscrypt: write CBC-CTS instead of CTS-CBC
Eric Biggers
2024-01-31
fscrypt: explicitly require that inode->i_blkbits be set
Xiubo Li
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-04-06
fscrypt: optimize fscrypt_initialize()
Eric Biggers
2023-03-27
fscrypt: use WARN_ON_ONCE instead of WARN_ON
Eric Biggers
2023-02-07
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
2023-02-07
fscrypt: add the test dummy encryption key on-demand
Eric Biggers
2022-12-01
fscrypt: Add SM4 XTS/CTS symmetric algorithm support
Tianjia Zhang
2022-11-15
fscrypt: pass super_block to fscrypt_put_master_key_activeref()
Eric Biggers
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
2022-06-10
fscrypt: Add HCTR2 support for filename encryption
Nathan Huckleberry
2022-05-09
fscrypt: factor out fscrypt_policy_to_key_spec()
Eric Biggers
2022-04-13
fscrypt: log when starting to use inline encryption
Eric Biggers
2021-10-25
fscrypt: improve a few comments
Eric Biggers
2021-09-22
fscrypt: allow 256-bit master keys with AES-256-XTS
Eric Biggers
2021-06-05
fscrypt: fix derivation of SipHash keys on big endian CPUs
Eric Biggers
2020-12-02
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
2020-12-02
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
2020-11-24
fscrypt: simplify master key locking
Eric Biggers
2020-11-16
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
2020-11-06
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
Eric Biggers
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
2020-07-21
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
2020-07-21
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
2020-07-20
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-18
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2020-05-12
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-03-31
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-03-19
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
[next]