summaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)Author
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)
2025-02-17Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"Eric Biggers
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers
2025-01-27fscrypt_d_revalidate(): use stable parent inode passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-10-03fscrypt: Include <linux/once.h> in fs/crypto/keyring.cUros Bizjak
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-08fscrypt: try to avoid refing parent dentry in fscrypt_file_openMateusz Guzik
2024-05-05fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-02-27fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi
2024-02-23fscrypt: shrink the size of struct fscrypt_inode_info slightlyEric Biggers
2024-02-23fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers
2024-02-06fscrypt: clear keyring before calling key_put()Luis Henriques
2024-01-31fscrypt: explicitly require that inode->i_blkbits be setXiubo Li
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever
2023-12-26fscrypt: document that CephFS supports fscrypt nowEric Biggers
2023-12-09fscrypt: update comment for do_remove_key()Eric Biggers
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-16fscrypt: track master key presence separately from secretEric Biggers
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers
2023-09-25fscrypt: compute max_lblk_bits from s_maxbytes and block sizeEric Biggers
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers
2023-09-15fscrypt: Do not include crypto/algapi.hHerbert Xu
2023-05-23fscrypt: Replace 1-element array with flexible arrayKees Cook
2023-04-06fscrypt: optimize fscrypt_initialize()Eric Biggers
2023-03-27fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers
2023-03-27fscrypt: new helper function - fscrypt_prepare_lookup_partial()Luís Henriques
2023-03-18fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers
2023-03-18fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-02-07fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07fscrypt: add the test dummy encryption key on-demandEric Biggers
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-01fscrypt: Add SM4 XTS/CTS symmetric algorithm supportTianjia Zhang
2022-11-25fscrypt: add comment for fscrypt_valid_enc_modes_v1()Eric Biggers
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig