index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
6
-164
/
+54
2026-03-25
fscrypt: use AES library for v1 key derivation
Eric Biggers
2
-60
/
+29
2026-03-09
fscrypt: pass a real sector_t to fscrypt_zeroout_range
Christoph Hellwig
1
-3
/
+2
2026-03-09
fscrypt: pass a byte length to fscrypt_zeroout_range
Christoph Hellwig
1
-5
/
+6
2026-03-09
fscrypt: pass a byte offset to fscrypt_zeroout_range
Christoph Hellwig
1
-4
/
+3
2026-03-09
fscrypt: pass a byte length to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
1
-8
/
+4
2026-03-09
fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
1
-3
/
+3
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
2
-7
/
+7
2026-03-09
fscrypt: pass a byte offset to fscrypt_mergeable_bio
Christoph Hellwig
2
-4
/
+5
2026-03-09
fscrypt: pass a byte offset to fscrypt_generate_dun
Christoph Hellwig
3
-11
/
+4
2026-03-09
fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
Christoph Hellwig
1
-45
/
+0
2026-03-09
ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
Christoph Hellwig
1
-23
/
+0
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
4
-5
/
+5
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-6
/
+6
2026-02-17
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
1
-1
/
+1
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
1
-1
/
+1
2026-01-11
fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
1
-32
/
+54
2026-01-11
fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
1
-5
/
+4
2025-12-07
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-83
/
+6
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2025-11-21
fscrypt: replace local base64url helpers with lib/base64
Guan-Chun Wu
1
-83
/
+6
2025-11-05
fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
Yongpeng Yang
1
-2
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2
-2
/
+2
2025-09-30
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
9
-161
/
+83
2025-09-06
fscrypt: use HMAC-SHA512 library for HKDF
Eric Biggers
8
-160
/
+82
2025-08-21
fscrypt: add support for info in fs-specific part of inode
Eric Biggers
2
-19
/
+28
2025-08-21
fscrypt: replace raw loads of info pointer with helper function
Eric Biggers
6
-21
/
+27
2025-08-11
fscrypt: Remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-07-10
fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
Eric Biggers
1
-2
/
+1
2025-07-10
fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()
Eric Biggers
3
-13
/
+7
2025-07-10
fscrypt: Switch to sync_skcipher and on-stack requests
Eric Biggers
5
-95
/
+61
2025-07-10
fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
Eric Biggers
1
-1
/
+0
2025-07-10
fscrypt: Don't use asynchronous CryptoAPI algorithms
Eric Biggers
4
-21
/
+18
2025-07-04
fscrypt: Don't use problematic non-inline crypto engines
Eric Biggers
4
-3
/
+22
2025-06-21
fscrypt: Explicitly include <linux/export.h>
Eric Biggers
9
-11
/
+24
2025-04-09
fscrypt: add support for hardware-wrapped keys
Eric Biggers
6
-65
/
+257
2025-03-27
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
3
-71
/
+19
2025-03-26
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-12
/
+8
2025-03-21
crypto,fs: Separate out hkdf_extract() and hkdf_expand()
Hannes Reinecke
2
-70
/
+16
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
1
-12
/
+10
2025-02-17
Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"
Eric Biggers
1
-12
/
+8
2025-02-10
blk-crypto: add basic hardware-wrapped key support
Eric Biggers
1
-1
/
+3
2025-01-28
fscrypt_d_revalidate(): use stable parent inode passed by caller
Al Viro
1
-16
/
+5
2025-01-28
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-1
/
+2
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2024-10-03
fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
Uros Bizjak
1
-0
/
+1
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
[next]