index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
10
-593
/
+244
2026-07-28
fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()
Zhan Xusheng
1
-1
/
+1
2026-07-20
fscrypt: Replace some variable-size memsets with fixed-size
Eric Biggers
3
-4
/
+4
2026-07-20
fscrypt: Add safety checks to non-block-based en/decryption
Eric Biggers
1
-22
/
+39
2026-07-20
fscrypt: Merge bio.c and inline_crypt.c into block.c
Eric Biggers
4
-109
/
+92
2026-07-20
fscrypt: Remove unused functions and workqueue
Eric Biggers
2
-97
/
+0
2026-07-20
fscrypt: Remove fs-layer zeroout code
Eric Biggers
3
-121
/
+32
2026-07-20
fscrypt: Remove fscrypt_dio_supported()
Eric Biggers
1
-43
/
+0
2026-07-20
fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
Eric Biggers
1
-12
/
+12
2026-07-20
fscrypt: Always use blk-crypto for contents on block-based filesystems
Eric Biggers
4
-121
/
+44
2026-07-20
fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
Eric Biggers
2
-13
/
+17
2026-07-20
blk-crypto: Allow control over whether hardware is used
Eric Biggers
1
-1
/
+3
2026-07-20
fscrypt: Remove workaround for bug in gcc 7 and earlier
Eric Biggers
1
-15
/
+2
2026-07-20
fscrypt: Simplify handling of errors during initcall
Eric Biggers
3
-34
/
+13
2026-07-20
fscrypt: Remove FSCRYPT_MODE_MAX
Eric Biggers
2
-8
/
+0
2026-07-20
fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
Eric Biggers
1
-37
/
+20
2026-07-20
fscrypt: Use lock guards for mutexes
Eric Biggers
3
-22
/
+15
2026-07-20
fscrypt: Add missing superblock check in find_or_insert_direct_key()
Eric Biggers
1
-1
/
+7
2026-06-22
fscrypt: Replace mk_users keyring with simple list
Eric Biggers
2
-135
/
+113
2026-06-22
fscrypt: Fix key setup in edge case with multiple data unit sizes
Eric Biggers
4
-81
/
+120
2026-04-13
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-21
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-16
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-06
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-20
fscrypt: replace local base64url helpers with lib/base64
Guan-Chun Wu
1
-83
/
+6
2025-11-04
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-29
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
9
-159
/
+81
2025-09-05
fscrypt: use HMAC-SHA512 library for HKDF
Eric Biggers
8
-158
/
+80
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
[next]