summaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)Author
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
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig
2022-11-15fscrypt: pass super_block to fscrypt_put_master_key_activeref()Eric Biggers
2022-10-19fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers
2022-08-22fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-03fscrypt: add fscrypt_context_for_new_inodeJeff Layton
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry
2022-05-09fscrypt: add new helper functions for test_dummy_encryptionEric Biggers
2022-05-09fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers
2022-04-13fscrypt: log when starting to use inline encryptionEric Biggers
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-02-08fscrypt: add functions for direct I/O supportEric Biggers
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig