summaryrefslogtreecommitdiffstats
path: root/fs/crypto
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein-1/+1
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig-1/+1
2026-01-11fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_cryptChristoph Hellwig-32/+54
2026-01-11fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_cryptChristoph Hellwig-5/+4
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-83/+6
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-11-20fscrypt: replace local base64url helpers with lib/base64Guan-Chun Wu-83/+6
2025-11-04fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFTYongpeng Yang-2/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-2/+2
2025-09-29Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds-161/+83
2025-09-05fscrypt: use HMAC-SHA512 library for HKDFEric Biggers-160/+82
2025-08-21fscrypt: add support for info in fs-specific part of inodeEric Biggers-19/+28
2025-08-21fscrypt: replace raw loads of info pointer with helper functionEric Biggers-21/+27
2025-08-11fscrypt: Remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()Eric Biggers-2/+1
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()Eric Biggers-13/+7
2025-07-10fscrypt: Switch to sync_skcipher and on-stack requestsEric Biggers-95/+61
2025-07-10fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECBEric Biggers-1/+0
2025-07-10fscrypt: Don't use asynchronous CryptoAPI algorithmsEric Biggers-21/+18
2025-07-04fscrypt: Don't use problematic non-inline crypto enginesEric Biggers-3/+22
2025-06-20fscrypt: Explicitly include <linux/export.h>Eric Biggers-11/+24
2025-04-08fscrypt: add support for hardware-wrapped keysEric Biggers-65/+257
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-71/+19
2025-03-25Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds-12/+8
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke-70/+16
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)-12/+10
2025-02-17Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"Eric Biggers-12/+8
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers-1/+3
2025-01-27fscrypt_d_revalidate(): use stable parent inode passed by callerAl Viro-16/+5
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-1/+2
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2024-10-03fscrypt: Include <linux/once.h> in fs/crypto/keyring.cUros Bizjak-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2024-05-08fscrypt: try to avoid refing parent dentry in fscrypt_file_openMateusz Guzik-6/+26
2024-05-05fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)-3/+3
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds-12/+21
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner-10/+5
2024-02-27fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi-10/+5
2024-02-23fscrypt: shrink the size of struct fscrypt_inode_info slightlyEric Biggers-6/+8
2024-02-23fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers-3/+3
2024-02-06fscrypt: clear keyring before calling key_put()Luis Henriques-2/+6
2024-01-31fscrypt: explicitly require that inode->i_blkbits be setXiubo Li-1/+4
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner-7/+1
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever-7/+1
2023-12-26fscrypt: document that CephFS supports fscrypt nowEric Biggers-1/+1
2023-12-09fscrypt: update comment for do_remove_key()Eric Biggers-3/+3